Commit Graph

197 Commits

Author SHA1 Message Date
moecasts
32665974ee feat: add neotree shortcut tip (#1537) 2025-03-09 15:43:39 +08:00
Lukas Nakamura
510bf2ff35 docs: update README with the AvanteClear command (#1528) 2025-03-08 21:16:30 +08:00
teleivo
dec794ac85 fix: contradictory lazy.nvim installation spec (#1506)
setting `lazy=false` means eagerly loading the plugin while `event =
"VeryLazy"` suggests the plugin should be lazy loaded

https://lazy.folke.io/spec/lazy_loading

> Plugins will be lazy-loaded when one of the following is true:
>
> * The plugin only exists as a dependency in your spec
> * It has an event, cmd, ft or keys key
> * config.defaults.lazy == true

see example

6c3bda4aca/lua/lazy/example.lua (L58-L60)
2025-03-06 18:33:52 +08:00
Vinicius Zenha
cad42ac00f Update README.md (#1497) 2025-03-05 22:25:35 +08:00
nzlov
7919fe010b docs: add custom tool (#1487)
* docs: add custom tool

* fix: add func params
2025-03-05 19:24:57 +08:00
yetone
ce3c47b6ec fix: allow reset rag service chromadb (#1491) 2025-03-05 17:01:00 +08:00
Francesco Tassi
232c9a635c feat: improve avante-rag-service container execution (#1448)
* Refactor Docker mount to mount only user home

Mounting the whole filesystem expose the user to security risks,
considering the container is running are root.

This mounts only the user home directory in the container, to mitigate
the security risks. The user home directory is mounted in read only mode
to even reduce the risks of accidental or malicious modifications.

Mounting the whole should allow the user to have multiple neovim instances runinng at
the same time and sharing the same rag_service.

Also the container is started with the --rm flag to remove it after it stops.

* RAG mount point is not configurable

* Remove useless filter.lua file

* Use Path to join paths

This should be more safe than just concatenating strings.
2025-03-05 16:18:52 +08:00
Limbo Peng
ab63b52ffb feat: add Brave Search as web search engine provider (#1481)
* feat: add Brave Search as web search engine provider

* docs: update README
2025-03-04 23:47:04 +08:00
nzlov
de7cccd089 feat: add support for ollama RAG providers (#1427)
* fix: openai env

* feat: add support for multiple RAG providers

- Added provider, model and endpoint configuration options for RAG service

- Updated RAG service to support both OpenAI and Ollama providers

- Added Ollama embedding support and dependencies

- Improved environment variable handling for RAG service configuration

Signed-off-by: wfhtqp@gmail.com <wfhtqp@gmail.com>

* fix: update docker env

* feat: rag server add ollama llm

* fix: pre-commit

* feat: check embed model and clean

* docs: add rag server config docs

* fix: pyright ignore

---------

Signed-off-by: wfhtqp@gmail.com <wfhtqp@gmail.com>
2025-03-04 11:07:40 +08:00
Omar Crespo
6bbf9b3c42 doc: document disabled_tools option (#1471) 2025-03-03 15:01:58 +08:00
Omar Crespo
7d28e9b233 docs: add select model binding to readme (#1443) 2025-03-01 17:44:43 +08:00
yetone
7c9ee0760a docs: add mcp in todos (#1444) 2025-03-01 17:43:07 +08:00
Ben Burgess
86feaf3e38 docs: add sidebar toggle keymap (#1439) 2025-03-01 12:48:06 +08:00
yetone
2b3a41e811 feat: implement a more flexible custom prompts solution (#1390) 2025-02-25 16:08:16 +08:00
yetone
c2188e1afd chores: add python ci badge (#1367) 2025-02-23 23:17:47 +08:00
William Grosset
284998a994 docs: update lazy config (#1359) 2025-02-23 15:12:18 +08:00
Ojas Kavathe
4be3574583 fix: load avante_lib synchronously when not using lazy (#1345) 2025-02-23 15:11:39 +08:00
yetone
27d3f294a4 feat: more doc for rag (#1358) 2025-02-23 02:41:35 +08:00
yetone
fd84c91cdb feat: RAG service (#1220) 2025-02-23 01:37:26 +08:00
zc he
caa8342508 fix: use tree-sitter-markdown to extract code snippets (#1315)
Co-authored-by: yetone <yetoneful@gmail.com>
2025-02-21 17:17:12 +08:00
Hanchin Hsieh
40ab7ef537 feat: add Kagi as web search engine provider (#1331) 2025-02-21 11:45:23 +08:00
yetone
ac86a3371e fix: default disable cursor planning mode (#1327) 2025-02-21 00:29:46 +08:00
yetone
d23735923d docs: sponsorship (#1317) 2025-02-20 14:16:42 +08:00
yetone
5b006624e6 feat: cursor planning mode enabled by default (#1316) 2025-02-20 13:06:17 +08:00
yetone
4fd2cf0e40 docs: for cursor planning mode (#1309) 2025-02-20 00:09:18 +08:00
guanghechen
63194b5208 feat(file_selector): support customized filepaths resolver (#1294) 2025-02-18 22:57:59 +08:00
Qingzhou Yue
b09de37b7f doc: add blink-cmp-avante in README.md (#1293) 2025-02-18 22:57:20 +08:00
yetone
b21d2632d3 feat: cursor planning mode (#1289) 2025-02-17 18:49:29 +08:00
Enes Kutay SEZEN
0a146dc63a docs: add reasoning_effort docs (#1286) 2025-02-17 12:52:22 +08:00
yetone
7fa7b0fa3b feat: support searchapi (#1284) 2025-02-17 00:36:00 +08:00
guanghechen
31c1701660 📝 docs(README): update customized file_selector example (#1242)
* 📝 docs(README): update customized file_selector example

* fix types
2025-02-11 15:57:15 +08:00
Amin Roosta
c07d396e30 feat(web_search_engine): adds google as a provider (#1226) 2025-02-10 13:21:55 +08:00
Daniel Tabuenca
987275c64a feat: bedrock temporary credentials support (#1207) 2025-02-09 01:40:20 +08:00
Dominik Link
12cf3c0418 feat(docs): added Packer to the readme and fixed vim-plug to also use render-markdown because if not it breaks (#1203) 2025-02-07 11:04:35 +08:00
yetone
152d0c609c feat: serpapi (#1198) 2025-02-06 20:10:55 +08:00
yetone
77e20fd088 feat(docs): complete tool use todo task (#1193) 2025-02-06 16:53:01 +08:00
Blaine
252a9e7818 docs: fix typo in README.md (#1187) 2025-02-06 14:16:54 +08:00
yetone
85645fd9ab feat(docs): add custom providers (#1175) 2025-02-04 01:38:25 +08:00
bog
ffb2a4f48d chore: docs example for opts provider (#1164) 2025-02-03 22:33:57 +08:00
ken
43269cc07f Feat: Add Amazon Bedrock provider (#1167) 2025-02-03 22:33:25 +08:00
yetone
d1286e7bfb feat: enable token counting (#1157) 2025-02-02 01:27:12 +08:00
Seong Yong-ju
c5d7d542f3 feat(file_selector): add snacks picker as a file selector 2025-01-24 12:52:06 +08:00
yetone
be75ddea1c docs: update auto_suggestions doc (#1120) 2025-01-23 12:12:02 +08:00
yetone
e02a21e738 Revert "docs: update notes on auto_suggestions (#1114)" (#1118)
This reverts commit 396840a152.
2025-01-23 11:54:38 +08:00
Aaron Pham
396840a152 docs: update notes on auto_suggestions (#1114) 2025-01-21 23:00:19 -05:00
Aaron Pham
15a471b155 chore(docs): update TODO (#1112) 2025-01-20 18:57:26 -05:00
Adam Sherwood
e4c86e317a feat: add File Selector Provider for mini.pick. (#1107) 2025-01-20 14:38:04 +08:00
aniaan
bcce6bd9e4 docs(README): Fix the usage instructions for lazy.nvim version (#1100) 2025-01-17 11:33:56 +08:00
Qingzhou Yue
19bbef5420 fix: a typo in README.md (#1096) 2025-01-17 00:47:46 +08:00
Han Pham
d135cfa270 doc: correct linking for Custom providers (#1092) 2025-01-16 16:56:28 +08:00