An open API service indexing awesome lists of open source software.

https://github.com/qforge-dev/opencode-cc


https://github.com/qforge-dev/opencode-cc

Last synced: 17 days ago
JSON representation

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.