msvechla
6206998f24
chore: allow to pass raw curl args ( #920 )
...
This can be used to pass additional arguments to curl, which can be
helpful when working on new providers like bedrock, that can use curl
arguments for authorization.
2024-12-04 18:57:07 +08:00
Arkuna
57311bf8cd
fix: Get copilot refresh token asynchronously ( #918 )
2024-12-01 14:00:42 +08:00
Radosław Woźniak
97f04f87f5
fix(suggestions): cleanup response to ensure JSON ( #900 )
...
LLM is not always smart enough to follow the prompt
2024-11-25 20:26:59 +08:00
Jay Zhang
7413d5a508
fix: avoid ignorable error in ubuntu 22.04+ ( #903 )
2024-11-25 20:26:23 +08:00
Christopher Brewin
4c9dd65600
fix (prompt_input) limit the miximum row offset for hint text in floating prompt windows to the height of the window. ( #904 )
2024-11-25 20:24:59 +08:00
Radosław Woźniak
890fd92594
feat(repo_map): add elixir support ( #894 )
2024-11-24 17:29:30 +08:00
Aaron Batilo
e60ccd2db4
feat: enable streaming for o1 models ( #896 )
...
As of a few days ago, o1 models support streaming responses. Please see:
https://community.openai.com/t/openai-o1-streaming-now-available-api-access-for-tiers-1-5/1025430
2024-11-24 17:28:27 +08:00
yetone
c8e688a0ac
feat: format diagnostic ( #895 )
2024-11-24 06:02:34 +08:00
yetone
5e6d3368f7
fix: diff insert ( #893 )
2024-11-24 05:10:09 +08:00
yetone
67e946ef13
fix: diagnostics lnum starts with 1 ( #892 )
2024-11-23 23:08:10 +08:00
yetone
9042f5f202
feat: enable diagnostics ( #891 )
2024-11-23 21:49:33 +08:00
Christopher Brewin
d14b2290d1
fix(sidebar): apply windows.wrap setting to code split and input split ( #789 )
2024-11-23 20:27:00 +08:00
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
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
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
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
Christopher Brewin
deb3b03826
feat (repo-map) configuration option for repo map ignore patterns ( #831 )
2024-11-12 00:56:20 +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
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
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
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
Christopher Brewin
99f3b3ae00
fix(repo-map) go vendor included in repo map causing token limit error ( #777 )
2024-11-03 16:45:44 +08:00