Paul Gauthier (aider)
|
8ee8279044
|
fix: Correct emacs auto-save gitignore pattern
|
2024-12-11 20:44:02 -08:00 |
|
Paul Gauthier (aider)
|
ad59c4cbf3
|
test: Add comprehensive gitignore pattern tests
|
2024-12-11 20:43:03 -08:00 |
|
Paul Gauthier
|
26bc981981
|
chore: Add comment about testing gitignore patterns
|
2024-12-11 20:43:02 -08:00 |
|
Paul Gauthier
|
365e7126d0
|
refactor: Remove is_source_file function and check in FileWatcher
|
2024-12-11 20:30:47 -08:00 |
|
Paul Gauthier (aider)
|
d3daf9d159
|
feat: Add IDE, env, log, and cache patterns to ignore list
|
2024-12-11 20:30:17 -08:00 |
|
Paul Gauthier
|
8d59a519a6
|
chore: Add comment about gitignore patterns
|
2024-12-11 20:29:28 -08:00 |
|
Paul Gauthier (aider)
|
239262f360
|
style: Format gitignore patterns for readability
|
2024-12-11 20:28:07 -08:00 |
|
Paul Gauthier (aider)
|
9eb938fd6f
|
feat: Expand gitignore patterns to include editor temp files
|
2024-12-11 20:28:03 -08:00 |
|
Paul Gauthier
|
3fcbf1a43f
|
feat: Add text editor temp files to gitignore
|
2024-12-11 20:28:02 -08:00 |
|
Paul Gauthier
|
11512c6281
|
feat: Add support for ! and ? action comments
|
2024-12-11 20:23:29 -08:00 |
|
Paul Gauthier (aider)
|
5a83610fb1
|
refactor: Update ai comment action handling to support '?'
|
2024-12-11 20:16:10 -08:00 |
|
Paul Gauthier
|
96086f12c6
|
fix: Correct ai comment regex to match ai? and ai!
|
2024-12-11 20:16:09 -08:00 |
|
Paul Gauthier
|
4a7fc084ce
|
refactor: move watch prompt text to separate module
|
2024-12-11 15:07:30 -08:00 |
|
Paul Gauthier
|
73f3f4ec7e
|
feat: add analytics events for copy-paste mode and AI comments
|
2024-12-09 10:47:30 -08:00 |
|
Paul Gauthier (aider)
|
79dd0c5ba6
|
feat: add analytics events for file watching and AI comments
|
2024-12-09 10:31:59 -08:00 |
|
Paul Gauthier
|
89bc3b6b16
|
feat: add analytics event hooks to file watcher
|
2024-12-09 10:31:57 -08:00 |
|
Paul Gauthier (aider)
|
f2f2645fe6
|
style: fix linting issues in watch.py
|
2024-12-07 07:54:24 -08:00 |
|
Paul Gauthier (aider)
|
4c77d0509a
|
feat: add shell dotfile extensions to source file detection
|
2024-12-07 07:54:20 -08:00 |
|
Paul Gauthier
|
33d77f4355
|
feat: add shell script file extensions to source file detection
|
2024-12-07 07:54:18 -08:00 |
|
Paul Gauthier
|
881527ddd0
|
handle and test for trailing whitespace after ai
|
2024-12-06 12:23:27 -08:00 |
|
Paul Gauthier
|
cca4f894a8
|
style: fix indentation and remove redundant comment
|
2024-12-06 12:20:23 -08:00 |
|
Paul Gauthier (aider)
|
20dae33be5
|
fix: remove duplicate TreeContext parameters causing syntax error
|
2024-12-06 12:15:59 -08:00 |
|
Paul Gauthier (aider)
|
fd301c519d
|
feat: add error handling for TreeContext with fallback to raw comments
|
2024-12-06 12:15:46 -08:00 |
|
Paul Gauthier
|
a96d87814b
|
fix: handle ValueError in TreeContext by including raw comments
|
2024-12-06 12:15:45 -08:00 |
|
Paul Gauthier
|
9639395937
|
feat: improve AI comment handling and documentation
|
2024-12-06 08:46:52 -08:00 |
|
Paul Gauthier
|
353d144039
|
copy
|
2024-12-06 06:26:24 -08:00 |
|
Paul Gauthier
|
9930057171
|
copy
|
2024-12-05 16:34:58 -08:00 |
|
Paul Gauthier
|
fb005dd01b
|
fix: improve AI comment detection with case-insensitive matching
|
2024-12-02 08:57:50 -08:00 |
|
Paul Gauthier
|
5b2bd90071
|
fix: ensure consistent handling of "ai!" comment detection
|
2024-12-02 07:26:51 -08:00 |
|
Paul Gauthier (aider)
|
75d24974ec
|
style: fix linting issues in watch.py
|
2024-12-01 18:25:23 -08:00 |
|
Paul Gauthier (aider)
|
981bd950da
|
feat: add support for -- style comments in file watcher
|
2024-12-01 18:25:18 -08:00 |
|
Paul Gauthier
|
0ca1886695
|
refactor: add comment marker for AI-related code section
|
2024-12-01 18:25:17 -08:00 |
|
Paul Gauthier
|
97bf5e8d69
|
fix: improve AI comment detection accuracy in FileWatcher
|
2024-12-01 15:26:45 -08:00 |
|
Paul Gauthier (aider)
|
ee7bb71a05
|
style: fix import order and remove extra blank lines
|
2024-12-01 15:25:52 -08:00 |
|
Paul Gauthier (aider)
|
791cbab6f6
|
refactor: use get_ai_comments() instead of duplicating pattern matching
|
2024-12-01 15:25:47 -08:00 |
|
Paul Gauthier
|
e001b7fb46
|
fix: improve AI comment regex pattern to match end of line
|
2024-12-01 15:25:46 -08:00 |
|
Paul Gauthier
|
221b382e69
|
refactor: improve AI comment pattern regex for better matching
|
2024-12-01 09:58:02 -08:00 |
|
Paul Gauthier (aider)
|
5fdbfef028
|
style: sort imports alphabetically in watch.py
|
2024-12-01 09:50:54 -08:00 |
|
Paul Gauthier (aider)
|
2cc671df75
|
refactor: update regex to only match ai comments at end of line
|
2024-12-01 09:50:50 -08:00 |
|
Paul Gauthier
|
ddbe2853ea
|
refactor: improve AI comment processing in FileWatcher
|
2024-12-01 09:50:49 -08:00 |
|
Paul Gauthier
|
59af7ed3bb
|
refactor: improve file path handling and remove debug code
|
2024-12-01 08:27:15 -08:00 |
|
Paul Gauthier (aider)
|
ee4206099a
|
chore: remove AI comment from watch.py
|
2024-12-01 08:26:39 -08:00 |
|
Paul Gauthier
|
8c1d9bffcd
|
style: standardize AI comment format in watch.py
|
2024-12-01 08:26:38 -08:00 |
|
Paul Gauthier
|
a3a510308c
|
style: fix indentation in comment instructions template
|
2024-12-01 08:26:21 -08:00 |
|
Paul Gauthier (aider)
|
97e292e251
|
chore: remove AI comment from FileWatcher class
|
2024-12-01 08:25:39 -08:00 |
|
Paul Gauthier
|
4c5aa6a326
|
chore: remove unused comment in FileWatcher class
|
2024-12-01 08:25:37 -08:00 |
|
Paul Gauthier (aider)
|
d1dd40590f
|
feat: use TreeContext to show AI comments in file context
|
2024-12-01 08:25:06 -08:00 |
|
Paul Gauthier
|
c4764fa4d8
|
refactor: Add TODO for TreeContext-based comment rendering
|
2024-12-01 08:25:04 -08:00 |
|
Paul Gauthier (aider)
|
5dedb39048
|
chore: remove AI comment from FileWatcher class
|
2024-12-01 08:24:14 -08:00 |
|
Paul Gauthier
|
bc759a32e3
|
style: improve comment clarity in FileWatcher class
|
2024-12-01 08:24:13 -08:00 |
|