Commit Graph

36 Commits

Author SHA1 Message Date
6723b802bf feat: add the possibility to also add all files to initial context 2025-02-08 02:21:12 +01:00
50ba937ae0 fix: add project name to initial prompt, improve basic prompt 2025-01-31 15:09:10 +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
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
3505a295a9 feat: move prompts to a separat file 2025-01-04 21:14:12 +01:00
452253cdd0 Revert "feat: change to diff workflow"
This reverts commit df206dce88.
2025-01-04 19:13:26 +01:00
df206dce88 feat: change to diff workflow 2025-01-04 18:17:55 +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
94a0bf059b feat: add rust prompt block 2024-12-31 15:04:23 +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
40c9d5672d feat: adding chunking feature, adding preview and partial accepting 2024-12-29 15:44:31 +01:00
d6dc98cd58 feat: add new prompt block secure-coding 2024-12-21 11:48:14 +01:00
f0a5be81bd feat: make initial promt additionally to initial blocks 2024-12-21 11:43:35 +01:00
b35860114d fix: lua error 2024-12-21 02:15:33 +01:00
6a69c3edf3 try to fix error 2024-12-21 02:06:26 +01:00
48a5e5b7aa feat: improve prompt 2024-12-21 01:56:07 +01:00
8ea5ffe91d feat: improve prompt 2024-12-20 09:51:42 +01:00
37d9978314 feat: change the prompt to work better 2024-12-16 19:54:19 +01:00
71a3da5923 fix: change the prompt so o1 just edits files which it has requested beofre 2024-12-14 22:57:07 +01:00
44a8458b97 feat: add the possibility to add initial files for the prompt 2024-12-14 15:28:42 +01:00
e97aa81d8f feat: add debug logging 2024-12-14 12:48:16 +01:00
314a65a203 feat: improved the prompt 2024-12-14 00:39:48 +01:00
cc37c8505c feat: add the possibility to delete files. and restrict the editing of files to inside the project 2024-12-13 02:30:54 +01:00
2eb79c2b1a feat: add project_name for safety, so you dont accidently insert into the wrong project 2024-12-13 00:25:03 +01:00
00a52998b8 feat: add a token limit and make it configurable 2024-12-12 22:46:32 +01:00
0d5ed2c52a feat: add default prompt blocks and the possibility to specify them in the config 2024-12-12 21:25:28 +01:00
2b38cb2ebe fix: fix the yaml loading 2024-12-12 21:05:55 +01:00
e7e20500ec fix: try to find the config file better 2024-12-12 20:49:05 +01:00
d51742459c feat: change default initial prompt, use git root for config file 2024-12-12 20:39:22 +01:00
30b119e5f9 fix: changes for file paths 2024-12-12 20:25:26 +01:00
78b0172772 changes for a better approach 2024-12-12 18:57:35 +01:00