Commit Graph

  • 968a9a065d fix: better tool name (#2671) yetone 2025-09-02 16:02:13 +08:00
  • a4a4c91711 fix: wrap all ACP handlers in vim.schedule to ensure safe UI operations (#2670) yetone 2025-09-02 13:37:26 +08:00
  • 8794356cf4 feat: better tool ui (#2669) yetone 2025-09-01 22:52:54 +08:00
  • 15d19518b1 feat: better tool ui (#2668) yetone 2025-09-01 22:31:38 +08:00
  • b3b9327fec fix: reload buffer after the file is written (#2667) yetone 2025-09-01 18:54:46 +08:00
  • fe928d2f96 fix: get buffer in fast event (#2666) yetone 2025-09-01 18:42:48 +08:00
  • 4062e36083 fix: cannot change provider model when last use model be stored (#2665) yetone 2025-09-01 11:57:00 +08:00
  • 4af25547db fix: refine separator in full view (#2664) yetone 2025-08-31 23:11:00 +08:00
  • 8ca7f75ce4 fix: new chat width in full view state (#2663) yetone 2025-08-31 23:07:13 +08:00
  • 7c4f88606c fix: full view width (#2662) yetone 2025-08-31 23:02:42 +08:00
  • 604fdcc4b1 feat: add project root option in commands Ask/Chat/ChatNew (#2659) brook hong 2025-08-31 22:10:29 +08:00
  • e63427fb9a fix: do not auto resize in full view (#2661) yetone 2025-08-31 22:09:18 +08:00
  • bcbe0347d8 feat: supports full view in multi-window mode (#2660) yetone 2025-08-31 21:33:57 +08:00
  • ff116a5673 feat: add full_view_ask api (#2658) yetone 2025-08-31 19:17:20 +08:00
  • 47877c7e8b fix: bedrock exception could be found at end of a stream (#2654) brook hong 2025-08-31 19:11:04 +08:00
  • 35acffad9a feat: support selected code prompt for ACP (#2657) yetone 2025-08-31 16:24:20 +08:00
  • 8a956123ca fix: clean up configuration examples in README.md (#2656) yetone 2025-08-31 07:49:12 +08:00
  • 5e0aa7e5c0 feat: support acp (#2649) yetone 2025-08-31 07:41:19 +08:00
  • 9008fc4f41 feat: add project_root in AskOptions so that project root can be specified from api (#2652) brook hong 2025-08-30 18:07:59 +08:00
  • f70c4b8b88 fix: use common files to find project root (#2651) brook hong 2025-08-29 21:10:08 +08:00
  • 751e4c0913 feat: support multiple models for bedrock (#2648) brook hong 2025-08-28 20:23:05 +08:00
  • 9fe429eb62 fix: dispatch cancel message on user cancelling request in retry. (#2644) brook hong 2025-08-27 12:23:32 +08:00
  • 11e457e56b [feat] Add basic support for IBM's watsonx code assistant (#2617) Fabian Klopfer 2025-08-26 11:26:15 +02:00
  • 29111ac042 fix: AvanteShowRepoMap failed to parse query for c (#2629) Yinzuo Jiang 2025-08-26 17:19:47 +08:00
  • f643b262cc fix: empty tool array reports an error for some LLM models (#2639) Yinzuo Jiang 2025-08-26 17:19:29 +08:00
  • fe57497123 fix: log response headers for debug (#2642) brook hong 2025-08-26 16:43:03 +08:00
  • ce2c9ea5a2 fix: reset cache for project root if buf name changed (#2638) brook hong 2025-08-25 10:30:00 +08:00
  • 2791db9984 fix: stop timer for retry on canceling inflight request (#2637) brook hong 2025-08-24 16:31:57 +08:00
  • 8a2ed691c0 fix: handle is already closing (#2613) 忍野ペンギン 2025-08-24 16:21:55 +08:00
  • 4966f20be8 fix(docs): added missing , in README lua config (#2633) Oren Sayag 2025-08-24 11:10:12 +03:00
  • b3289ff51a fix: wrap user input in task only in agentic mode (#2636) brook hong 2025-08-24 15:47:30 +08:00
  • 40af7113a2 Add option custom_init to enable user to customize behaviour of sidebar (#2630) brook hong 2025-08-24 02:57:52 +08:00
  • 212797a2f2 Add config to limit max height for selected files (#2618) Ahmed Siddiqui 2025-08-19 03:39:08 -04:00
  • 24f7dbbe76 fix typo samuelm00 2025-08-19 06:32:27 +02:00
  • 6da110b1c0 add some best practices for the instruction file samuelm00 2025-08-19 06:29:19 +02:00
  • 0a603efad1 add possibility to define a project based instruction file samuelm00 2025-08-18 22:54:28 +02:00
  • fed6902c9a feat!(selection): do not display hint immediately Dmitry Torokhov 2025-07-25 17:48:42 -07:00
  • bd2079a5cc chore: remove dead code and commented out blocks (#2611) yetone 2025-08-16 14:45:27 +08:00
  • c1ccb7867a fix: remove trailing spaces each line when editing files (#2612) brook hong 2025-08-16 14:16:38 +08:00
  • be0937a459 fix: timer already closed (#2608) yetone 2025-08-14 17:55:24 +08:00
  • 4eb8bd97e1 chore: update html2md dependency to fix build errors on termux(android) (#2605) Ivan Jaramillo 2025-08-14 03:01:59 -05:00
  • 4e0a8620b6 docs: add FAQ section about disabling agentic mode (#2604) yetone 2025-08-13 22:20:25 +08:00
  • 59ba16202e fix: lazy load AvanteEdit (#2602) Peter Cardenas 2025-08-13 05:11:27 -07:00
  • 1e0c8520bc fix: the last used model caused the loss of the model configured in the profile in the model selector (#2600) yetone 2025-08-12 15:33:31 +08:00
  • 638d237b75 refactor(utils): make prepend_line_numbers() more efficient and idiomatic Dmitry Torokhov 2025-08-06 15:31:26 -07:00
  • 76fe3f615a refactor(utils): switch debounce() and throttle() to use vim.defer_fn() Dmitry Torokhov 2025-07-25 22:24:58 -07:00
  • 16c58c2e6f fix: update config.lua default value for gpt-5-chat (#2594) you-n-g 2025-08-12 15:13:44 +08:00
  • dd151e7f45 fix: allow lazy loading AvanteAskNew (#2598) Peter Cardenas 2025-08-12 00:13:20 -07:00
  • 5a4ed4ac92 feat: add mappings to toggle code window from input in sidebar (#2591) brook hong 2025-08-08 20:11:06 +08:00
  • 2fc63d4128 feat: toggle code window from result container in sidebar (#2579) brook hong 2025-08-06 11:39:38 +08:00
  • 6bcf7dfbe7 fix: still use str_replace_editor (#2587) yetone 2025-08-06 11:39:13 +08:00
  • 70a73d4f98 fix(config): remove last used model data if it is damaged (#2580) Dmitry Torokhov 2025-08-05 00:44:13 -07:00
  • 6f28f132e5 fix: failed to write correct entry into prompt log file at very begin… (#2581) brook hong 2025-08-05 15:19:35 +08:00
  • b941cd902d chore: update input height from 6 to 8 (#2582) yetone 2025-08-04 20:55:01 +08:00
  • 66cfbb4c19 fix: re-implement prompt logger (#2574) brook hong 2025-08-03 21:34:38 +08:00
  • 03f0456d30 fix: add nil check for message before sending notifications yetone 2025-08-02 23:37:24 +08:00
  • 5fedb3a2c6 feat: add check-added-large-files and check-merge-conflict pre-commit hooks yetone 2025-08-02 18:43:23 +08:00
  • f475e95eb7 fix: add buffer validation checks in replace_in_file yetone 2025-08-02 17:56:44 +08:00
  • 657b418c46 fix: check if path is a directory before opening it yetone 2025-08-02 17:52:31 +08:00
  • 54ef723283 optimize: parallelize test dependencies installation yetone 2025-08-02 17:45:13 +08:00
  • 751d1855e7 fix: download the correct lua-language-server yetone 2025-08-02 17:23:36 +08:00
  • 3b1f65e46d fix(tests): specify initial branch when initializing git repository Dmitry Torokhov 2025-07-31 13:45:16 -07:00
  • 61c1bf8bfe feat(luatest): create a self-contained test runner Dmitry Torokhov 2025-07-31 10:33:31 -07:00
  • 59a518cf86 feat(typecheck): add local mode mirroring github to lua-typecheck.sh Dmitry Torokhov 2025-07-30 14:21:10 -07:00
  • 6d372a9135 fix: set the content property to the empty string (#2566) PlacidFireball 2025-08-02 00:37:19 -07:00
  • 7965546a34 fix: do not ask for API key for bedrock if aws_profile was set (#2564) brook hong 2025-08-02 13:00:00 +08:00
  • b225094dca fix: breaklines within the content (#2567) yetone 2025-08-02 12:56:20 +08:00
  • 6c2a785ebb fix(config): suppress last model info messages if redundant Umut Sahin Onder 2025-08-01 04:24:28 +02:00
  • 1830917ceb fix(docs): incorrect installation instructions (#2555) yetone 2025-07-31 14:26:39 +08:00
  • ca63356a99 feat: allow overriding bedrock provider endpoint (#2540) Shogo Nakamoto 2025-07-31 15:15:34 +09:00
  • 72444ac217 docs: improve vim-plug installation guide (#2548) Boshen 2025-07-31 14:14:54 +08:00
  • 5bc4ffa19f refactor(bedrock): replace vim.uv.spawn() with vim.system() Dmitry Torokhov 2025-07-25 21:17:19 -07:00
  • d737fa6109 build: remove presubmit dependency on luvit-meta Dmitry Torokhov 2025-07-30 21:08:10 -07:00
  • d77e1272a0 fix: check before set keymap (#2543) skt041959 2025-07-30 22:17:28 +08:00
  • 8c5b3f9706 fix: duplicated replace blocks in diff (#2549) yetone 2025-07-30 22:16:56 +08:00
  • 5e4eb8652b feat: remember the last selected model (#2518) NekoNekoNiko120 2025-07-28 13:21:49 +08:00
  • 7e50de8904 fix: ReAct tool use format in few-shot (#2542) yetone 2025-07-28 11:14:45 +08:00
  • 0a2143586a fix: incorrect json in tool_use example (#2541) yetone 2025-07-28 11:03:01 +08:00
  • daa419c79b fix: statusline hidden in Avante (#2477) Marcos Romero Lamas 2025-07-27 08:57:24 +02:00
  • d8ec4e4aa4 fix: gracefully handle html2md failure (#2533) Peter Cardenas 2025-07-26 01:19:38 -07:00
  • 53dcb55896 fix(sidebar): keep header aligned when sidebar width changed (#2535) Dmitry Torokhov 2025-07-26 01:16:23 -07:00
  • 8bc149ccd8 fix: react prompts (#2537) yetone 2025-07-26 16:06:56 +08:00
  • bd69ae14f6 fix(utils): fix gsub in trim_line_numbers() (#2528) Amaury Cannesson 2025-07-24 17:47:10 +08:00
  • 1452c7233b fix: invalid json format (#2531) yetone 2025-07-24 17:37:10 +08:00
  • 02aa0a4241 fix: compatible with some incorrect tool results (#2530) yetone 2025-07-24 16:44:05 +08:00
  • 7af303b421 fix: missing curl error message (#2527) yetone 2025-07-24 16:03:15 +08:00
  • ca1271c996 fix: use path instead of target_file in the edit_file input (#2526) yetone 2025-07-24 15:37:26 +08:00
  • 57311d80ea fix: not enough room (#2525) yetone 2025-07-24 14:33:16 +08:00
  • f199625ee4 fix: diff format in k2 v2 (#2524) yetone 2025-07-24 14:31:03 +08:00
  • 430cac8d91 feat: introduce beast-mode-3.1 (#2523) yetone 2025-07-24 14:16:21 +08:00
  • 888a49d8c1 fix: bad tool use (#2520) yetone 2025-07-23 23:47:23 +08:00
  • faa3945428 feat: implement user-defined text shortcuts (#2512) doodleEsc 2025-07-23 11:54:59 +08:00
  • 8b8a777ec3 fix: typo in prompts (#2517) yetone 2025-07-23 11:50:25 +08:00
  • 7c9644ceb7 fix: diff format in k2 (#2516) yetone 2025-07-23 11:48:33 +08:00
  • 6c9c4365a2 fix(sidebar): do not error when selecting text from help window (#2514) Dmitry Torokhov 2025-07-22 20:43:34 -07:00
  • a72ee55b20 fix: typo (#2513) Joshua Petitma 2025-07-22 20:42:59 -07:00
  • ef29a01840 fix: str_replace (#2515) yetone 2025-07-23 11:06:39 +08:00
  • c65604837c fix: diff format (#2510) yetone 2025-07-22 20:38:57 +08:00
  • f4f82a09d7 fix(llm_tools): Improve the permissions logic (#2506) Yomi Colledge 2025-07-22 10:54:46 +01:00
  • 10c0a8d942 feat(sidebar): allow external users identify selected code buffer Dmitry Torokhov 2025-07-21 11:35:02 -07:00