Fork of code-yeongyu/oh-my-opencode with custom patches.
git clone https://github.com/seilk/oh-my-opencode.git ~/omo-custom
cd ~/omo-custom
./update-and-build.shThe script will:
- Install
bunif not available - Fetch the latest upstream tag
- Apply custom patches
- Build the plugin
Then add to ~/.config/opencode/opencode.json:
{
"plugin": ["~/omo-custom"]
}Limits recursion depth for background agents to prevent infinite nested agent calls.
Optional config (default: 2):
{
"plugins": {
"oh-my-opencode": {
"backgroundTasks": {
"max_depth": 2
}
}
}
}Run the same script to update:
cd ~/omo-custom
./update-and-build.sh| File | Purpose |
|---|---|
update-and-build.sh |
Build script (auto-installs bun) |
patches/*.patch |
Custom patch files |
| Branch | Content |
|---|---|
main |
Scripts and patches only |
custom-vX.X.X |
Built plugin (created by script) |