Commit Graph

83 Commits

Author SHA1 Message Date
bf04d2f2fc feat: adjust basic prompt for better clarification 2025-02-08 23:48:00 +01:00
d9a1cf83fc feat: add ignore_files option 2025-02-08 03:16:18 +01:00
d19451ca5c refactor: prompt naming 2025-02-08 02:38:47 +01:00
4d679e43cb docs: update readme 2025-02-08 02:29:27 +01:00
d0712ef8a5 feat: add prompt for nodejs development 2025-02-08 02:29:20 +01:00
6723b802bf feat: add the possibility to also add all files to initial context 2025-02-08 02:21:12 +01:00
aa12bca3ab fix: hopefully this fixes lsp 2025-02-01 00:54:26 +01:00
e032be0118 fix: lsp should work now 2025-01-31 20:56:45 +01:00
deaec8094b fix: execute command tool, improving prompts 2025-01-31 18:22:57 +01:00
a27e3da769 fix: escaping in replace_in_file tool 2025-01-31 17:45:30 +01:00
84e71dcbef fix: improve the basic prompt 2025-01-31 17:28:20 +01:00
50ba937ae0 fix: add project name to initial prompt, improve basic prompt 2025-01-31 15:09:10 +01:00
d5b05ede36 fix: improve prompt for editFile command 2025-01-31 14:39:40 +01:00
5dc568e9e5 feat: also allow the config file without dot, give an error message at search replace if search was not found in file 2025-01-31 14:35:32 +01:00
e9fd204977 Merge pull request 'change-to-tools' (#2) from change-to-tools into main
Reviewed-on: #2
2025-01-31 13:38:29 +01:00
7aa00813cf feat: change the lsp buffer naming and improve prompt 2025-01-31 13:38:08 +01:00
58da08e26f feat: remove lint tool and add lsp integration 2025-01-31 11:13:58 +01:00
35bd0a7278 feat: add lint tool 2025-01-31 10:43:28 +01:00
0ff77954db feat: remove unneeded debug command approach 2025-01-31 10:31:09 +01:00
fd8df2abd5 initial change to tools logic 2025-01-31 09:49:15 +01:00
59540981ed feat: change prompt 2025-01-24 02:47:27 +01:00
e36ad99dcb update prompts 2025-01-24 01:51:06 +01:00
f7d986f5fc feat: add solidjs prompt 2025-01-19 13:42:11 +01:00
b7274a310b feat: change rust prompt, change go prompt for better import matching 2025-01-19 13:23:00 +01:00
904979b0f6 feat: improve prompts 2025-01-19 00:58:15 +01:00
b9643952cb feat: dont show files and folders in list which are in .gitignore 2025-01-07 17:58:57 +01:00
1520641a04 feat: add symlink detection 2025-01-07 13:02:43 +01:00
f1cc371294 feat: change commands to accept args 2025-01-05 17:11:13 +01:00
ca729140c3 fix: load config just once per call 2025-01-05 01:45:43 +01:00
6950c542ad fix: just load conf once per command 2025-01-04 21:37:48 +01:00
3505a295a9 feat: move prompts to a separat file 2025-01-04 21:14:12 +01:00
2c855e881b feat: change to prompt_char_limit instead of token limit 2025-01-04 20:18:44 +01:00
452253cdd0 Revert "feat: change to diff workflow"
This reverts commit df206dce88.
2025-01-04 19:13:26 +01:00
a77dbb683d Revert "feat: add debug for patching"
This reverts commit bae7d106ac.
2025-01-04 19:13:24 +01:00
bae7d106ac feat: add debug for patching 2025-01-04 18:33:31 +01:00
df206dce88 feat: change to diff workflow 2025-01-04 18:17:55 +01:00
16d0e0645a feat: use system ls command 2025-01-04 17:25:10 +01:00
0dc93c1d78 fix: missing comma 2025-01-04 17:06:44 +01:00
0dd3e6e6b6 feat: add the missing config option for enable_debug_commands 2025-01-04 17:03:49 +01:00
3859f5531a feat: add the possibility for debug commands 2025-01-04 16:52:02 +01:00
381c5108d6 fix: missing end 2025-01-03 02:00:14 +01:00
00e48586ad feat: add the :ChatGPTCurrentBuffer command 2025-01-02 13:44:42 +01:00
94a0bf059b feat: add rust prompt block 2024-12-31 15:04:23 +01:00
ff1a2e9f22 feat: change the step by step prompt 2024-12-30 02:03:36 +01:00
5333f9f9e0 fix: change default values 2024-12-30 01:46:39 +01:00
9251043aec feat: remove chunking and switch it to a multi step process instead if tokens are too high 2024-12-30 00:42:51 +01:00
761ef836cd fix error 2024-12-30 00:02:28 +01:00
162ab2d820 fix: buffer handling 2024-12-29 16:39:58 +01:00
40c9d5672d feat: adding chunking feature, adding preview and partial accepting 2024-12-29 15:44:31 +01:00
a354ff080a fix: change to a normal buffer 2024-12-23 17:02:30 +01:00