feat(core): run subagent commands in background
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
parent
394e0b9045
commit
56eddcfa1f
14 changed files with 269 additions and 20 deletions
|
|
@ -40,6 +40,7 @@ describe("CommandPlugin.Plugin", () => {
|
|||
expect(yield* command.get("review")).toMatchObject({
|
||||
name: "review",
|
||||
description: "review changes [commit|branch|pr], defaults to uncommitted",
|
||||
subagent: true,
|
||||
})
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue