feat: enable autonomous mode by default and improve content extraction with tool call display and error handling

This commit is contained in:
2025-11-10 10:07:34 +00:00
parent 64da59179b
commit fee0905222
5 changed files with 28 additions and 30 deletions
+8
View File
@@ -5,6 +5,14 @@
## Version 1.54.0 - 2025-11-10
Autonomous mode is now on by default, and it's been improved to extract content more effectively. The tool calls are now displayed, and errors during tool execution are handled more gracefully.
**Changes:** 5 files, 93 lines
**Languages:** Markdown (8 lines), Python (83 lines), TOML (2 lines)
## Version 1.53.0 - 2025-11-10
Autonomous mode is now enabled by default, streamlining workflows. We've also improved the underlying code and fixed some issues with content extraction in autonomous mode.