1570 Commits

Author SHA1 Message Date
yetone
d98f676e32 fix: ReAct parsing (#2375) 2025-06-30 16:40:52 +08:00
Peter Cardenas
508cc4c22c fix: get_history_messages is nil (#2368) 2025-06-30 10:25:49 +08:00
Fredrik Averpil
2d9247e536 feat(providers): Defer execution of cmd: API keys (#2372) 2025-06-30 10:25:14 +08:00
yetone
9669e22ea9 fix: ReAct for gemini (#2367) 2025-06-29 15:47:33 +08:00
Noah Chalifour
f04cee670d fix: error on calling transform_anthropic_usage on a nil with bedrock (#2360)
Co-authored-by: Noah Chalifour <nchalifo@amazon.com>
2025-06-28 21:39:39 +08:00
Peter Cardenas
87f3aee073 fix: gracefully handle failed curl (#2356) 2025-06-28 20:10:27 +08:00
Peter Cardenas
7f25a33dbb feat(sidebar): add keymap to navigate between prompts (#2355) 2025-06-28 20:10:07 +08:00
Peter Cardenas
fb71d5d5c6 fix: get diagnostics tool (#2357) 2025-06-28 20:08:47 +08:00
yetone
e64b5f054c fix: selector preview (#2362) 2025-06-28 20:07:25 +08:00
yetone
e2d160aa83 Revert "feat: obsoletes "require("avante_lib").load()" (#2324)" (#2353) 2025-06-27 16:31:51 +08:00
yetone
04aeb3caf4 fix: the edge case in replace_in_file (#2351) 2025-06-27 15:46:45 +08:00
yetone
6d9e0cf119 fix: reduce the context window of copilot (#2350) 2025-06-27 15:39:32 +08:00
Peter Cardenas
84ee9f91df fix: handle invalid todos container (#2346) 2025-06-27 15:27:56 +08:00
Daryl
8da09eae1d fix: forbidden inputs in mistral ai (#2348) 2025-06-27 15:27:40 +08:00
yetone
c10e383019 chores:update gitignore (#2341) 2025-06-26 16:55:38 +08:00
Matthieu Coudron
20e7f992a8 feat: obsoletes "require("avante_lib").load()" (#2324) 2025-06-26 16:53:26 +08:00
yetone
7738503c1d fix: open buffer (#2340) 2025-06-26 16:52:23 +08:00
yetone
0e732d194b fix: write path (#2338) 2025-06-26 16:18:10 +08:00
yetone
102197c5bb fix: debounce error (#2337) 2025-06-26 15:38:57 +08:00
yetone
5b2a0e6118 fix: do not pick tool use messages when use ReAct (#2333) 2025-06-25 20:59:35 +08:00
yetone
ad8b24e3bc fix: tool_use prompt (#2332) 2025-06-25 20:14:45 +08:00
yetone
e89f1fd922 fix: copilot do not carry tools in ReAct situations (#2331) 2025-06-25 18:12:56 +08:00
Matthieu Coudron
c38abb907f feat: more compact and aligned display of date/model (#2325) 2025-06-25 17:53:56 +08:00
Peter Cardenas
9a04edba4a chore: remove all references to nvim-treesitter (#2327) 2025-06-25 17:42:38 +08:00
yetone
07b703dbd5 fix: ReAct parser (#2330) 2025-06-25 16:55:10 +08:00
brook hong
46d27ff0fd fix: error on calling transform_anthropic_usage on a nil value from bedrock (#2321) 2025-06-24 20:44:57 +08:00
yetone
270c11da57 fix: tokens usage is nil (#2322) 2025-06-24 20:44:04 +08:00
Peter Cardenas
d6940f79d3 fix: remove dependency on nvim-treesitter (#2316) 2025-06-24 19:17:58 +08:00
Peter Cardenas
f4590cd0fa fix: properly handle no workspace symbol support (#2317) 2025-06-24 19:17:20 +08:00
Peter Cardenas
6a75590c48 fix: error when editing a modified buffer (#2318) 2025-06-24 19:16:57 +08:00
miguelosana
0910696737 fix: Include transform_anthropic_usage (#2319)
Co-authored-by: Miguelo Sana <miguelo@incubeta.com>
2025-06-24 19:16:27 +08:00
yetone
aa4fa9c89d fix: refine attempt_completion prompts (#2320) 2025-06-24 19:15:49 +08:00
yetone
c48808b4a8 fix: tool logs rendering (#2315) 2025-06-24 11:00:26 +08:00
yetone
b6668e2e4c feat: better copilot headers (#2313) 2025-06-24 02:32:51 +08:00
yetone
e7113f1834 optimize: use cache to optimize the performance of streaming rendering (#2312) 2025-06-24 02:06:50 +08:00
yetone
77ee7f7f92 optimize: streaming update buffer (#2309) 2025-06-23 21:01:11 +08:00
yetone
0613b1f307 fix: unfinished todos count (#2306) 2025-06-23 14:26:42 +08:00
yetone
b72581b23b fix: ollama is_env_set (#2304) 2025-06-23 12:05:50 +08:00
yetone
6830f2d8b9 feat: tokens usage (#2300) 2025-06-23 03:13:37 +08:00
hamidi-dev
7daf169228 feat(prompt_logger): Save prompts to disk and add buffer navigation via keymaps (#2075) 2025-06-23 01:20:03 +08:00
Andriy Rakhnin
a0fc91d4c8 fix: parse_api_key inheritance problem (#2252) 2025-06-23 01:13:15 +08:00
doodleEsc
82cf18c6b9 refactor: improve formatting of embed_extra and llm_extra (#2299) 2025-06-23 01:09:18 +08:00
yetone
3033556d5b fix: tool calling (#2297) 2025-06-22 21:50:26 +08:00
WireWhiz
db39f5fe1b feat: make LazyVim config auto handle cross-platform (#2284) 2025-06-22 16:36:59 +08:00
Karl Bowden
ce9f6a8ec1 feat: fetch ollama models to display in the model selector (#2287) 2025-06-22 16:36:28 +08:00
yetone
7b36aa828b fix: create parent dir (#2296) 2025-06-22 15:46:16 +08:00
Mahmoud Abduljawad
53c764a258 feat: scoped API key support with AVANTE_ prefix (#2285)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-06-22 14:36:51 +08:00
yetone
1e778e1c67 fix: limit tool use count (#2294) 2025-06-22 14:36:41 +08:00
yetone
285924d48e fix: open buffer (#2295) 2025-06-22 14:36:30 +08:00
yetone
86743a1d7d fix: resolve LSP sync error when setting buffer lines (#2290) 2025-06-21 21:16:55 +08:00