Paul Gauthier
201abe1524
refactor: Improve code formatting and add noqa comment in issues.py script
2024-11-18 07:46:00 -08:00
Paul Gauthier (aider)
6d26051d11
style: Reformat long string literals using parentheses
2024-11-18 07:44:54 -08:00
Paul Gauthier (aider)
4613bf78d5
feat: Add BOT_SUFFIX to issue comment templates
2024-11-18 07:44:50 -08:00
Paul Gauthier
1f8fdc6f5c
refactor: Update issue script comments and add bot suffix
2024-11-18 07:44:48 -08:00
Paul Gauthier
abf804cf10
set version to 0.63.3.dev
2024-11-18 07:30:21 -08:00
Paul Gauthier
d7a195706f
version bump to 0.63.2
2024-11-18 07:29:05 -08:00
Paul Gauthier
569370109a
copy
2024-11-18 07:11:46 -08:00
Paul Gauthier
eae3f04c83
copy
2024-11-18 06:57:35 -08:00
Paul Gauthier (aider)
ee0987f331
feat: Update HISTORY.md with recent changes since v0.63.1
2024-11-18 06:57:04 -08:00
Paul Gauthier (aider)
bdafa842bd
fix: Add missing time import for time.sleep() in write_text method
2024-11-15 16:23:37 -08:00
Paul Gauthier (aider)
76c7c2562c
style: Format code with linter for improved readability
2024-11-15 16:23:26 -08:00
Paul Gauthier (aider)
f7de2234f2
fix: Handle different OSError types in write_text method
2024-11-15 16:23:21 -08:00
Paul Gauthier
c725c45726
Merge branch 'main' of github.com:Aider-AI/aider
2024-11-15 16:22:23 -08:00
paul-gauthier
383bef456d
Merge pull request #2381 from mark-asymbl/write_text_file_lock_fix
...
Added io.py write_text exponential backoff to gracefully handle transient file locks
2024-11-15 16:21:40 -08:00
mw
7f48f3d01d
Added write_text exponential backoff to
...
Discord thread ID: 1306776889762906123
Resolve issue where Aider fails to write multiple, consecutive changes to a single file due to Visual Studio briefly locking a file for writing after it was edited. Presumably VS is doing some sort of processing, such as for IntelliSense, behind the scenes. This solution is applicable to other, similar editor/IDE behaviors.
2024-11-15 15:04:25 -08:00
Paul Gauthier
0bf17a48f7
copy
2024-11-15 07:42:17 -08:00
Paul Gauthier (aider)
c127f8f2f0
chore: Update HISTORY.md with v0.63.1 and v0.63.2 release notes
2024-11-15 07:37:14 -08:00
Paul Gauthier
d4d5d15e18
fix: Handle missing litellm_provider in fuzzy model matching
2024-11-15 06:14:15 -08:00
Paul Gauthier
b254afa498
refactor: Modify model metadata file loading to prioritize resource file
2024-11-15 05:33:59 -08:00
Paul Gauthier
0ce5a94c15
bumped deps
2024-11-15 05:29:29 -08:00
Paul Gauthier
38a5405c65
copy
2024-11-14 15:30:49 -08:00
Paul Gauthier
ecef784686
Merge branch 'main' of github.com:Aider-AI/aider
2024-11-14 15:27:51 -08:00
Paul Gauthier
e82b2c12b4
cleanup
2024-11-14 15:27:40 -08:00
Paul Gauthier (aider)
3c26ced8db
style: Apply linter formatting to main.py
2024-11-14 15:18:54 -08:00
Paul Gauthier (aider)
2681a41abb
refactor: Expand read-only file paths to include all files in directories
2024-11-14 15:18:47 -08:00
Paul Gauthier
805deb1002
feat: Add comment to expand read-only directory files
2024-11-14 15:18:45 -08:00
Paul Gauthier
6b792de802
copy
2024-11-14 15:15:23 -08:00
paul-gauthier
26f8e34dcb
Merge pull request #2369 from josx/fix_contrib_pytest_filename
2024-11-14 07:33:53 -08:00
José Luis Di Biase
e0c1b2458c
fix: typo pytest filename
2024-11-14 12:27:12 -03:00
Paul Gauthier
66f94d2141
set version to 0.63.2.dev
2024-11-14 06:56:43 -08:00
Paul Gauthier
503a9a0038
version bump to 0.63.1
2024-11-14 06:55:05 -08:00
Paul Gauthier
d8a5bc3ae9
Revert "Merge branch 'issue2283'"
...
This reverts commit e1a1e43c3a
, reversing
changes made to c538817b61
.
2024-11-14 06:53:21 -08:00
Paul Gauthier (aider)
94c3957d92
fix: Add error handling for git.ignored() method
2024-11-14 06:48:35 -08:00
Paul Gauthier
266350b8ce
fix: Handle potential git errors in git_ignored_file method
2024-11-14 06:48:33 -08:00
Paul Gauthier (aider)
721d852cc7
feat: Add vertical spacing div to improve FAQ anchor link behavior
2024-11-13 16:23:50 -08:00
Paul Gauthier
ffbf205aba
docs: Add explanation for aider code stats computation
2024-11-13 16:20:07 -08:00
Paul Gauthier
e1a1e43c3a
Merge branch 'issue2283'
2024-11-13 13:43:30 -08:00
Paul Gauthier
c538817b61
updated blame
2024-11-13 13:43:05 -08:00
Paul Gauthier
71d85d2771
fix: Update Qwen 2.5 Coder 32b model configuration condition
2024-11-13 13:40:35 -08:00
Paul Gauthier
69f4d5fca7
set version to 0.63.1.dev
2024-11-13 13:37:03 -08:00
Paul Gauthier
bb31fc5301
version bump to 0.63.0
2024-11-13 13:35:36 -08:00
Paul Gauthier
87ce51e314
copy
2024-11-13 13:32:20 -08:00
Paul Gauthier
33555ca2ea
refactor: Simplify file display logic and label formatting
2024-11-13 13:31:38 -08:00
Paul Gauthier (aider)
6fc3776c0c
style: Fix linter warnings in io.py
2024-11-13 13:27:11 -08:00
Paul Gauthier (aider)
8a05f05bd4
refactor: Improve file list display logic with line-based spacing
2024-11-13 13:27:06 -08:00
Paul Gauthier (aider)
0dff51920e
feat: Conditionally print blank line between file sections based on file count
2024-11-13 13:26:09 -08:00
Paul Gauthier
262f217d04
style: Shorten file list labels for cleaner display
2024-11-13 13:26:08 -08:00
Paul Gauthier (aider)
8b9154bab0
feat: Add labels to read-only and editable files columns
2024-11-13 13:24:51 -08:00
Paul Gauthier (aider)
533613d92b
fix: Remove unused repo
variable in test_cmd_add_gitignored_file
2024-11-13 13:22:57 -08:00
Paul Gauthier
20d87e1136
refactor: Remove unnecessary .gitignore commit in test setup
2024-11-13 13:22:45 -08:00