Skip to content

v0.0.29

Choose a tag to compare

@andrefetch andrefetch released this 04 Aug 19:46
· 44 commits to main since this release

New Release, What's Changed? πŸ“

  • Release version: 0.0.29 πŸ“£
  • Slash command improvement >_
  • Shimmer text extending upon sub-agent tool calls. ✨
  • New tool: Apply Patch πŸ› οΈ

Slash Commands! >_

  • Turned vague descriptions of commands into better-suited descriptions for developers to understand better.
  • Now with the most recent contributor @DevSidd2006, he recently added a new TUI component that allows users to see previews of commands whenever they type a / in the input field. It autocompletes until it reaches either no results or the command you want to see with a small description of the command.
  • You are able to to navigate through the commands by using your up and down arrows ↑↓ and clicking enter to execute.
  • Helps users figure out the slash command system a lot quicker, and is prevalent on modern coding agents.
image

Shimmer Text ~! ✨

  • Now extended to sub-agent tool calls, and the call of the the certain sub-agent isn't as ugly anymore. Now when calling a sub-agent it displays subagent: subagent definition

Apply Patch πŸ› οΈ

  • Allows multiple edits in multiple files without calling extra tools to do the job, saves on tokens and context.

Go Postal!

What's Changed

  • Clarify help commands and document config options with examples by @DevSidd2006 in #35
  • feat: split technical documention into seperate markdown files. by @andrefetch in #37
  • Added auto-complete feature, where we can track through arrow keys by @DevSidd2006 in #38

New Contributors

Full Changelog: v0.0.28...v0.0.29