yetone
|
3ccb71d7ef
|
fix(sidebar): apply current cursor (#440)
|
2024-09-01 17:26:27 +08:00 |
|
yetone
|
6b41c64735
|
docs: add CI badge (#439)
|
2024-09-01 17:06:57 +08:00 |
|
yetone
|
55c85692bf
|
feat(ci): add lua static analyzer (#438)
|
2024-09-01 17:04:33 +08:00 |
|
yetone
|
8dd5db8923
|
docs: add position configuration in the readme (#437)
|
2024-09-01 16:25:52 +08:00 |
|
yetone
|
d9aa7c78af
|
feat: support windows position (#436)
|
2024-09-01 15:52:16 +08:00 |
|
yetone
|
77d344db77
|
chore: refine prompts (#434)
|
2024-09-01 02:52:16 +08:00 |
|
yetone
|
2e2c1ba486
|
perf(sidebar): do not replace all content in the code buffer (#433)
|
2024-09-01 02:45:32 +08:00 |
|
Aaron Pham
|
5f06638d37
|
fix(copilot): removes empty initialization (fixes #424) (#430)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-31 14:09:46 -04: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
|
534b1e6bec
|
fix: remove unnecessary alerts
|
2024-08-31 23:51:54 +08:00 |
|
yetone
|
3b13b5e165
|
docs: fix indentation in README
|
2024-08-31 23:44:28 +08:00 |
|
yetone
|
faa46975cf
|
fix(sidebar): the sidebar height is incorrect when selecting code
|
2024-08-31 23:36:28 +08:00 |
|
tang-hi
|
ff887af901
|
feat: add horizontal layout
|
2024-08-31 23:36:28 +08:00 |
|
yetone
|
c324e902bb
|
chore: refine code (#426)
|
2024-08-31 23:08:12 +08:00 |
|
yetone
|
33192127a3
|
fix(claude): there can be no more than four cache controls (#425)
|
2024-08-31 23:04:51 +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 |
|
Will Lynas
|
bf1e7f1f17
|
fix: add missing "with" in README
|
2024-08-31 20:01:51 +08:00 |
|
Aaron Pham
|
d2095ba267
|
feat: tokenizers (#407)
* feat: autobuild tiktoken lib and schenanigans
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: revert readme changes
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(build): windows
Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
* chore(plugin): early load commands and base setup
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(build): make sync
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* feat: rust go vroom vroom
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* feat: scuffed afaf implementation binding go brrrr
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: remove dups
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(tokens): calculate whether we should do prompt_caching (fixes #416)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: ignore lockfiles
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* Update README.md
* Update crates/avante-tokenizers/README.md
* chore: remove unused
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: remove auto build
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
Co-authored-by: yuchanns <me@yuchanns.xyz>
|
2024-08-31 07:19:59 -04:00 |
|
Aaron Pham
|
81b44e4533
|
fix(clipboard): supress in paste_image branch (#414)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-31 02:38:48 -04:00 |
|
yetone
|
0c9e715829
|
perf(claude): the prompt caching is used by default (#413)
|
2024-08-31 13:54:49 +08:00 |
|
yetone
|
6b11ac7fd5
|
perf(selection): reduce the number of times indentation is calculated (#412)
|
2024-08-31 13:29:28 +08:00 |
|
yetone
|
2a0a8684cf
|
fix(selection): cursor out of range when restoring (#411)
|
2024-08-31 12:30:22 +08:00 |
|
Aaron Pham
|
c4f7b9ba82
|
fix(img-clip): supress verbose on AvanteInput (#410)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-30 19:13:42 -04:00 |
|
Aaron Pham
|
97e691861c
|
fix(after): early supression of warnings (fixes #385) (#409)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-30 19:07:52 -04:00 |
|
Aaron Pham
|
b09ff856b7
|
fix(copilot): support credentials saved with copilot.vim (#404)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-30 15:12:20 -04:00 |
|
Aaron Pham
|
5ff5dcf72b
|
chore(openai): add back support functions for ease-of-use (#402)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-30 13:49:08 -04:00 |
|
Aaron Pham
|
b196627e86
|
chore(provider): use latest cohere models (#400)
Update prompts to correct grammar
concat with table.concat to avoid overhead
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-30 13:39:36 -04:00 |
|
Aaron Pham
|
61acd714ba
|
fix(copilot): doesn't yet support image (#398)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-30 11:59:40 -04:00 |
|
yetone
|
104484f17c
|
fix: use the original prompts (#397)
|
2024-08-30 22:21:50 +08:00 |
|
yetone
|
5cf85d59bd
|
fix: ensure there is no overlap between code snippets (#396)
|
2024-08-30 20:43:26 +08:00 |
|
yetone
|
fc1bcda822
|
fix: copilot message format (#395)
|
2024-08-30 19:25:04 +08:00 |
|
yetone
|
2997d4669a
|
refactor: refactor planning prompts to resolve line number issues and indentation issues (#382)
|
2024-08-30 18:53:49 +08:00 |
|
yetone
|
07c1d707da
|
fix: indentation issue in copilot model and openai model (#393)
|
2024-08-30 15:40:40 +08:00 |
|
yetone
|
ec4d2eee0b
|
fix: copilot config path (#392)
|
2024-08-30 15:13:52 +08:00 |
|
yetone
|
8c71e1f624
|
feat: support apply current code snippet (#391)
|
2024-08-30 15:01:23 +08:00 |
|
Aaron Pham
|
ea73816665
|
fix(warning): taken into account silent_warning (fixes #385) (#388)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-30 02:08:59 -04:00 |
|
Cosmin Nicolaescu
|
b7127b33c6
|
chore(provider): update supported LLM list (#386)
|
2024-08-30 01:51:26 -04:00 |
|
Aaron Pham
|
483f71dba4
|
feat(provider): support copilot (#381)
* feat(provider): add back support for copilot
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* docs: add acknowledgement
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-29 23:36:39 -04:00 |
|
Aaron Pham
|
d82ef342c4
|
docs: add instruction for mini.deps (#380)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-29 20:00:18 -04:00 |
|
Aaron Pham
|
b43377c044
|
chore(config): add silent_warning options (#378)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-29 17:08:39 -04:00 |
|
Aaron Pham
|
bd500feeec
|
chore(logs): silent safe_keymap_set to debug (fixes #376) (#377)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-29 17:00:44 -04:00 |
|
Aaron Pham
|
12adc67d0d
|
docs: update compatible neovim version (#375)
|
2024-08-29 15:02:41 -04:00 |
|
Aaron Pham
|
33dc1ed470
|
chore(clipboard): accept nil (#371)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-29 13:14:19 -04:00 |
|
Aaron Pham
|
ef174bbc2c
|
docs: cleanup installation dropdown (#369)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-08-29 12:48:42 -04:00 |
|
Josef Moudrik
|
063a5ed24b
|
Add Plug install info to README.md (#364)
* README.md: add Plug install info
* README.md: polish
|
2024-08-29 23:22:16 +08:00 |
|
Josef Moudrik
|
fa043bf8ce
|
config.lua: improve check for img-clip (#363)
|
2024-08-29 23:17:44 +08:00 |
|
John Zinno
|
b6f3e2db44
|
docs: update key bindings (#366)
* Update README.md
* remove duplicate entry
|
2024-08-29 23:16:52 +08:00 |
|
yetone
|
cdd7730bd7
|
feat: choose all theirs (#361)
|
2024-08-29 20:32:00 +08:00 |
|
yetone
|
24b0bfadea
|
fix: compatible with the situation of disabling lsp inlay_hint delay (#360)
|
2024-08-29 19:46:51 +08:00 |
|
Maddison Hellstrom
|
abe08d5283
|
feat: pick conflict under cursor (#355)
Added `cc` which picks the conflict under the cursor, if there is one.
|
2024-08-29 02:25:45 -04:00 |
|