feat: enable autonomous mode by default and add self-analysis tool with knowledge base update
- Set autonomous mode as the default execution mode in CLI argument parser - Added new self_analysis tool that indexes source code and updates self_anatomy.md knowledge file - Updated CHANGELOG.md with version 1.55.0 release notes documenting all changes - Bumped pyproject.toml version from 1.54.0 to 1.55.0 - Refactored format_output method to use double quotes consistently for string literals - Removed unused display_tool_call import from autonomous mode module
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.55.0 - 2025-11-10
|
||||
|
||||
Autonomous mode is now enabled by default, and content extraction has been improved. You can now view tool calls and handle errors more gracefully, with added markdown output formatting.
|
||||
|
||||
**Changes:** 5 files, 58 lines
|
||||
**Languages:** Markdown (8 lines), Python (48 lines), TOML (2 lines)
|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user