147 Commits

Author SHA1 Message Date
yetone
bd8afce3b0
feat: tab flow (#1077) 2025-01-14 15:39:57 +08:00
Ikko Eltociear Ashimine
5c1b9d5463
docs: update README.md (#1070)
acheived -> achieved
2025-01-11 22:57:10 +08:00
Olicorne
42c1d292cf
docs: clearer comment on how to track the github release (#976)
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
2025-01-05 17:20:50 +08:00
Ezechukwu Ojukwu
f35ace75dc
docs: add blink.cmp configuration doc 2025-01-05 17:19:51 +08:00
Saltfish
40e5ed3cf9
fix: typo in vim-plug config (#1009) 2025-01-02 12:03:29 +08:00
yetone
3b33170097
Update README.md (#940) 2024-12-11 21:31:29 +08:00
yetone
664f3d5429
Update README.md (#939) 2024-12-11 21:21:42 +08:00
Han Pham
4cdbb9989c
doc: add missing descriptions for user commands (#938)
Usage for user commands, such as `:AvanteAsk`, are not detailed in the
documentation. I find this piece of information to be useful as
reference for the users.
2024-12-11 17:04:19 +08:00
LEE,SEUNGMIN
66dc948647
fix(docs): missing comma in custom autocmd example (#915) 2024-11-29 18:21:31 +08:00
yetone
91f37e5fda
fix(docs): add hrsh7th/nvim-cmp as dependency (#914) 2024-11-29 00:41:11 +08:00
yetone
16c4254b14
chore(doc): language specific logo for ci badges (#907) 2024-11-25 20:33:55 +08:00
yetone
da4f8e3650
fix(docs): ci badges (#906) 2024-11-25 20:32:14 +08:00
Will Lynas
341ecd2073
feat: minimal diff (#583)
* Add minimize_diff option and add dummy function

* fix: minimize snippets

---------

Co-authored-by: yetone <yetoneful@gmail.com>
2024-11-21 16:16:32 +08:00
yetone
d17905a1c8
fix(doc): vim-plug missing setup (#873) 2024-11-19 16:23:47 +08:00
Xinyao(Alvin) Sun
87885a4530
fix(docs): correct typo in README and config.lua (#863) 2024-11-18 02:56:20 +08:00
Xinyao(Alvin) Sun
3051bfdf24
feat: add Dual Boost Mode for Enhanced LLM Responses with Multi-Provider Support (#854) 2024-11-17 15:54:01 +08:00
yetone
8bbcd64550
chore(doc): star history (#852) 2024-11-16 02:23:53 +08:00
Malak
fb7567ac24
docs: update Discord link in README.md (#842)
The previous link did not properly connect the user to Discord.
2024-11-14 04:16:04 +08:00
yetone
deb96e6b00
docs: add dotfyle badge (#835) 2024-11-11 21:12:45 +08:00
Aaron Pham
b872ac9c12
chore(docs): update correct formatting for dropdown (#817) 2024-11-07 01:15:37 -05:00
yetone
0aa2659580
docs: update badges colors (#804) 2024-11-05 12:12:27 +08:00
yetone
ce8de3bf8c
docs: update badges colors (#803) 2024-11-05 12:08:53 +08:00
yetone
8fc1703787
docs: add Discord badge (#802) 2024-11-05 11:52:38 +08:00
yetone
cb09c749fa
docs: add logo (#795) 2024-11-04 17:25:44 +08:00
JIAJUN
58e0165098
feat: add configurable input window height for vertical layout (#773)
Co-authored-by: amojury <wujiajun880@gmail.com>
2024-11-03 16:48:37 +08:00
Maddison Hellstrom
7df1fe6656
docs: update note about start_insert option (#786) 2024-11-03 16:46:40 +08:00
yetone
75867597f2
chore: update README.md (#787) 2024-11-03 16:38:52 +08:00
Maddison Hellstrom
8e8f2c15ab
feat: add windows.ask.focus_on_apply config option (#779) 2024-11-02 18:33:08 +08:00
Maddison Hellstrom
19ab7d51d5
feat: override timeoutlen while hovering over diff (#781) 2024-11-02 18:31:54 +08:00
Aaron Pham
6e2065643d
chore(docs): update notes specific for Lua (#768) 2024-10-29 00:55:59 -04:00
Maky
a8e2b9a00c
chore: update to latest claude sonnet 3.5 (#751) 2024-10-23 02:05:52 +08:00
João Mendonça
134cf40096
feat: toggle sidebar_header (#737) 2024-10-21 03:42:07 +08:00
Jakkapat Paijit
86ba5a468b
feat(api): add switch sidebar focus (#709) 2024-10-15 11:24:48 +08:00
Maddison Hellstrom
964715be64
feat: floating input (#721)
* feat: add floating input to ask method

Open a floating input similar to the "edit" input for the "ask" input.
Enabled in config via `Config.windows.ask.floating` or by passing
`{ floating = true }` to the `api.ask` method.

Includes logic to ensure the sidebar uses the correct buffer and selection
if an existing sidebar is open for another code buffer.

Also refactored the `selection` module to extract the floating input
logic into a new `PromptInput` class.

* docs: update config options

* feat: more accurate annotations to prevent user misunderstandings

---------

Co-authored-by: yetone <yetoneful@gmail.com>
2024-10-15 11:22:34 +08:00
Maddison Hellstrom
347d9be730
feat: allow pressing apply_all mapping anywhere in sidebar (#528) (#712)
- make apply and apply_all mappings configurable
- fixed bug where apply mapping was not unbound in unbind_apply_key
- allow apply_all mapping to be pressed anywhere in the sidebar

fixes #528
2024-10-12 18:41:08 +08:00
yetone
0705234991
refactor: planning mode user prompt use aider prompt (#671) 2024-09-30 19:38:31 +08:00
yetone
64f26b9e72
chore: update badges (#658) 2024-09-27 20:58:56 +08:00
yetone
8e1018fef7
feat: repo map (#496)
* feat: repo map

* chore: remove breakline

* chore: remove spaces

* fix: golang public method

* feat: mentions for editing input
2024-09-23 18:52:26 +08:00
yetone
f97a2d9bc1
fix: docs format (#608) 2024-09-19 20:07:48 +08:00
yetone
8a3d5f30ec
fix: use global statusline (#607) 2024-09-19 20:06:19 +08:00
Evgeny Naumov
de9f36fc2f
fix(hl): use global namespace (closes #563) (#590)
* add AvantePopupHint and AvanteInlineHint hl groups

* Update lua/avante/sidebar.lua

* chore: update styling

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-15 10:53:33 -04:00
Aaron Pham
26fe7b4a10
fix: vim-plug installation (#595)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-15 10:44:39 -04:00
Valentin Berlin
cea3dfb85b
Add user option for sidebar window focus mapping (#585)
* add mappings for window navigation in sidebar

* add new mapping option to readme

* rollback formatitng changes in Readme file
2024-09-15 02:42:55 +08:00
yetone
0642905c80
feat: specific provider for auto-suggestions (#569) 2024-09-12 14:23:00 +08:00
Aaron Pham
8184275770
docs: add credits for secrets (#566)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-11 19:43:20 -04:00
Aaron Pham
33c9ac216d
docs: add notes on initializing library (#543) 2024-09-05 02:50:59 -04:00
Hanchin Hsieh
c027ea269a chore: doc for windows
Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
2024-09-04 13:52:31 +08:00
yetone
f77bacb10b
fix(docs): don’t need jq anymore (#514) 2024-09-04 13:14:14 +08:00
Aaron Pham
1e43122cac
chore(readme): update instructions to keep up with main (#509)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-03 23:26:54 -04:00
Aaron Pham
02f457ad1f
chore(readme): update install instruction (#507)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-03 23:14:46 -04:00