v0.0.28
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 deleteoperations. - Preferred use: editing 2 or more files simultaneously
- It supports:
What's Changed
- apply_patch & component-based ui architecture by @andrefetch in #33
Full Changelog: v0.0.27...v0.0.28