Commit Graph

  • e3af524bc1 fix: auto centered first diff block (#1977) yetone 2025-05-03 14:37:13 +08:00
  • 8f23cc85ab fix: gemini openai compatible api (#1976) yetone 2025-05-03 14:09:46 +08:00
  • b028f32fbf feat(docs): Warp Support Eric Chen 2025-05-02 12:15:21 -07:00
  • 555b2e615c fix: cancel error (#1965) yetone 2025-05-02 02:06:10 +08:00
  • 0dc8ee4771 fix: change function name python to run_python (#1901) Roman Gurov 2025-05-01 20:29:06 +03:00
  • d3094d6c9f fix: help cmd (#1963) yetone 2025-05-02 00:53:55 +08:00
  • 3a43621e17 refactor: tool calling ui (#1959) yetone 2025-05-01 19:16:15 +08:00
  • 448efbb842 fix: disable compact history messages for dispatch agent (#1954) yetone 2025-05-01 05:19:54 +08:00
  • f2330a0701 fix: dispatch agent (#1953) yetone 2025-05-01 05:12:23 +08:00
  • c2ec1a8e49 fix(openai): wrap single text block in array before appending images (#1948) Daniel 2025-04-30 14:33:53 -05:00
  • 4aa4d4c48b fix: close all hint windows when the sidebar is closed (#1952) yetone 2025-05-01 03:24:40 +08:00
  • 32ca1ed38e fix: set default auto suggestions provider to nil (#1951) yetone 2025-05-01 02:50:01 +08:00
  • 99a2e35ff3 fix: copilot gemini function calling (#1947) yetone 2025-05-01 00:09:39 +08:00
  • 59554e1cb0 fix: properly highlight multi filetype code blocks (#1926) Peter Cardenas 2025-04-30 07:20:40 -07:00
  • e8c5f4f13e feat(provider/ollama): allow optional API key without blocking the request (#1898) CarGDev 2025-04-30 10:17:31 -04:00
  • 5d6d1012f8 chore: disambiguate lua syntax (#1924) Peter Cardenas 2025-04-30 07:14:09 -07:00
  • ca181b44c1 fix: gemini content parts is nil (#1942) yetone 2025-04-30 14:07:59 +08:00
  • 48a415ef01 feat(window): add height&width option for editing window (#1913) zenk 2025-04-30 13:59:54 +08:00
  • cc1ea65cbc fix(sidebar): correct syntax highlighting for selected code (#1936) Peter Cardenas 2025-04-29 22:59:29 -07:00
  • 95d58435d3 feat: add icon highlights in selected files section (#1929) TKnightz 2025-04-30 12:34:26 +07:00
  • d5dd907ac8 fix: prevent extmark line number from being negative in render_state (#1941) momexn 2025-04-30 14:29:17 +09:00
  • cee31ebb7f feat: allow excluding filetypes from selector autolaunch. (#1937) doodleEsc 2025-04-30 03:12:45 +08:00
  • 61dbbda3e8 fix: allow fields like api_key_name to be a table (#1938) Chris Werner Rau 2025-04-29 21:07:31 +02:00
  • f10b8383e3 refactor: history messages (#1934) yetone 2025-04-30 03:07:18 +08:00
  • f9aa75459d fix: add support for tool usage for azure openai (#1922) Peter Cardenas 2025-04-24 19:21:32 -07:00
  • f755861d93 fix(utils): when locking a buffer, only stopinsert if buffer is current (#1917) Thomas Müller 2025-04-23 10:07:58 +02:00
  • eb1cd44731 fix(provider): shouldn't ask user to input value when the env variable already been set (#1889) guanghechen 2025-04-17 17:20:50 +08:00
  • cff8cbf9c5 feat: add config for ollama keep alive (#1858) Ricardo Maraschini 2025-04-17 04:47:51 +02:00
  • 37f4e960ae chores: remove advertising from commit messages (#1886) Umut Önder 2025-04-17 04:47:04 +02:00
  • 11348408da fix: find next on diff view (#1887) Juan Carlos 2025-04-16 20:46:03 -06:00
  • 1eb0fd8253 fix: filter out empty filepath snippets (#1885) yetone 2025-04-17 00:03:37 +08:00
  • 2f2aaee3b4 fix: only use q to close sidebar (#1884) yetone 2025-04-16 23:43:55 +08:00
  • 33f95aedde feat: streaming json parser (#1883) yetone 2025-04-16 23:41:38 +08:00
  • 4f717e0699 feat: add Bedrock Claude 3.7 Sonnet model configuration (#1860) Shiwei Ge 2025-04-15 23:38:34 -07:00
  • 284df877a2 Fixes to adjusting window sizes (#1590) Markus Koller 2025-04-16 08:26:07 +02:00
  • b61e6571f9 fix: run rag service container under x86 architecture (#1876) Harings Rob 2025-04-16 08:19:44 +02:00
  • dd83343e53 refactor(Sidebar): Introduce Utils.is_valid_container to simplify container checks (#1882) aniaan 2025-04-16 14:18:49 +08:00
  • 54a1df28b6 fix: no nvim_del_namespace (#1881) yetone 2025-04-15 20:53:01 +08:00
  • c2af77cb3f fix: missing selected files (#1880) yetone 2025-04-15 20:26:04 +08:00
  • 1fdb1a7b84 fix: send the latest file content each time (#1879) yetone 2025-04-15 20:16:13 +08:00
  • fdcfda7437 fix: types (#1878) yetone 2025-04-15 16:46:29 +08:00
  • 756d1f1e24 feat: universal selector (#1877) yetone 2025-04-15 16:40:47 +08:00
  • 0d26590389 docs: Avante Chat History Selector Documentation and Commands (#1862) William Kang 2025-04-13 22:11:58 +09:00
  • f1abc57ebf refactor(PromptInput): optimize PromptInput autocmd management (#1857) aniaan 2025-04-13 21:04:54 +08:00
  • e295fe82f0 feat(windows): add fillchars option for the windows (#1854) zenk 2025-04-11 12:28:38 +08:00
  • 51bad68087 fix: window switch (#1856) yetone 2025-04-11 11:42:55 +08:00
  • 9952ad381c fix: extracting code (#1855) yetone 2025-04-11 10:51:17 +08:00
  • a95e6602a6 chores: update prompts (#1853) yetone 2025-04-11 10:43:48 +08:00
  • c74ef1b9bc improve(prompt_input): support to customize the border and body highlight (#1846) guanghechen 2025-04-11 10:20:40 +08:00
  • f97352e95d fix(hints-popup): don't show the hints-popup on the terminal buffer (#1847) guanghechen 2025-04-11 10:20:00 +08:00
  • 07105d8e31 fix: update autocmd for CursorMoved event in selection.lua (#1848) aniaan 2025-04-11 10:19:37 +08:00
  • 7e31317fbc fix(lint): make neovim 0.11 typecheck happy (#1844) yetone 2025-04-10 14:14:47 +08:00
  • 04336913b3 Revert "fix max_tokens for reasoning models (#1819)" (#1839) yetone 2025-04-09 16:58:54 +08:00
  • 1fc57ab1ae feat: add support for searxng (#1814) Jorge Valdez 2025-04-09 02:35:42 -04:00
  • d5210f4afb fix: ask floating window border (#1837) yetone 2025-04-09 14:30:57 +08:00
  • 87ea15bb94 fix: follow the prev slash command strategy (#1835) yetone 2025-04-08 20:01:57 +08:00
  • 6631b791ee fix: tool input json parsing (#1834) yetone 2025-04-08 19:58:53 +08:00
  • 77f000f8a8 Close avante sidebar before vimexit (fixes sessions) (#1803) ecal 2025-04-08 07:55:08 -04:00
  • aeb845c6e9 fix(blink.cmp): crash on run slash commands (#1829) guanghechen 2025-04-08 19:46:46 +08:00
  • 8cca147b94 fix: the editing issue on claude (#1828) yetone 2025-04-08 11:26:49 +08:00
  • c0d3afe0a4 feat: allow overriding img_paste options (#1827) Mike Wu 2025-04-08 11:46:20 +09:00
  • 55b1baf314 chore(avante-tokenizers): remove old cargo lockfile (#1702) Justin Restivo 2025-04-07 22:13:32 -04:00
  • d76a158b61 feat: custom slash commands (#1826) yetone 2025-04-07 22:19:59 +08:00
  • 1c36cfc812 fix: enhance web search functionality with proxy support (#1823) doodleEsc 2025-04-07 15:05:22 +08:00
  • 40ffc0f5fa Use vim.hl if available (#1809) Jae-Won Chung 2025-04-07 03:04:37 -04:00
  • f83378a67e feat: add pre-commit ci (#1824) yetone 2025-04-07 14:55:21 +08:00
  • 1e2e233ff5 fix max_tokens for reasoning models (#1819) PSeitz 2025-04-07 13:55:40 +08:00
  • 89a86f0fc1 fix: search engine did not return correctly (#1801) yetone 2025-04-02 20:32:58 +08:00
  • 0828d32346 fix: AvanteEdit command (#1799) yetone 2025-04-02 16:27:10 +08:00
  • 06757e8bf5 fix: dispatch agent missing tool histories (#1794) yetone 2025-04-01 23:29:51 +08:00
  • 7dc5560909 chores: update readme (#1786) yetone 2025-03-31 23:28:29 +08:00
  • 46073c0efd feat: aihubmix (#1780) yetone 2025-03-31 18:58:41 +08:00
  • cda98593f9 feat: auto write (#1779) yetone 2025-03-31 18:22:01 +08:00
  • c272bcd2ae chores: update business sponsors links (#1770) yetone 2025-03-30 17:52:20 +08:00
  • 25b3956b80 fix(wsl): wsl should prefer the defined shell instead of powershell.exe (#1766) K 2025-03-30 05:54:40 +01:00
  • 484e473a5a fix: update gemini max_tokens and use 2.0 model (#1767) adasauce 2025-03-30 01:53:41 -03:00
  • 76fd19812e feat: accept all (#1764) yetone 2025-03-30 12:51:15 +08:00
  • edf02a7d1f fix: correct max_tokens for Claude 3.5 Haiku (#1761) kronion 2025-03-29 05:44:35 -05:00
  • 45b7c5ddc6 chores: updaste business sponsors links (#1763) yetone 2025-03-29 13:36:40 +08:00
  • d698dbe17a fix: badcase in gpt-4o (#1757) yetone 2025-03-28 12:57:49 +08:00
  • 2cd6d93640 chores(docs): update sponsor logo (#1756) yetone 2025-03-28 12:44:13 +08:00
  • 1dca83e578 feat(docs): add sponsors (#1755) yetone 2025-03-28 12:33:02 +08:00
  • 78d6c389b4 feat: add command to include all buffer files in file selector (#1748) kyrisu 2025-03-28 02:24:49 +00:00
  • ae9787d716 feat: download release only when needed (#1751) xsy420 2025-03-28 10:23:27 +08:00
  • b6000d5bbc fix: selectively enable text editor tool (#1747) yetone 2025-03-28 00:31:57 +08:00
  • 65d6ffa917 fix: check if nui exists (#1746) yetone 2025-03-28 00:23:29 +08:00
  • a9b01e766e chores: use stopinsert (#1745) yetone 2025-03-28 00:17:01 +08:00
  • cfc5a78813 fix: buffer selection logic to include all listed buffers (#1742) kyrisu 2025-03-27 15:15:14 +00:00
  • cd13eeb7d9 fix: revert max_completion_tokens to max_tokens (#1741) yetone 2025-03-27 16:53:55 +08:00
  • a06bb97db6 fix: close the hint win when the input win is closed (#1734) yetone 2025-03-26 22:20:39 +08:00
  • 0b4a493d60 improve: support to customize the keymaps for cancelling the editing (#1730) guanghechen 2025-03-26 21:58:03 +08:00
  • 2d4ea5d5d6 fix(history_selector): the item.title could exist lineending, which will cause the vim.ui.select crash (#1733) guanghechen 2025-03-26 21:57:01 +08:00
  • 6430d61f0a fix: parent dir not exists when write a file (#1732) yetone 2025-03-26 21:24:54 +08:00
  • 31f9519912 fix: summarize memory failed (#1731) yetone 2025-03-26 21:21:27 +08:00
  • b41556ee21 feat: extract text editor tools (#1726) yetone 2025-03-26 17:59:59 +08:00
  • 0e69891bdc chores: change business sponsor logo (#1727) yetone 2025-03-26 17:10:10 +08:00
  • 340d298c47 fix: dispatch agent (#1725) yetone 2025-03-26 15:27:07 +08:00
  • fc3e90ce3b feat: business sponsors (#1724) yetone 2025-03-26 15:03:04 +08:00
  • 4c2dd777d6 fix: copilot tool description cannot use long text (#1722) yetone 2025-03-26 14:47:51 +08:00
  • 39787969c7 fix: memory (#1718) yetone 2025-03-26 00:45:54 +08:00