https://github.com/qforge-dev/opencode-cc
https://github.com/qforge-dev/opencode-cc
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qforge-dev/opencode-cc
- Owner: qforge-dev
- License: mit
- Created: 2026-02-07T11:34:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-02-09T11:10:06.000Z (3 months ago)
- Last Synced: 2026-04-11T10:38:52.686Z (17 days ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# opencode-cc
OpenCode, supercharged. ⚡
## To Install 🔌
Add to "plugin" in `.opencode/opencode.json`:
```json
{
"plugin": ["@qforge/opencode-cc"]
}
```
## Contributing 🤝
Install dependencies:
```bash
bun install
```
Build:
```bash
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 ` (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](https://bun.com) is a fast all-in-one JavaScript runtime.