Skip to content

v0.0.28

Choose a tag to compare

@andrefetch andrefetch released this 04 Aug 01:43
· 57 commits to main since this release

New Changes! 🛠️

  • For contributors, or people who like to look thru the source code: rolled out a new way to create visuals for the Terminal User Interface. A new component-based architecture allows contributors or hobbyists who want to alter this agent to create components. Read more on instructions on how to use this new system in: CONTRIBUTING.md
  • New Tool: apply_patch, allows the agent to multi-edit multiple files without extra tool calls, saving token usage whilst using and quicker edits.
    • It supports: create, update, rename, and delete operations.
    • Preferred use: editing 2 or more files simultaneously

What's Changed

Full Changelog: v0.0.27...v0.0.28