Paul Gauthier
|
87f84fb82d
|
copy
|
2024-11-28 11:18:30 -08:00 |
|
paul-gauthier
|
ce9e76a7dc
|
Merge pull request #2489 from itlackey/benchmark/20241127
Benchmark/20241127
|
2024-11-28 11:01:54 -08:00 |
|
Paul Gauthier
|
4f3f1c5e23
|
better
|
2024-11-28 10:51:53 -08:00 |
|
itlackey
|
22076d401f
|
Added ollama/granite3-dense:8b
|
2024-11-28 10:49:51 -06:00 |
|
itlackey
|
79ea82f147
|
Updated ollama/qwen2.5-coder:32b, added ollama/tulu3
|
2024-11-28 10:49:50 -06:00 |
|
Paul Gauthier
|
3785415632
|
copy
|
2024-11-27 17:49:35 -08:00 |
|
Paul Gauthier
|
35eda73ad1
|
Merge branch 'main' of github.com:Aider-AI/aider
|
2024-11-27 17:49:22 -08:00 |
|
Paul Gauthier (aider)
|
c8282fc8d3
|
style: fix whitespace in test_commands.py
|
2024-11-27 17:39:00 -08:00 |
|
Paul Gauthier (aider)
|
5030881934
|
test: add tests for /drop command with and without glob patterns
|
2024-11-27 17:38:54 -08:00 |
|
Paul Gauthier (aider)
|
bc1e3a7059
|
style: format list comprehension to single line
|
2024-11-27 17:35:11 -08:00 |
|
Paul Gauthier (aider)
|
ba17dceb4d
|
feat: make /drop use substring matching for non-glob patterns
|
2024-11-27 17:35:05 -08:00 |
|
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
|
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 |
|