519 Commits

Author SHA1 Message Date
yetone
9d0e1cd4af
fix: align lua oop (#889) 2024-11-23 20:23:05 +08:00
Christopher Brewin
da41105fc8
fix (sidebar) only display apply ext marks for codeblocks that can be applied (#883) 2024-11-23 12:48:21 +08:00
Shourya Sharma
9d2599df4d
refactor: ♻️ Updated API parsing logic for vertex AI to throw specific error (#887)
Co-authored-by: Shourya Sharma <shourya.sharma@complyadvantage.com>
2024-11-23 12:47:29 +08:00
khoind4
934602b2a6 fix: fix installation build in powershell (windows)
New-TemporaryFile doesn't work in cmd
More info: https://github.com/PowerShell/PowerShell/issues/14100
2024-11-22 20:05:16 +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
2863473bbf
fix: do not ignore curl error (#877) 2024-11-20 01:33:28 +08:00
yetone
56ebcad7a8
fix: must not be called in a lua loop (#876) 2024-11-20 01:29:55 +08:00
yetone
5dd42548d4
fix: use relative path (#875) 2024-11-19 23:52:53 +08:00
yetone
d17905a1c8
fix(doc): vim-plug missing setup (#873) 2024-11-19 16:23:47 +08:00
yetone
3c010e38ac
feat: update copilot model version (#872) 2024-11-19 06:25:17 +08:00
yetone
3beed68157
fix: copilot url join (#871) 2024-11-19 06:20:42 +08:00
yetone
e65be50a0a
fix: claude parse response (#870) 2024-11-19 06:03:03 +08:00
yetone
c551bbe5b6
fix: cmp slash commands disappeared (#869) 2024-11-19 06:01:50 +08:00
yetone
cf2312abbc
fix: provider must be set (#868) 2024-11-19 05:14:04 +08:00
yetone
3b390040f5
refactor: chat history based on project (#867) 2024-11-18 18:07:33 +08:00
Xinyao(Alvin) Sun
87885a4530
fix(docs): correct typo in README and config.lua (#863) 2024-11-18 02:56:20 +08:00
yetone
0b1cd5509e
fix: incorrect filepath (#865) 2024-11-18 02:55:44 +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
9891b03656
fix(openai): user and assistant roles should be alternating (#859) 2024-11-17 03:49:02 +08:00
yetone
ff85b9c1e2
refactor: remove redundant local field to facilitate provider configuration (#858) 2024-11-17 02:55:40 +08:00
yetone
4acdcb6e8b
fix: provider inherited_from (#857) 2024-11-17 01:09:33 +08:00
yetone
dfc51b3247
feat: add url_join (#856) 2024-11-17 00:39:03 +08:00
yetone
8bbcd64550
chore(doc): star history (#852) 2024-11-16 02:23:53 +08:00
yetone
a3e5053d55
fix: preset vendors missing many fields (#851) 2024-11-16 02:09:14 +08:00
yetone
7bab283616
fix: auto_apply_diff_after_generation (#849) 2024-11-16 01:02:38 +08:00
Shourya Sharma
839a8ee25a
feat: Added vertex AI provider for orgs using gemini (#840)
Co-authored-by: Shourya Sharma <shourya.sharma@complyadvantage.com>
2024-11-15 00:34:58 +08:00
Christopher Brewin
af33f3a602
fix (sidebar) lock avante input and avante buffers to the sidebar window (#846) 2024-11-15 00:33:27 +08:00
Christopher Brewin
3abdb69fa2
feat(repo-map): configurable negate patterns (#844) 2024-11-14 17:30:00 +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
54896bbc2d
feat: add show repo map cmd (#838) 2024-11-12 13:29:54 +08:00
Christopher Brewin
deb3b03826
feat (repo-map) configuration option for repo map ignore patterns (#831) 2024-11-12 00:56:20 +08:00
yetone
deb96e6b00
docs: add dotfyle badge (#835) 2024-11-11 21:12:45 +08:00
insects
ecaf850859
fix(compat): filter out non value and not user message (#818)
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-11-07 05:38:56 -05:00
insects
ec9b00db8b
fix(openai): add backward compat for get_user_message (#813)
Co-authored-by: ming.chen <ming.chen@shopee.com>
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
2024-11-07 02:16:19 -05:00
Aaron Pham
b872ac9c12
chore(docs): update correct formatting for dropdown (#817) 2024-11-07 01:15:37 -05:00
Christopher Brewin
c516883b99
fix(copilot): refresh token before sending the request (#791)
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-11-06 00:07:02 -05:00
yetone
9fbe0256f2
feat: keep the history content in the resp buffer (#807) 2024-11-05 21:02:38 +08: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
Aaron Pham
8699ada7b2
chore(config): add default claude-haiku and claude-opus (closes #774) (#801) 2024-11-04 20:54:33 -05:00
Aaron Pham
16e10c5f88
revert: restore AvanteBuild (fixes #792) (#799) 2024-11-04 20:44:45 -05:00
Maddison Hellstrom
b6f7c193b0
fix: don't try to read non-files (#797)
fixes #796
2024-11-04 13:28:29 -08:00
yetone
cb09c749fa
docs: add logo (#795) 2024-11-04 17:25:44 +08:00
yetone
5db2a0f92f
fix: filter out empty history (#794) 2024-11-04 16:39:50 +08:00
yetone
1e8abbf798
feat: memory 🧠 (#793) 2024-11-04 16:20:28 +08:00
Vasil Markoukin
579ef12f76
feat(repo_map): add scala support (#788)
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-11-03 19:35:27 -05:00
Aaron Pham
3c4ef490a8
chore(ci): enable rust conditional check (#790) 2024-11-03 19:31:20 -05: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