Commit Graph

  • c6d2783975 fix(sidebar): account for sidebar header on/off for selected code Dmitry Torokhov 2025-07-21 14:53:03 -07:00
  • aa606b6147 refactor(history): change HistoryMessage:new() to accept role and item Dmitry Torokhov 2025-07-18 15:08:19 -07:00
  • 2d9f8fd252 refactor(sidebar): use helpers when working with history Dmitry Torokhov 2025-07-17 22:35:26 -07:00
  • 86e8563125 refactor(llm_tools): use History.Helpers.get_tool_result_data() Dmitry Torokhov 2025-07-17 22:32:13 -07:00
  • 394e4d79eb refactor(message): add helper to update contents of simple text message Dmitry Torokhov 2025-07-17 22:28:18 -07:00
  • e82b159f65 refactor(history): add a helper to fetch text from messages and use it Dmitry Torokhov 2025-07-17 20:58:24 -07:00
  • 663433a5ed refactor(message): use vim.tbl_extend() in Message:new() to apply options Dmitry Torokhov 2025-07-17 17:07:44 -07:00
  • 07457293d4 fix(docs): morph website bhaktatejas922 2025-07-22 02:45:58 -07:00
  • db56901594 fix: result winid is nil (#2508) yetone 2025-07-22 17:45:14 +08:00
  • 7ed3a0e761 doc: the build opt must return a string value ras0q 2025-07-22 03:58:17 +09:00
  • e9c031ab6b chores: morph model (#2501) yetone 2025-07-22 00:02:34 +08:00
  • 27a88c095f fix: incorrect diff (#2500) yetone 2025-07-21 23:59:12 +08:00
  • c694772d68 fix: vertex gemini Daniel Nyong 2025-07-21 14:55:53 +01:00
  • 3fcfa6ec05 refactor: refactor TODO handling to context messages doodleEsc 2025-07-19 22:14:28 +08:00
  • 0fe0f219e4 fix(sidebar): correctly exit visual mode Dmitry Torokhov 2025-07-21 00:08:03 -07:00
  • e730260796 feat: handle simple request yetone 2025-07-21 13:33:52 +08:00
  • beeea5cb1c refactor(sidebar): get rid of winids table, use containers table Dmitry Torokhov 2025-07-19 17:48:13 -07:00
  • 7d60b51324 refactor(sidebar): move sub-windows into a table Dmitry Torokhov 2025-07-19 12:17:42 -07:00
  • 714084d2f5 refactor(sidebar): remove Sidebar:is_focused() Dmitry Torokhov 2025-07-18 21:28:34 -07:00
  • 2d0b6875dd chores: refine top-level-symbols prompts yetone 2025-07-21 13:21:48 +08:00
  • 75ebef9fbe fix: tool_info is nil yetone 2025-07-21 11:50:14 +08:00
  • 0490927061 fix: edit_file is an edit tool yetone 2025-07-21 11:13:28 +08:00
  • 9ccf721435 refactor(sidebar): avoid temporary table in Sidebar:update_content() Dmitry Torokhov 2025-07-18 19:35:51 -07:00
  • 0618dbc151 chore: update README with Fast Apply instructions yetone 2025-07-19 13:55:53 +08:00
  • 2335ea3d15 refactor(history): reduce computational complexity when handling history Dmitry Torokhov 2025-07-08 17:22:39 -07:00
  • c2e4ae5ef6 fix(llm): fix rate limit handling Dmitry Torokhov 2025-07-17 22:11:20 -07:00
  • b4c9246461 fix: find symbol definition ool yetone 2025-07-17 20:37:25 +08:00
  • 1dc195d9ef fix: edit_file cannot find old str yetone 2025-07-17 19:48:37 +08:00
  • bf3c210584 fix: assistant message content must be a string yetone 2025-07-17 17:05:16 +08:00
  • bc1de981d8 fix: on_complete is nil yetone 2025-07-17 16:23:41 +08:00
  • a08a2e3579 feat: add original_content for history message yetone 2025-07-17 15:44:47 +08:00
  • cd81fbf8af fix: tool_use_id is nil yetone 2025-07-17 14:28:35 +08:00
  • cf5234b4d9 optimize: reduce copilot invocation consumption yetone 2025-07-17 14:19:12 +08:00
  • 5ea24f59fa fix: clear useless parameters yetone 2025-07-17 13:48:15 +08:00
  • 2a16e7d4d9 fix: do not modify the tool_use input yetone 2025-07-16 20:15:14 +08:00
  • ae06698c30 feat: add moonshot provider yetone 2025-07-16 19:04:11 +08:00
  • 18ea95d965 fix: refine docs yetone 2025-07-16 18:37:11 +08:00
  • adbd296ba6 feat: integrated morph yetone 2025-07-16 17:55:41 +08:00
  • 1455ed6005 refactor(templates): Prioritize copying system templates to ensure latest version doodleEsc 2025-07-16 14:28:36 +08:00
  • 966eef743b refactor(history): move message rendering into history module Dmitry Torokhov 2025-07-15 14:30:00 -07:00
  • 06d9d8cec3 refactor(utils): remove history_messages_to_messages() function Dmitry Torokhov 2025-07-14 09:03:45 -07:00
  • d7c48075a5 refactor(history): move code collecting pending tools to history Dmitry Torokhov 2025-07-14 08:54:07 -07:00
  • b64120749f refactor(history): use get_tool_(result|use_data)() in dispatch_agent.lua Dmitry Torokhov 2025-07-13 22:23:25 -07:00
  • 36e116795d refactor(history): make use of get_tool_(use|result)_data() in llm.lua Dmitry Torokhov 2025-07-13 21:05:14 -07:00
  • 47ad90b389 fix: when deleting tool use also delete tool result Dmitry Torokhov 2025-07-11 16:23:43 -07:00
  • 520ca47a8f refactor(history): add helpers to get content of tool "use" and "result" Dmitry Torokhov 2025-07-13 15:02:33 -07:00
  • 06cc3b3f21 refactor(history): add helpers to generate synthetic history messages Dmitry Torokhov 2025-07-07 21:56:51 -07:00
  • 34907fc1cd refactor(history): start moving history-related code into avante/history Dmitry Torokhov 2025-07-08 15:57:05 -07:00
  • 85a9fcef95 fix(types): add is_user_declined field to AvanteLLMMessageContentItem Dmitry Torokhov 2025-07-08 16:39:10 -07:00
  • 127a12a878 fix: trim escapes for write_to_file tool (#2455) yetone 2025-07-16 12:04:22 +08:00
  • 31be8718a6 fix: layout being resized on every keystroke (#2452) Avinash Thakur 2025-07-16 09:04:46 +05:30
  • 154e5f578f feat: add timeout for bash tool (#2451) yetone 2025-07-15 20:46:15 +08:00
  • d3dde0c5ff refactor(utils): simplify and annotate count_lines() (#2446) Dmitry Torokhov 2025-07-15 01:42:30 -07:00
  • 5e50db3e05 refactor(file_selector): optimize handling of selected files Dmitry Torokhov 2025-07-14 15:34:44 -07:00
  • a5a2c22cf7 refactor(file_selector): remove unused argument from process_directory() Dmitry Torokhov 2025-07-14 15:11:57 -07:00
  • 318a45ae08 fix(file_selector): Correct path comparison for selected files Dmitry Torokhov 2025-07-14 14:34:58 -07:00
  • 61e38024dc fix(file_selector): avoid converting to relative path twice Dmitry Torokhov 2025-07-14 12:32:56 -07:00
  • b8bb0fd969 refactor: llm tool parameters (#2449) yetone 2025-07-15 16:40:25 +08:00
  • 0c6a8f5688 refactor(llm): remove dead code summarizing threads and generating todos (#2439) Dmitry Torokhov 2025-07-13 19:14:40 -07:00
  • e06f55d353 fix(replace_in_file): added a replace substring logic (#2438) Raul Luzetti 2025-07-13 23:14:16 -03:00
  • a78af4ce99 Fix bugs where the file picker windows disappear on @file mentions (#2442) Arnon Keereena 2025-07-14 09:08:55 +07:00
  • 80f50af6fb Some refactors in suggestion.lua (#2443) Dmitry Torokhov 2025-07-13 19:05:03 -07:00
  • c4ce24e3c0 fix: result_container takes the actual height of the editor (#2405) soulfy 2025-07-12 00:36:42 +08:00
  • 4892b7cde5 chores: update README (#2435) yetone 2025-07-11 13:58:51 +08:00
  • c20e4e8f05 fix: finetune beast mode (#2433) yetone 2025-07-10 12:47:03 +08:00
  • d7fa5fec6d fix: incorrect tool names (#2432) yetone 2025-07-10 12:42:02 +08:00
  • 8942e12798 feat: beast mode for gpt4.1 (#2431) yetone 2025-07-10 12:30:06 +08:00
  • 1748b9120a chores: remove aihubmix (#2430) yetone 2025-07-10 11:24:01 +08:00
  • 286b5ba7ae chores: remove searchapi (#2429) yetone 2025-07-10 10:52:49 +08:00
  • 14cfccdba9 fix: do not use str_replace_editor (#2428) yetone 2025-07-10 10:17:48 +08:00
  • 6a9424a63b set keymap with nowait (#2422) skt041959 2025-07-09 22:32:05 +08:00
  • 9f4da7ea09 fix(openai): handle nil function arguments in tool calls (#2425) Kyle 2025-07-09 14:19:29 +08:00
  • 30eb77af04 feat: optimize showing hints in visual mode (#2416) Dmitry Torokhov 2025-07-08 04:56:54 -07:00
  • d87724e0f7 ci: configure Git for unsafe repositories in Docker (#2423) doodleEsc 2025-07-08 19:55:52 +08:00
  • c0249db33d fix: call a slow function in a fast event context (#2424) yetone 2025-07-08 19:54:21 +08:00
  • 6227d5c340 fix: close input hint when closing the sidebar (#2420) yetone 2025-07-07 16:51:30 +08:00
  • b051ce449a fix: slow typing in input window and other input hint optimizations (#2418) Dmitry Torokhov 2025-07-07 01:45:35 -07:00
  • 014010b022 fix: Avoid indexing temporary files (#2419) doodleEsc 2025-07-07 16:36:48 +08:00
  • 39ac64aca6 feat(file_selector): handle parsing oil directory (#2409) Han Pham 2025-07-04 06:29:02 -07:00
  • b7e7cb4715 feat(doc): include all key bindings as set by avante (#2408) Han Pham 2025-07-03 19:21:18 -07:00
  • 935234981b fix: missing new_str (#2407) yetone 2025-07-04 00:38:17 +08:00
  • 85e033c1c4 Uprev onig_sys to fix build errors with gcc 15 (#2400) googlebleh 2025-07-02 23:46:07 -07:00
  • 8346d9b005 fix: don't throw errors when closing code window (#2401) Dmitry Torokhov 2025-07-02 23:45:35 -07:00
  • 9bc5bf8053 fix: breaklines (#2403) yetone 2025-07-03 14:43:44 +08:00
  • 17a1f83950 fix: trim slashes (#2399) yetone 2025-07-03 00:30:58 +08:00
  • 46f3e77543 fix: refine init project prompts (#2398) yetone 2025-07-02 18:56:56 +08:00
  • 7aec52ff3e improve: support to customize the spinners (#2397) guanghechen 2025-07-02 18:54:41 +08:00
  • 8fde103734 fix: do not ignore failed edit tool calling (#2396) yetone 2025-07-02 18:53:53 +08:00
  • 203861bb71 feat: init project (#2395) yetone 2025-07-02 18:44:30 +08:00
  • 1a6d1d6af4 fix: the content is table (#2394) yetone 2025-07-02 17:09:46 +08:00
  • 66c3b6665c fix: add missing session-ctx (#2393) yetone 2025-07-02 16:58:15 +08:00
  • 4329ed79f4 feat: enable override prompt templates directory (#2387) doodleEsc 2025-07-02 14:43:17 +08:00
  • 6bbf3d2004 refactor: remove redundant pathspec check (#2384) doodleEsc 2025-07-02 12:17:41 +08:00
  • 6bfd792a64 fix: handle invalid code window id (#2390) Peter Cardenas 2025-07-01 21:17:30 -07:00
  • 30604304ba improve: support to customize the avanterules directories for project/global (#2392) guanghechen 2025-07-02 12:17:13 +08:00
  • d4f3224bf6 fix(sidebar): respect input height from config (#2391) James Trew 2025-07-02 00:15:40 -04:00
  • 2ecfe587a0 feat: parse and conditionally add cursor rules to system prompt (#2385) Peter Cardenas 2025-07-01 09:59:01 -07:00
  • f523710e95 fix(#1939): fix the logic of ignore-checking, prefer to call the git check-ignore for git repos (#2383) guanghechen 2025-07-01 17:19:17 +08:00
  • bc96007c76 fix: get_bufnr errors on edited file (#2374) Peter Cardenas 2025-06-30 03:53:22 -07:00
  • 68ead5d2f0 feat: respect agents.md (#2376) yetone 2025-06-30 18:44:06 +08:00