Skip to content

v0.14.0

Compare
Choose a tag to compare
@spachava753 spachava753 released this 23 Dec 03:01
· 37 commits to main since this release

Full Changelog: v0.13.8...v0.14.0

Release Notes - v0.14.0

Important Notice

⚠️ The Gemini provider is currently not working due to an issue. Please use other providers (like OpenAI and Anthropic) for now.

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