yetone
4c2dd777d6
fix: copilot tool description cannot use long text ( #1722 )
2025-03-26 14:47:51 +08:00
yetone
39787969c7
fix: memory ( #1718 )
2025-03-26 00:45:54 +08:00
yetone
d82eb8534e
fix: prompts ( #1715 )
2025-03-25 23:16:03 +08:00
yetone
a2aec079c9
feat: extract str_replace tool ( #1710 )
2025-03-25 18:43:57 +08:00
yetone
8c4244b940
fix: decrease history max tokens ( #1709 )
2025-03-25 16:07:45 +08:00
isvicy
6443f1dc5e
feat: more robust sse content regex ( #1707 )
...
Co-authored-by: yangkai <yangkai@msh.team >
2025-03-25 15:56:33 +08:00
yetone
f84cb2896d
fix: prohibit repeated reading of the file ( #1708 )
2025-03-25 15:54:47 +08:00
yetone
976fb4177c
fix: refine tools ( #1706 )
...
* fix: refine tools
* fix: missing break line
* fix: view a in-context file
* fix: remove create_file tests
2025-03-25 11:17:48 +08:00
Micah Halter
3a75b7d36f
refactor: utilize Utils.get_hl to minimize duplicate code ( #1701 )
2025-03-25 10:38:23 +08:00
yetone
25e9b1c111
fix: copilot's openai tool description cannot use long text ( #1700 )
2025-03-24 19:54:06 +08:00
Tobias Mersmann
e20a3ff111
fix(diagnostics): add vim.diagnostic.severity.INFO to diagnostics context ( #1696 )
2025-03-24 18:20:04 +08:00
yetone
5e0cc39210
fix: special handling wehn vim diff count_a is 0 ( #1698 )
2025-03-24 18:19:17 +08:00
yetone
e33d648d71
fix: special handling wehn vim diff count_a is 0 ( #1697 )
2025-03-24 17:56:10 +08:00
yetone
642020ff2d
fix: selected code container winhighlight ( #1695 )
2025-03-24 16:59:08 +08:00
yetone
cf230f4bc8
fix: setup highlights ( #1694 )
2025-03-24 16:51:09 +08:00
Micah Halter
46be28c357
fix: make sure to get the final highlight values rather than link names ( #1682 )
...
* fix: make sure to get the final highlight values rather than link names
* fix: update other `nvim_get_hl` calls to use `link = false`
* fix: more link = false
---------
Co-authored-by: yetone <yetoneful@gmail.com >
2025-03-24 15:42:44 +08:00
yetone
2c63dfea16
fix: special handling wehn vim diff count_a is 0 ( #1692 )
2025-03-24 15:41:20 +08:00
yetone
94fc0bd76c
fix: special handling wehn vim diff count_a is 0 ( #1691 )
2025-03-24 15:21:00 +08:00
yetone
49ae3c84fd
feat: add view_range parameter and remove read_file llm tool ( #1690 )
2025-03-24 15:07:14 +08:00
yetone
4749e4ea1a
fix: filter out create_file tool in claude provider ( #1677 )
2025-03-22 22:24:29 +08:00
yetone
cc966194d0
refactor: llm tools ( #1675 )
2025-03-22 17:13:42 +08:00
yetone
b59cbf4392
feat: upgrade rag service image version ( #1673 )
2025-03-22 14:38:28 +08:00
yetone
18f10f520b
fix: read difinitions ( #1672 )
2025-03-22 14:05:37 +08:00
yetone
9e28252cd0
feat: lsp tools ( #1588 )
2025-03-22 13:57:32 +08:00
yetone
5b48b6fb52
fix: save delete augroup ( #1671 )
2025-03-22 13:45:47 +08:00
yetone
b837274e0f
fix: sidebar border ( #1669 )
2025-03-22 05:11:07 +08:00
yetone
4e839f1679
fix: use the same lang ( #1668 )
2025-03-22 02:54:05 +08:00
yetone
1cc81b10bf
fix: startinsert in the last col ( #1667 )
2025-03-22 02:20:43 +08:00
yetone
1e1cd1cf78
fix: confirm ui ( #1665 )
2025-03-22 01:57:22 +08:00
yetone
1025d45cfa
fix: result container winbar ( #1664 )
2025-03-22 00:48:59 +08:00
yetone
86b63b2a33
chores: refine ui ( #1663 )
2025-03-22 00:42:20 +08:00
yetone
a60a8d4701
fix: change readonly files ( #1659 )
2025-03-21 19:48:28 +08:00
Omar Crespo
bae5275705
feat: add stop sequence ( #1652 )
2025-03-21 19:34:33 +08:00
Omar Crespo
d1fa11ec41
fix: claude-text-editor dont change the mod for other providers ( #1656 )
2025-03-21 10:30:44 +08:00
yetone
3a96c1f9c7
fix: do not asynchronously store history messages ( #1654 )
2025-03-20 19:27:32 +08:00
yetone
af372d7328
fix: confirm ux ( #1653 )
2025-03-20 19:00:23 +08:00
Omar Crespo
968d5fbd52
fix: RAG services improvements ( #1565 )
...
* fix: rag nix runner
* feat: improve rag default models
* fix: change log levels to avoid huge log files in rag service
2025-03-20 13:28:04 +08:00
yetone
a9ec013f1c
fix: fix code snippets parsing bug in cursor planning mode ( #1651 )
2025-03-20 13:26:00 +08:00
yetone
008fe29de8
fix: use host network for rag service container ( #1649 )
2025-03-20 03:45:44 +08:00
yetone
8c9cd1a7b2
Revert "feat: Allow Chat Sidebar to Replace the Main Window (No Split) ( #1638 )" ( #1648 )
...
This reverts commit 31041f6d65 .
2025-03-20 03:25:08 +08:00
brook hong
31041f6d65
feat: Allow Chat Sidebar to Replace the Main Window (No Split) ( #1638 )
2025-03-20 03:10:54 +08:00
yetone
bfe8404161
fix: treesitter fold ( #1647 )
2025-03-20 03:04:30 +08:00
yetone
1c8cac1958
feat: history manager ( #1644 )
2025-03-19 17:28:05 +08:00
yetone
f226df8348
fix: read latest content ( #1643 )
2025-03-19 14:42:35 +08:00
yetone
8b730182cb
refactor: ui lib ( #1642 )
2025-03-19 14:34:32 +08:00
yetone
55d5dfa8cd
fix: ask api ( #1641 )
2025-03-19 14:14:57 +08:00
yetone
abca1a4ea3
feat: minimal diff for claude text edit tool mode ( #1636 )
2025-03-19 03:34:24 +08:00
yetone
0786499712
feat: link diff and confirm ( #1635 )
2025-03-19 03:09:30 +08:00
kyrisu
20fea1e717
refactor: rename is_o_series_model to is_reasoning_model ( #1632 )
2025-03-19 01:45:28 +08:00
kernitus
7d137d32cb
fix: do not allow max_tokens & max_completion_tokens at the same time ( #1633 )
...
* fix: do not allow max_tokens & max_completion_tokens at the same time
* chore: fix formatting
2025-03-19 01:44:41 +08:00