Commit graph

6880 commits

Author SHA1 Message Date
Paul Gauthier (aider)
afa7d02906 feat: implement real-time output display in run_cmd_subprocess 2024-08-30 08:32:19 -07:00
Paul Gauthier
64b05a9971 refactor: disable pexpect usage in run_cmd function 2024-08-30 08:32:18 -07:00
Paul Gauthier
8024153b3c copy 2024-08-30 08:28:39 -07:00
Paul Gauthier
013dac288c feat: add user confirmation for model warnings 2024-08-30 08:28:21 -07:00
Paul Gauthier
1639581364 fixes #1242 2024-08-30 08:26:11 -07:00
Paul Gauthier
ec585a3a1a added nous hermes 405b 2024-08-30 08:25:50 -07:00
Paul Gauthier (aider)
a576134861 style: format code with linter 2024-08-30 08:18:09 -07:00
Paul Gauthier (aider)
9b7976a07e refactor: remove branch and commit info from git report 2024-08-30 08:18:05 -07:00
Paul Gauthier
8e439dc31d refactor: remove dependency reporting functionality 2024-08-30 08:18:02 -07:00
Paul Gauthier (aider)
9667e1d102 fix: replace bare except with except Exception in get_git_info 2024-08-30 08:16:08 -07:00
Paul Gauthier (aider)
0fc9928762 style: Format code with linter 2024-08-30 08:15:03 -07:00
Paul Gauthier (aider)
b50b28c815 feat: enhance error reporting with detailed system information 2024-08-30 08:15:00 -07:00
Paul Gauthier (aider)
e99f935bb5 feat: add Python version to error report 2024-08-30 08:12:29 -07:00
Paul Gauthier (aider)
51e7067c45 style: add newline after import statement in report.py 2024-08-30 08:12:06 -07:00
Paul Gauthier (aider)
046bb13359 feat: add platform info to error report 2024-08-30 08:12:02 -07:00
Paul Gauthier
2d9d605028 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-08-30 07:57:27 -07:00
Paul Gauthier (aider)
29108d9962 style: format long line in sanity_check_repo function 2024-08-30 07:56:15 -07:00
Paul Gauthier (aider)
ae1508582c fix: resolve flake8 errors in sanity_check_repo function 2024-08-30 07:55:49 -07:00
Paul Gauthier
4c32e45b74 feat: add sanity check for git repository compatibility 2024-08-30 07:55:23 -07:00
Paul Gauthier
2999c64435 refactor: simplify error handling for tracked files count 2024-08-30 07:47:50 -07:00
Paul Gauthier (aider)
303a314c5e refactor: wrap entire get_tracked_files method in try/except block 2024-08-30 07:45:56 -07:00
Paul Gauthier (aider)
6b2933e2bd style: fix import order and remove unused import 2024-08-30 07:44:09 -07:00
Paul Gauthier (aider)
c97f699492 refactor: move UnableToCountRepoFiles to repo.py and raise from get_tracked_files 2024-08-30 07:44:04 -07:00
paul-gauthier
f9d008cd1c
Merge pull request #1239 from ozapinq/main 2024-08-30 07:35:46 -07:00
Paul Gauthier
3afc3d9089 just avoid pexpect on windows 2024-08-30 07:27:03 -07:00
Nikolay Sedelnikov
976d2bfd87
fix: handle edge case when next line after HEAD is missing 2024-08-30 16:21:56 +02:00
Paul Gauthier
725b06acd6 fixes #1240 2024-08-30 07:15:43 -07:00
Paul Gauthier (aider)
130579ea3c style: Format error message in Voice class for better readability 2024-08-30 07:04:13 -07:00
Paul Gauthier (aider)
e88ec36a81 feat: improve error handling for audio device issues 2024-08-30 07:04:09 -07:00
Paul Gauthier
eb2f89f2b8 fixes #1236 2024-08-30 07:03:11 -07:00
Paul Gauthier
b1c268f355 refactor: Improve error handling for repository file counting failure 2024-08-30 07:01:39 -07:00
Paul Gauthier (aider)
b6944bd670 feat: handle UnableToCountRepoFiles exception in main function 2024-08-30 07:01:00 -07:00
Paul Gauthier (aider)
d9cc47728f feat: add UnableToCountRepoFiles exception class 2024-08-30 06:59:52 -07:00
Paul Gauthier
2c6c5e712f feat: add error handling for counting repo files 2024-08-30 06:59:50 -07:00
Paul Gauthier
c67699a154 fixes #1233 2024-08-30 06:56:21 -07:00
Nikolay Sedelnikov
e8e1bd556f
fix: Handle new file creation in the same folder 2024-08-30 15:52:05 +02:00
Paul Gauthier
7a72c80605 fixes #1232 2024-08-30 06:50:41 -07:00
Paul Gauthier
0dfedecff5 fixes #1231 2024-08-30 06:47:45 -07:00
Paul Gauthier
301c4265b7 refactor: simplify file reading in Linter.lint method 2024-08-29 19:21:41 -07:00
Paul Gauthier (aider)
91cd9d6b51 style: Use double quotes for string literal in read_text() call 2024-08-29 19:21:15 -07:00
Paul Gauthier (aider)
8d4d7af7d0 refactor: handle file read errors in linter 2024-08-29 19:21:11 -07:00
Paul Gauthier
d23f816353 refactor: Move clone method and add args and parser parameters 2024-08-29 19:15:32 -07:00
Paul Gauthier
eb002209d1 set version to 0.54.8-dev 2024-08-29 14:36:40 -07:00
Paul Gauthier
bd08c9ea6a version bump to 0.54.7 2024-08-29 14:35:17 -07:00
Paul Gauthier (aider)
bdded55e17 fix: handle potential None value in content-type header 2024-08-29 13:43:29 -07:00
Paul Gauthier
053a6af9dc prompt tweaks 2024-08-29 13:21:32 -07:00
paul-gauthier
59cb457008
Merge pull request #1216 from akaihola/misc-cleanups
Clean up types and drop an unused variable
2024-08-29 13:16:48 -07:00
Paul Gauthier (aider)
8f7250e992 fix: protect os.path.basename call with try/except 2024-08-29 13:11:33 -07:00
Paul Gauthier (aider)
725da4ba9f fix: use innermost traceback frame for error reporting 2024-08-29 13:10:55 -07:00
Paul Gauthier (aider)
96adf93cec style: format code to comply with linter rules 2024-08-29 13:09:42 -07:00