Paul Gauthier (aider)
|
4e689e20e9
|
style: add noqa comment to silence flake8 warning for FileWatcher import
|
2024-11-27 17:32:22 -08:00 |
|
Paul Gauthier
|
2f78b6f7f3
|
refactor: move FileWatcher initialization to main.py
|
2024-11-27 17:32:12 -08:00 |
|
Paul Gauthier (aider)
|
920917a47e
|
feat: add .aider* to default gitignore patterns
|
2024-11-27 17:28:39 -08:00 |
|
Paul Gauthier
|
c1a7784781
|
fix: update file watcher to use absolute paths for changed files
|
2024-11-27 17:28:37 -08:00 |
|
paul-gauthier
|
62109f4ab1
|
Merge pull request #2480 from itlackey/benchmark/ollama-qwen2.5-14b
|
2024-11-27 16:51:50 -08:00 |
|
Paul Gauthier (aider)
|
c3a9c05455
|
fix: convert absolute paths to relative paths in file watcher
|
2024-11-27 16:31:48 -08:00 |
|
Paul Gauthier
|
333e4aa362
|
fix: update comment about relative filenames in FileWatcher
|
2024-11-27 16:31:41 -08:00 |
|
Paul Gauthier (aider)
|
59ce26f28a
|
feat: update coder tracked files when AI comments detected
|
2024-11-27 16:31:19 -08:00 |
|
Paul Gauthier
|
2ff63aaebf
|
refactor: simplify file change handling in FileWatcher
|
2024-11-27 16:31:18 -08:00 |
|
Paul Gauthier (aider)
|
8cf72a4409
|
refactor: simplify directory handling in FileWatcher class
|
2024-11-27 16:29:26 -08:00 |
|
Paul Gauthier
|
496b92536f
|
feat: add input interruption on file changes in FileWatcher
|
2024-11-27 16:29:24 -08:00 |
|
Paul Gauthier (aider)
|
ac7900ecd7
|
style: sort imports alphabetically in main.py
|
2024-11-27 16:23:01 -08:00 |
|
Paul Gauthier (aider)
|
310832f111
|
feat: add FileWatcher import to fix undefined name error
|
2024-11-27 16:22:57 -08:00 |
|
Paul Gauthier
|
f69dd0ef8d
|
fix: correct aiderignore path handling for file watching
|
2024-11-27 16:22:55 -08:00 |
|
Paul Gauthier (aider)
|
4b51bb2334
|
feat: add aiderignore support to FileWatcher initialization
|
2024-11-27 16:22:08 -08:00 |
|
Paul Gauthier
|
0d4f9f00ee
|
refactor: Improve FileWatcher initialization with gitignore handling
|
2024-11-27 16:22:07 -08:00 |
|
Paul Gauthier (aider)
|
4a0100271f
|
refactor: conditionally use git root and gitignore in FileWatcher initialization
|
2024-11-27 16:19:55 -08:00 |
|
Paul Gauthier
|
52a467806a
|
feat: add gitignore support to FileWatcher initialization
|
2024-11-27 16:19:53 -08:00 |
|
Paul Gauthier (aider)
|
0fedecff58
|
refactor: move gitignores from FileWatcher.start() to constructor
|
2024-11-27 16:16:02 -08:00 |
|
Paul Gauthier
|
da4cb0aa62
|
refactor: move gitignore handling from start() to FileWatcher constructor
|
2024-11-27 16:16:00 -08:00 |
|
Paul Gauthier
|
3b8a771909
|
refactor: Move FileWatcher initialization to __init__ method
|
2024-11-27 16:15:08 -08:00 |
|
Paul Gauthier (aider)
|
f9bcfa14e0
|
refactor: update file watcher to use class-based implementation
|
2024-11-27 16:13:42 -08:00 |
|
Paul Gauthier (aider)
|
11c2eab967
|
style: fix code formatting and whitespace
|
2024-11-27 16:13:07 -08:00 |
|
Paul Gauthier (aider)
|
094d2e12a4
|
refactor: create FileWatcher class to encapsulate file watching logic
|
2024-11-27 16:13:00 -08:00 |
|
Paul Gauthier
|
af195a610c
|
refactor: consolidate file watching code into dedicated class
|
2024-11-27 16:12:59 -08:00 |
|
Paul Gauthier
|
f7a05cf077
|
Merge branch 'main' into watch
|
2024-11-27 15:55:01 -08:00 |
|
Paul Gauthier
|
d54fbd6592
|
copy
|
2024-11-27 15:23:13 -08:00 |
|
Paul Gauthier
|
41b0868165
|
Merge branch 'main' into watch
|
2024-11-27 15:04:26 -08:00 |
|
Paul Gauthier
|
a1f5bfb746
|
copy
|
2024-11-27 09:36:17 -08:00 |
|
Paul Gauthier
|
3ab1018c66
|
copy
|
2024-11-27 09:29:35 -08:00 |
|
Paul Gauthier
|
62e96372fa
|
bumped deps to pickup grep-ast 0.4.1 and disable Dart
|
2024-11-27 09:29:22 -08:00 |
|
Paul Gauthier
|
945d10f554
|
add event for repo size
|
2024-11-27 09:27:23 -08:00 |
|
Paul Gauthier
|
ee837889db
|
Merge branch 'main' into ts-pack
|
2024-11-27 08:54:03 -08:00 |
|
Paul Gauthier
|
a5f4cba72f
|
wip
|
2024-11-27 08:53:41 -08:00 |
|
Paul Gauthier
|
f44e5ae5f9
|
cleanup
|
2024-11-27 07:46:47 -08:00 |
|
Paul Gauthier
|
a67b665846
|
copy
|
2024-11-27 07:37:33 -08:00 |
|
Paul Gauthier
|
8fb23b414c
|
rename
|
2024-11-27 07:18:21 -08:00 |
|
Paul Gauthier (aider)
|
f5100626a8
|
refactor: update language file extensions and paths in test code
|
2024-11-27 07:18:04 -08:00 |
|
Paul Gauthier (aider)
|
9ab46fade7
|
style: fix linting issues in test_repomap.py
|
2024-11-27 07:11:49 -08:00 |
|
Paul Gauthier (aider)
|
2ce01b157b
|
refactor: simplify language test map and read from fixture files
|
2024-11-27 07:11:45 -08:00 |
|
itlackey
|
f714e42e11
|
Added qwen2.5-coder:14b running via ollama
|
2024-11-27 09:11:33 -06:00 |
|
Paul Gauthier (aider)
|
447b7af573
|
refactor: use fixture file for Java test instead of embedded code
|
2024-11-27 07:10:38 -08:00 |
|
Paul Gauthier (aider)
|
ec2b635a1a
|
refactor: use fixture files for C, C++, and Elixir test content
|
2024-11-27 07:09:28 -08:00 |
|
Paul Gauthier (aider)
|
7465b4bf91
|
refactor: move TypeScript and TSX test code to fixture files
|
2024-11-27 07:06:50 -08:00 |
|
Paul Gauthier (aider)
|
4580fac6fa
|
refactor: move test code samples to fixture files
|
2024-11-27 07:05:36 -08:00 |
|
Paul Gauthier (aider)
|
8c218e9edc
|
refactor: move remaining language examples to fixture files
|
2024-11-27 07:05:10 -08:00 |
|
Paul Gauthier (aider)
|
44ceb8f1a0
|
style: Fix import order and add proper line spacing
|
2024-11-27 07:04:29 -08:00 |
|
Paul Gauthier (aider)
|
642c1c50fb
|
refactor: move remaining test examples to fixture files
|
2024-11-27 07:04:23 -08:00 |
|
Paul Gauthier (aider)
|
4de8c25a3f
|
refactor: move language examples to fixture files
|
2024-11-27 07:03:20 -08:00 |
|
Paul Gauthier
|
565f08a8e9
|
refactor: clean up test cases and remove redundant language examples
|
2024-11-27 07:03:18 -08:00 |
|