Commit graph

6751 commits

Author SHA1 Message Date
Paul Gauthier
2ce6f1a682 refactor: simplify exception handling in traceback processing 2024-08-29 09:47:57 -07:00
Paul Gauthier (aider)
b441c03461 fix: armor os.path.basename call in exception handler 2024-08-29 09:45:17 -07:00
Paul Gauthier (aider)
050291c5a4 style: remove trailing whitespace in exception_handler function 2024-08-29 09:43:54 -07:00
Paul Gauthier (aider)
1cc2b2ef63 refactor: replace full file paths with basenames in exception traceback 2024-08-29 09:43:50 -07:00
Paul Gauthier
29cf1e322e feat: enhance exception handling and issue reporting 2024-08-29 09:27:14 -07:00
Paul Gauthier (aider)
9d1df5308d style: Use double quotes for string literal in exception_handler 2024-08-29 09:18:20 -07:00
Paul Gauthier (aider)
4a26bc6c70 fix: improve exception handling to show correct filename and line number 2024-08-29 09:18:17 -07:00
Paul Gauthier (aider)
c458489cc0 feat: include exception type in GitHub issue title 2024-08-29 09:16:55 -07:00
Paul Gauthier (aider)
7e6b5d5a98 style: reorder imports in aider/report.py 2024-08-29 09:16:36 -07:00
Paul Gauthier (aider)
df8e13d3ed feat: include filename and line number in exception report title 2024-08-29 09:16:32 -07:00
Paul Gauthier
f6020f283c feat: Add exception reporting and test error in main function 2024-08-29 09:16:31 -07:00
Paul Gauthier (aider)
945eb04010 style: Add blank line before main function call 2024-08-29 09:13:15 -07:00
Paul Gauthier (aider)
cc772d5074 refactor: move main logic into main() function 2024-08-29 09:13:12 -07:00
Paul Gauthier (aider)
68a4f58480 style: format imports and string quotes 2024-08-29 09:12:37 -07:00
Paul Gauthier (aider)
f63a095a37 feat: add uncaught exception reporting functionality 2024-08-29 09:12:34 -07:00
Paul Gauthier
387ade4427 Merge branch 'main' into report 2024-08-29 09:10:22 -07:00
Paul Gauthier
af3c3a3bde set version to 0.54.7-dev 2024-08-29 07:46:14 -07:00
Paul Gauthier
3995accd0c version bump to 0.54.6 2024-08-29 07:44:54 -07:00
Paul Gauthier (aider)
33dde5e4a4 style: remove unused variable in exception handling 2024-08-29 07:42:48 -07:00
Paul Gauthier
50555643d1 refactor: remove unused error logging in AutoCompleter 2024-08-29 07:42:40 -07:00
Paul Gauthier
9297e61c58 refactor: improve GitHub issue reporting flow and user interaction 2024-08-29 07:39:48 -07:00
Paul Gauthier (aider)
a227220efb style: use double quotes for string literal in report.py 2024-08-29 07:34:42 -07:00
Paul Gauthier (aider)
f89f42491c feat: add confirmation step before opening GitHub issue in browser 2024-08-29 07:34:39 -07:00
Paul Gauthier (aider)
56a88018a9 style: move docstring to correct position in report_github_issue function 2024-08-29 07:31:57 -07:00
Paul Gauthier (aider)
9f1b268740 fix: remove unused exception variable in report_github_issue function 2024-08-29 07:31:18 -07:00
Paul Gauthier (aider)
31e5e327b0 style: apply linter suggestions and fix formatting 2024-08-29 07:31:06 -07:00
Paul Gauthier (aider)
41d3d18f8c feat: add Aider version to GitHub issue report 2024-08-29 07:31:03 -07:00
Paul Gauthier
15434053df feat: add report generation module 2024-08-29 07:31:01 -07:00
Paul Gauthier
e75ff966b9 copy 2024-08-29 06:36:37 -07:00
Paul Gauthier
a47cb9cdea refactor: conditionally output cached tokens message based on verbosity 2024-08-29 06:36:22 -07:00
Paul Gauthier (aider)
cbc59d919b refactor: remove unused import of scrub_sensitive_info 2024-08-29 06:33:39 -07:00
Paul Gauthier (aider)
4d698d1bcb style: move import statement to top of file 2024-08-29 06:33:29 -07:00
Paul Gauthier (aider)
8bba37de63 style: Add newline before format_settings import in cmd_settings 2024-08-29 06:33:18 -07:00
Paul Gauthier (aider)
549d8e8773 feat: add cmd_settings to print current settings 2024-08-29 06:33:13 -07:00
Paul Gauthier (aider)
a4853ae184 feat: add args attribute to Commands class 2024-08-29 06:32:44 -07:00
Paul Gauthier (aider)
0b7142d2de feat: pass parser to Commands class for extended functionality 2024-08-29 06:32:27 -07:00
Paul Gauthier (aider)
2b2ab3994d refactor: move scrub_sensitive_info to format_settings.py 2024-08-29 06:31:35 -07:00
Paul Gauthier (aider)
93c089c5ec style: format imports and whitespace 2024-08-29 06:30:43 -07:00
Paul Gauthier (aider)
43d3cf2c71 refactor: move format_settings function to separate file 2024-08-29 06:30:37 -07:00
Paul Gauthier
de56792f90 feat: add format_settings module for configuration handling 2024-08-29 06:30:34 -07:00
Paul Gauthier
25de4f318c feat: Add args parameter to Commands constructor 2024-08-29 06:27:41 -07:00
Paul Gauthier
808bcea8c1 set version to 0.54.6-dev 2024-08-29 06:11:58 -07:00
Paul Gauthier
065bfd0b8e version bump to 0.54.5 2024-08-29 06:10:39 -07:00
Paul Gauthier
6e2a423686 fix pexpect logic 2024-08-29 05:56:27 -07:00
Paul Gauthier (aider)
9b4ee190ba style: Reorder imports in test_scrape.py 2024-08-28 22:50:31 -07:00
Paul Gauthier (aider)
7b36d1f0d3 feat: implement retry mechanism for scraping badssl.com 2024-08-28 22:50:28 -07:00
Paul Gauthier
ad3f29bdce fix: improve error handling for lexer exceptions in AutoCompleter and RepoMap 2024-08-28 22:49:22 -07:00
Paul Gauthier
ce397b71e8 do not try pexpect on windows; fix time.clock error on windows 2024-08-28 22:26:48 -07:00
Paul Gauthier
bcb3fa1b47 copy 2024-08-28 22:20:00 -07:00
Paul Gauthier (aider)
81925241cb feat: add --update as alias for --upgrade option 2024-08-28 22:19:36 -07:00