opencode
opencode copied to clipboard
Feat: add /review command as subagent
The main agent can now invoke the the review agent from /review as a subagent. It uses the exact same permissions and prompt as /review. Essentially, the main agent can now review its code easier. ~~It's important to note that this implementation will need updating to the new permission system.~~
EDIT: Already done.
Fixes #6600