Jack Wright
4c0493440b
Add Goose as an ACP provider ( #2730 )
...
Co-authored-by: Jack Wright <jack.wright@nike.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-30 17:19:06 +08:00
1A7432
e538060156
feat: add xai, glm, and qwen providers to default config ( #2714 )
2025-09-17 11:39:51 +08:00
Eldad Zack
846736789e
feat(git): Add configuration option for 'Generated-by' line in commit messages ( #2708 )
2025-09-15 13:16:35 +08:00
yetone
4ac4c8ed3f
feat(ui): expand tool use message ( #2684 )
2025-09-04 00:17:32 +08:00
yetone
0955c2913f
feat: zen mode ( #2679 )
2025-09-03 12:51:43 +08:00
yetone
73a797616b
feat: use zed claude code acp ( #2678 )
2025-09-03 12:14:25 +08:00
yetone
4062e36083
fix: cannot change provider model when last use model be stored ( #2665 )
2025-09-01 11:57:00 +08:00
yetone
5e0aa7e5c0
feat: support acp ( #2649 )
2025-08-31 07:41:19 +08:00
brook hong
9008fc4f41
feat: add project_root in AskOptions so that project root can be specified from api ( #2652 )
2025-08-30 18:07:59 +08:00
brook hong
751e4c0913
feat: support multiple models for bedrock ( #2648 )
2025-08-28 20:23:05 +08:00
Fabian Klopfer
11e457e56b
[feat] Add basic support for IBM's watsonx code assistant ( #2617 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-08-26 17:26:15 +08:00
brook hong
40af7113a2
Add option custom_init to enable user to customize behaviour of sidebar ( #2630 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-08-24 02:57:52 +08:00
Ahmed Siddiqui
212797a2f2
Add config to limit max height for selected files ( #2618 )
2025-08-19 15:39:08 +08:00
samuelm00
0a603efad1
add possibility to define a project based instruction file
2025-08-19 14:53:40 +08:00
Dmitry Torokhov
fed6902c9a
feat!(selection): do not display hint immediately
...
Selection hint that is displayed immediately upon entering visual mode
([<leader>aa: ask, <leader>ae: edit]) gets old pretty quickly. Add a
config option to control when the hint is displayed:
selection = {
enabled = true,
hint_display = "delayed",
},
The "hint_display" option recognizes the following values:
- "immediate" results in the hint being shown immediately after entering
visual mode. This is the old behavior.
- "delayed" causes the hint be displayed only if the cursor has not been
moved for vim.o.updatetime milliseconds. This is the new default.
- "none" suppresses showing the hint completely.
Unfortunately "CursorHold" event is not emitted in visual mode so we
have to emulate it using Utils.debounce().
This is a breaking change because selection behavior was controller by
"hints" config entry which makes little sense, so the config section and
associated commands were renamed to "selection".
Additionally the "hints"/"selection" was mapped to "<leader>ah", but the
very same key combination was used to select from old Avante chat
histories, which overrode the toggle. New selection toggle keymap is
"<leader>aC".
2025-08-16 14:45:52 +08:00
yetone
1e0c8520bc
fix: the last used model caused the loss of the model configured in the profile in the model selector ( #2600 )
2025-08-12 15:33:31 +08:00
you-n-g
16c58c2e6f
fix: update config.lua default value for gpt-5-chat ( #2594 )
2025-08-12 15:13:44 +08:00
brook hong
5a4ed4ac92
feat: add mappings to toggle code window from input in sidebar ( #2591 )
2025-08-08 20:11:06 +08:00
brook hong
2fc63d4128
feat: toggle code window from result container in sidebar ( #2579 )
2025-08-06 11:39:38 +08:00
Dmitry Torokhov
70a73d4f98
fix(config): remove last used model data if it is damaged ( #2580 )
2025-08-05 15:44:13 +08:00
brook hong
6f28f132e5
fix: failed to write correct entry into prompt log file at very begin… ( #2581 )
2025-08-05 15:19:35 +08:00
yetone
b941cd902d
chore: update input height from 6 to 8 ( #2582 )
2025-08-04 20:55:01 +08:00
brook hong
66cfbb4c19
fix: re-implement prompt logger ( #2574 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-03 21:34:38 +08:00
Umut Sahin Onder
6c2a785ebb
fix(config): suppress last model info messages if redundant
...
Only show "Using last model" notification when the loaded model
differs from the original configuration to reduce UI noise
2025-07-31 21:30:41 -07:00
NekoNekoNiko120
5e4eb8652b
feat: remember the last selected model ( #2518 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: yetone <yetoneful@gmail.com >
2025-07-28 13:21:49 +08:00
doodleEsc
faa3945428
feat: implement user-defined text shortcuts ( #2512 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-07-23 11:54:59 +08:00
Daniel Nyong
c694772d68
fix: vertex gemini
2025-07-21 21:55:53 +08:00
yetone
ae06698c30
feat: add moonshot provider
2025-07-16 19:04:46 +08:00
yetone
adbd296ba6
feat: integrated morph
2025-07-16 18:34:52 +08:00
guanghechen
7aec52ff3e
improve: support to customize the spinners ( #2397 )
2025-07-02 18:54:41 +08:00
doodleEsc
4329ed79f4
feat: enable override prompt templates directory ( #2387 )
2025-07-02 14:43:17 +08:00
guanghechen
30604304ba
improve: support to customize the avanterules directories for project/global ( #2392 )
2025-07-02 12:17:13 +08:00
Peter Cardenas
7f25a33dbb
feat(sidebar): add keymap to navigate between prompts ( #2355 )
2025-06-28 20:10:07 +08:00
yetone
6d9e0cf119
fix: reduce the context window of copilot ( #2350 )
2025-06-27 15:39:32 +08:00
yetone
07b703dbd5
fix: ReAct parser ( #2330 )
2025-06-25 16:55:10 +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
yetone
3033556d5b
fix: tool calling ( #2297 )
2025-06-22 21:50:26 +08:00
yetone
fe4f7d836b
fix: increase result height ( #2282 )
2025-06-21 02:11:37 +08:00
yetone
af2eaf797c
chores: udpate readme ( #2264 )
2025-06-19 14:33:50 +08:00
Avinash Thakur
cf87220dff
docs: fix doc types. Add lua type to opts in readme ( #2200 )
...
* docs: fix doc types. Add lua type to `opts` in readme
* [pre-commit.ci lite] apply automatic fixes
* chore: fix type error in sidebar.lua
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-06-17 16:09:12 +08:00
Brewinski
2675155a76
feat(ui): add configurable keymaps for confirm modal ( #2206 )
2025-06-12 11:26:58 +08:00
Lujeni
d3c93c0dab
fix(docs): deprecated configurations claude ( #2168 )
2025-06-08 02:09:26 +08:00
yetone
86489ef2be
feat: add auto_check_diagnostics config ( #2189 )
2025-06-08 02:00:40 +08:00
yetone
574b0d37a3
fix: disable ReAct for gemini ( #2188 )
2025-06-07 18:06:50 +08:00
doodleEsc
2dd4c04088
feat: Enhanced Model Provider Support and Configuration Flexibility For Rag Service ( #2056 )
...
Co-authored-by: doodleEsc <cokie@foxmail.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-06-06 23:07:07 +08:00
Avinash Thakur
ec0f4f9ae0
feat: allow custom input provider, removing dressing.nvim ( #2173 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: yetone <yetoneful@gmail.com >
2025-06-06 23:04:35 +08:00
Austin Horstman
12bdb66ea4
chore: vim.validate deprecation change ( #2162 )
2025-06-06 00:29:21 +08:00
yetone
58d08bf0cc
fix: history storage path and delete clear memory ( #2153 )
2025-06-05 00:26:02 +08:00
Eli Oshinsky
16e041ff9a
feat: Add auto_approve_tool_permissions config allowing the confirm dialogs to be disabled in agentic mode ( #2110 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-06-04 23:02:15 +08:00