Highlights
- add neovate-code-guide subagent, you can use it to get infos about neovate-code
- add general-purpose subagent
- support config model for subagent
- add plugin hook: agent and skill
- improve grep tool, less errors like
grep(no pattern) - run command support quiet mode with
-q, --quiet
What's Changed
- feat: add general-purpose subagent with full tool access by @sorrycc in #614
- feat: add agent subagent model configuration support by @xierenyuan in #615
- feat: add model tracking to agent progress and execution by @xierenyuan in #617
- feat: enhance tool argument formatting with tool-specific display by @xierenyuan in #621
- refactor: remove approval check from task tool by @xierenyuan in #620
- refactor: remove todoRead tool and related UI components by @xierenyuan in #622
- feat: add quiet mode to run command by @sorrycc in #623
- feat: add comprehensive grep tool functionality by @xierenyuan in #624
- fix: improve model comparison logic in AgentToolUse by @xierenyuan in #626
- fix: update keyboard shortcut display to lowercase by @xierenyuan in #628
- refactor: simplify agent progress overlay text and improve UX by @xierenyuan in #627
- fix: always use vision model for images by @xierenyuan in #629
- refactor: extract InvalidQuestionsError component by @xierenyuan in #630
- feat: add isEnabled property to subagent definitions by @xierenyuan in #632
- feat: add plugin support for subagent registration by @xierenyuan in #631
- fix: use dynamic column width for SelectInput text input by @iamdin in #590
- feat: add skill plugin hook support by @xierenyuan in #633
Full Changelog: 0.22.7...0.22.8