137 Commits

Author SHA1 Message Date
zhangkun9038@dingtalk.com
7daed04ff5 add baidu 2025-02-13 00:04:19 +08:00
zhangkun9038@dingtalk.com
71ac22a864 add baidu 2025-02-12 23:47:03 +08:00
zhangkun9038@dingtalk.com
ab9127fcbc remove baidu 2025-02-12 22:38:55 +08:00
zhangkun9038@dingtalk.com
8472880c89 revert config.lua 2025-02-11 02:01:49 +08:00
zhangkun9038@dingtalk.com
47e23787e5 custome 2025-02-11 01:46:29 +08:00
zhangkun9038@dingtalk.com
676e1194b1 Reset code state to commit e70b0fa243bb8ac07cfc7892f4722e433aa996cb 2025-02-10 02:38:38 +08:00
zhangkun9038@dingtalk.com
7d021f92bb add baidu 2025-02-09 23:59:10 +08:00
zhangkun9038@dingtalk.com
07abe12f54 add request log 2025-02-09 22:17:25 +08:00
zhangkun9038@dingtalk.com
be74f25b82 support baidu bce 2025-02-09 21:42:25 +08:00
zhangkun9038@dingtalk.com
3d639b9eaf Reset code state to origin 2025-02-09 21:06:13 +08:00
zhangkun9038@dingtalk.com
3f61df6373 add baidu bce platform support 2025-02-09 01:47:25 +08:00
yetone
152d0c609c
feat: serpapi (#1198) 2025-02-06 20:10:55 +08:00
yetone
d1cc23fa54
fix: multiple tool use histories and disable tools (#1185) 2025-02-06 02:46:52 +08:00
yetone
1437f319d2
feat: tools (#1180)
* feat: tools

* feat: claude use tools

* feat: openai use tools
2025-02-05 22:39:54 +08:00
ccolorado
1726d32778
fix: typo on config comment (#1161) 2025-02-04 17:06:56 +08:00
ken
43269cc07f
Feat: Add Amazon Bedrock provider (#1167) 2025-02-03 22:33:25 +08:00
yetone
ec3593aac6
Revert "fix(file_selector): make sure to flatten selected_paths if picker yie…" (#1172) 2025-02-03 22:01:15 +08:00
yetone
d1286e7bfb
feat: enable token counting (#1157) 2025-02-02 01:27:12 +08:00
Christopher Brewin
0a273c2f5d
feat(sidebar): move quit and close key mappings into config values. (#979) 2025-02-01 09:48:11 -05:00
Aaron Pham
692c168e5b
fix(file_selector): make sure to flatten selected_paths if picker yields a single string (#1153) 2025-02-01 09:46:01 -05:00
Seong Yong-ju
c5d7d542f3 feat(file_selector): add snacks picker as a file selector 2025-01-24 12:52:06 +08:00
Adam Stracener
d6b371e75f
fix(config.lua): Remove warning about using Copilot for auto_suggestions (#1125) 2025-01-24 11:34:56 +08:00
yetone
330ccb7e91
fix: not mandatory to replace the provider of the suggestion (#1121) 2025-01-23 12:15:40 +08:00
yetone
76f60794c3
fix: release the cursor when generating (#1109) 2025-01-21 00:04:48 +08:00
Adam Sherwood
e4c86e317a
feat: add File Selector Provider for mini.pick. (#1107) 2025-01-20 14:38:04 +08:00
阿楠
1660ca5c51
fix 'bug: custom vendor configuration is broken (#1089)' (#1090)
Assigning M.vendors to an empty table {} at line 267 causes the metatable set for M at line 340 to lose its effect. As a result, accessing M.vendors does not retrieve the correct vendors from the configuration but instead always accesses an empty table.
2025-01-16 16:56:57 +08:00
Austin Horstman
ea5706f52f
fix(get_provider): fix nil access table for vendors (#1074)
If calling method without setup, we need to instantiate the vendors
table so the method can properly extend the providers table into
vendors.
2025-01-15 18:40:35 +08:00
yetone
bd8afce3b0
feat: tab flow (#1077) 2025-01-14 15:39:57 +08:00
Aaron Pham
ba9f014b75
fix(auto_suggestion_provider): default to claude in copilot (#1072) 2025-01-12 00:56:21 +08:00
Ethan Howard
c3e7ba0be0
feat: respect git ignore for autosuggestions (#994) 2025-01-11 23:00:19 +08:00
Alban Kurti
225e6f9572
feat: auto focus sidebar (#982) 2025-01-09 01:40:19 +08:00
yetone
48fc35f978
fix: hide internal properties of config (#1036) 2025-01-05 18:27:23 +08:00
Christopher Brewin
e612ad7566
feat(file_selector): command for switching the file picker provider. (#958) 2024-12-17 19:29:28 +08:00
Fernando Freire
5c20cc1779
feat(context): add current buffer to selected file ctx (#941) 2024-12-13 22:57:42 +08:00
Aaron Lifton
a1da07097d
feat: allow configurable file select provider (#944)
- add file_selector config
- add providers for fzf and telescope
2024-12-13 22:55:36 +08:00
Christopher Brewin
78dd9b0a6d
feat(context): add a ui for selecting and adding files to the sidebar as context (#912)
* feat(sidebar): supports select files

chore (context) update add type annotations to context functions

chore (sidebar) remove unused notify function call

refactor (sidebar) remove setting search file to file path

chore (sidebar) remove nvim_notify debugging api call

* feat (files) allow selecting a file by string via cmp suggestion menu

* chore (context) refactor to allow context using @file with a context view

* refactor (context) refactor seletected file types as an array of path and content

* refactor (config) remove unused configuration options

* refactor (sidebar) remove unused unbild key

* refactor (context) remove unused imports

* refactor (mentions) update mentions to support items with callback functions and removal of the underlying selection.

* fix (sidebar) add file context as a window that is visitable via the tab key

* refactor (file_content) remove file content as an input to llm

* feat (sidebar) support suggesting and applying code in all languages that are in the context

* feat (sidebar) configurable mapping for removing a file from the context.

* feat (context_view) configure hints for the context view for adding and deleting a file.

* feat (context) add hints for the context view.

* fix (sidebar) type when scrolling the results buffer.

* refactor (selected files) refactor llm stream to accept an array of selected file metadata

* refactor: context => selected_files

---------

Co-authored-by: yetone <yetoneful@gmail.com>
2024-12-12 01:29:10 +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
3c010e38ac
feat: update copilot model version (#872) 2024-11-19 06:25:17 +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
ff85b9c1e2
refactor: remove redundant local field to facilitate provider configuration (#858) 2024-11-17 02:55:40 +08:00
yetone
a3e5053d55
fix: preset vendors missing many fields (#851) 2024-11-16 02:09:14 +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
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
Aaron Pham
8699ada7b2
chore(config): add default claude-haiku and claude-opus (closes #774) (#801) 2024-11-04 20:54:33 -05: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
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