Commit Graph

619 Commits

Author SHA1 Message Date
yetone
77c5ffeb78 fix: lua type (#1418) 2025-02-27 12:55:19 +08:00
yetone
5abe579019 fix: retry when rate limited (#1417) 2025-02-27 12:52:58 +08:00
Matthew Brookhart
e69e7eceeb feat: support Microsoft Entra ID authentication (#1274)
Co-authored-by: Matthew Brookhart <Matthew Brookhart>
2025-02-27 12:00:36 +08:00
yetone
1097f1dfae feat: update rag service image (#1415) 2025-02-27 11:54:38 +08:00
Xiaochao Dong
81067b31aa fix(copilot): fail to decode the empty token file (#1414) 2025-02-27 11:44:24 +08:00
Omar Crespo
44e673d132 fix checkhealth to run outside lazy (#1401) 2025-02-26 17:36:11 +08:00
yetone
6f98cb0ed6 fix: fetch llm tool no longer depends on system libssl.so (#1404) 2025-02-26 17:36:01 +08:00
nzlov
ef78c36e98 fix: openai env (#1400) 2025-02-26 17:35:49 +08:00
yetone
008e8c32b8 fix: adjust the priority of tools (#1402) 2025-02-26 13:58:03 +08:00
yetone
984fe877bf chores: remove debug logs (#1396) 2025-02-26 03:39:09 +08:00
yetone
d4e58f6a22 feat(health): check treesitter dependency (#1392) 2025-02-25 17:34:23 +08:00
Hanchin Hsieh
0d5861f80d feat: add Windows support for git directory scanning (#1391) 2025-02-25 17:03:30 +08:00
yetone
2b3a41e811 feat: implement a more flexible custom prompts solution (#1390) 2025-02-25 16:08:16 +08:00
yetone
481a44f041 fix: cursor applying diff (#1387) 2025-02-25 14:34:26 +08:00
yetone
e7ffb76499 fix: reuse parse_messages and remove parse_response_data and have a good function name for check env exists (#1386) 2025-02-25 13:52:13 +08:00
Peter Cardenas
901e1caa91 feat: run_command is run asynchronously (#1377) 2025-02-25 13:22:36 +08:00
Peter Cardenas
aa0449dbc1 fix: python tool message formatting and check for docker (#1379) 2025-02-25 12:08:28 +08:00
Peter Cardenas
afa674c6fd chore: prefer not to use function assignment (#1381) 2025-02-25 12:08:03 +08:00
yetone
a1d1697400 feat: parse excel (#1383) 2025-02-25 12:06:50 +08:00
yetone
8d888c2861 feat: support claude-3.7-sonnet reasoning (#1382) 2025-02-25 11:22:22 +08:00
yetone
02b4fbf4b1 feat: support claude 3.7 (#1376) 2025-02-25 02:49:21 +08:00
yetone
c9134eb8ed feat: add debug method for cursor applying (#1375) 2025-02-25 02:22:25 +08:00
yetone
876246b9ae fix: the enabled function of the llm tool was not called (#1374) 2025-02-24 22:04:44 +08:00
Jax Tsai
22739f33f2 fix: rename llm-tool search to search_keyword (#1364) 2025-02-24 22:00:11 +08:00
yetone
b627b335dd feat: add generic type for llm func (#1373) 2025-02-24 21:54:36 +08:00
Peter Cardenas
fe496a9573 chore: make tool func type more accurate (#1369) 2025-02-24 21:49:06 +08:00
Peter Cardenas
3dd1854cd4 feat: add custom shell command config (#1361) 2025-02-23 21:55:37 +08:00
yetone
e47c27af66 fix: python llm tool with confirmation (#1365) 2025-02-23 21:53:40 +08:00
yetone
e93f2426e9 fix: scan directory (#1362) 2025-02-23 18:26:52 +08:00
Ojas Kavathe
4be3574583 fix: load avante_lib synchronously when not using lazy (#1345) 2025-02-23 15:11:39 +08:00
yetone
7255e16020 fix: rag resource must be a git repo (#1360) 2025-02-23 15:11:18 +08:00
yetone
4ac44f26b0 fix: prompts for rag (#1357) 2025-02-23 02:34:34 +08:00
yetone
c558a1d0ac fix: remove err msg in docker (#1356) 2025-02-23 02:17:23 +08:00
yetone
42ed8e4493 fix: asynchronously start rag service (#1355) 2025-02-23 02:04:43 +08:00
yetone
5744b1fde7 fix: add err msg for rag service (#1354) 2025-02-23 01:55:27 +08:00
yetone
ea07d45c1c fix: update image registry (#1353) 2025-02-23 01:54:01 +08:00
LintaoAmons
7a49673023 fix(file_selector): handle absolute and relative filepaths (#1342) 2025-02-23 01:40:27 +08:00
billyvinning
43bb2b3273 fix: invalid default model name for vertex provider (#1352) 2025-02-23 01:37:37 +08:00
yetone
fd84c91cdb feat: RAG service (#1220) 2025-02-23 01:37:26 +08:00
yetone
437d36920d fix: add tools guidelines in cursor planning prompts (#1351) 2025-02-23 00:45:55 +08:00
yetone
b04bffa441 fix: types (#1344) 2025-02-22 23:24:20 +08:00
Omar Crespo
0704a5820a fix: dualboost error with invalid capture (#1347) 2025-02-22 23:23:18 +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
yetone
2ac53d75de Revert "fix: finally diff in cursor planning mode again (#1338)" (#1339) 2025-02-21 15:57:13 +08:00
yetone
2550709cd4 fix: finally diff in cursor planning mode again (#1338) 2025-02-21 15:04:30 +08:00
yetone
5a2e8760f4 fix: finally diff in cursor planning mode (#1337) 2025-02-21 14:42:22 +08:00
Hanchin Hsieh
25a6bd6e59 fix(search): filter kagi results to only include web pages (t == 0)
Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
2025-02-21 14:18:31 +08:00
yetone
45604b25f8 feat: support edit and retry user request (#1335) 2025-02-21 14:00:53 +08:00
yetone
48ae1fed78 feat: python llm tool (#1334) 2025-02-21 13:04:02 +08:00
Hanchin Hsieh
40ab7ef537 feat: add Kagi as web search engine provider (#1331) 2025-02-21 11:45:23 +08:00