feat: add autonomous mode command-line argument

feat: improve error handling in autonomous mode
feat: enhance assistant output for better user experience
feat: track usage and cost in autonomous mode
refactor: update api call function to accept database connection
refactor: update list models function to accept database connection
refactor: update assistant class to track api requests
refactor: update http client to log requests
maintenance: update pyproject.toml version to 1.25.0
docs: update changelog with version 1.24.0 changes
This commit is contained in:
2025-11-07 23:35:41 +00:00
parent 37268d2591
commit 958461428d
10 changed files with 323 additions and 19 deletions
+8
View File
@@ -20,6 +20,14 @@
## Version 1.24.0 - 2025-11-07
Users can now run the tool in autonomous mode using a command-line argument. We've also improved error handling and assistant output for a better experience.
**Changes:** 5 files, 62 lines
**Languages:** Markdown (8 lines), Python (52 lines), TOML (2 lines)
## Version 1.23.0 - 2025-11-07