v0.0.29
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.
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
- @DevSidd2006 made their first contribution in #35
Full Changelog: v0.0.28...v0.0.29