OpenCode, supercharged. ⚡
Add to "plugin" in .opencode/opencode.json:
{
"plugin": ["@qforge/opencode-cc"]
}Install dependencies:
bun installBuild:
bun run buildWhen the orchestrator creates a new child session, this plugin creates an isolated git worktree and creates the child session inside that worktree.
- Location:
.opencode/worktrees/ - Cleanup: worktrees are not removed automatically; delete them with
git worktree remove <path>(and optionally delete the associated branch) when you no longer need them. - Git actions (commit/PR/push) must run in the same child worktree that contains the changes; creating a new child session creates a different worktree.
This project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.