Skip to content

qforge-dev/opencode-cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencode-cc

OpenCode, supercharged. ⚡

To Install 🔌

Add to "plugin" in .opencode/opencode.json:

{
  "plugin": ["@qforge/opencode-cc"]
}

Contributing 🤝

Install dependencies:

bun install

Build:

bun run build

Notes 📝

Child Session Worktrees

When 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published