Commit graph

6861 commits

Author SHA1 Message Date
Paul Gauthier (aider)
3c5ad664e6 refactor: move GitHub issue URL to urls.py 2024-08-29 10:07:24 -07:00
Paul Gauthier
03024eaaf1 refactor: improve GitHub issue reporting process and output formatting 2024-08-29 10:07:22 -07:00
Paul Gauthier (aider)
bc67123b48 refactor: move import statement to top of file 2024-08-29 09:51:31 -07:00
Paul Gauthier (aider)
9d8048d02c style: add newline before function call in main.py 2024-08-29 09:51:18 -07:00
Paul Gauthier (aider)
d0ef9945ee feat: add exception hook at start of main function 2024-08-29 09:51:14 -07:00
Paul Gauthier
8096649b26 Merge branch 'main' into report 2024-08-29 09:50:38 -07:00
Paul Gauthier
964412d988 copy 2024-08-29 09:50:30 -07:00
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
606ca7bf13 copy 2024-08-29 09:40:22 -07:00
Paul Gauthier
29cf1e322e feat: enhance exception handling and issue reporting 2024-08-29 09:27:14 -07:00
Antti Kaihola
e52d2da740 refactor: clarify Path/str types in commands.py 2024-08-29 19:24:49 +03:00
Antti Kaihola
fc5c040b83 fix: drop unused var added_fnames from cmd_add 2024-08-29 19:24:49 +03: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