134 Commits

Author SHA1 Message Date
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
yetone
b46eec2a84
fix(docs): do not need github token anymore (#497) 2024-09-04 04:16:40 +08:00
Will Lynas
f7c3003f4c
docs: grammar in README (#489) 2024-09-03 15:38:04 -04:00
Aaron Pham
713cb403d0
docs: update PAT requirements (closes #477) (#478) 2024-09-03 07:18:23 -04:00
Aaron Pham
24b66e08dc
fix(install): prebuilt instruction (closes #474) (#476)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-03 06:53:14 -04:00
Aaron Pham
a5726bd2bf
feat(crates): prebuilt binaries (#473)
* feat(crates): prebuilt binaries

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

* chore: update name

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

* chore: build on PR

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

* chore: only build for lua51 and luajit

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

* feat: build stuff

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

* chore: only build if changes in Rust

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

* fix: remove deadcode

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

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-03 06:20:53 -04:00
Aaron Pham
4ad913435c
feat(templates): avanterules filetype support (closes #254) (#466)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-03 04:09:13 -04:00
yetone
65e1e178f5
feat: automatic suggestion (smart tab) (#455) 2024-09-03 14:03:59 +08:00
Aaron Pham
2b4dff46fc
fix(vim): set vimexpr for build (closes #453) (#458)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-02 12:31:13 -04:00
yetone
6b41c64735
docs: add CI badge (#439) 2024-09-01 17:06:57 +08:00
yetone
8dd5db8923
docs: add position configuration in the readme (#437) 2024-09-01 16:25:52 +08:00
Aaron Pham
0557deeab7
feat: tokenizers (#429)
* feat: tokenizers

This reverts commit d5a4db8321d232a1b9c0d86fc38e8dd516d15776.

* fix(inputs): #422

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

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-08-31 13:39:50 -04:00
yetone
3b13b5e165 docs: fix indentation in README 2024-08-31 23:44:28 +08:00
yetone
d5a4db8321
Revert tokenizers (#423)
* Revert "fix: add missing "with" in README"

This reverts commit bf1e7f1f17c8b82687b15c41e5a8104ea03f70cf.

* Revert "feat: tokenizers (#407)"

This reverts commit d2095ba267abbfe169582708a4449e609aa9709b.
2024-08-31 22:45:31 +08:00