v0.14.0
Full Changelog: v0.13.8...v0.14.0
Release Notes - v0.14.0
Important Notice
Major Changes
- Moved to a more flexible and powerful agentic architecture internally, replacing the previous constrained workflow. This change allows for more complicated and longer edits to the codebase.
Features and Improvements
- Removed unnecessary debug flags and simplified CLI options
- Improved error handling and logging throughout the application
Breaking Changes
- Removed the
-debug
flag as it's no longer needed with the new architecture - Removed the
-include-files
flag as file selection is now only managed automatically by the agent
Internal Architecture
The tool has been completely restructured to use an agentic approach, where the AI assistant:
- Has more autonomy in handling tasks
- Can better understand context and requirements
- Makes more intelligent decisions about when and how to access the codebase
- Provides more transparent reasoning about its actions