https://github.com/launchapp-dev/animus-provider-opencode
OpenCode provider plugin for Animus — coming v0.4.x
https://github.com/launchapp-dev/animus-provider-opencode
Last synced: 10 days ago
JSON representation
OpenCode provider plugin for Animus — coming v0.4.x
- Host: GitHub
- URL: https://github.com/launchapp-dev/animus-provider-opencode
- Owner: launchapp-dev
- License: mit
- Created: 2026-05-17T20:55:19.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-11T18:04:52.000Z (20 days ago)
- Last Synced: 2026-06-11T20:04:59.900Z (20 days ago)
- Language: Rust
- Homepage: https://github.com/launchapp-dev/animus-cli
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# animus-provider-opencode
An [OpenCode](https://opencode.ai) provider plugin for [Animus](https://github.com/launchapp-dev/animus-cli).
> **Status:** Under construction — landing in Animus v0.4.x. This crate currently lives in the Animus core workspace at `crates/animus-provider-opencode/`; v0.4.x extracts it to this standalone repository.
## What this is
Animus v0.4.0 makes providers (LLM CLI wrappers) pluggable. This repository will ship `animus-provider-opencode`, a stdio plugin that wraps the OpenCode CLI as an Animus provider. Any workflow phase that targets `tool: opencode` dispatches through this plugin.
## Install (planned)
```bash
animus plugin install animus-provider-opencode
```
The Animus daemon image bundles this plugin pre-installed.
## Workflow YAML usage
```yaml
agents:
default:
tool: opencode
mcp_servers: ["animus"]
```
## Roadmap
- [ ] Extract from Animus core workspace at v0.4.x cut
- [ ] Publish `animus-provider-opencode` crate to crates.io
- [ ] Release binaries (macOS aarch64/x86_64, Linux x86_64) on tag
- [ ] Independent semver track
- [ ] CI exercises the contract test from `animus-protocol`
## Design
- **Protocol:** [`animus-plugin-protocol`](https://github.com/launchapp-dev/animus-protocol) (provider variant)
- **Naming:** repo, crate, and binary all named `animus-provider-opencode`
- **Core repo:** [Animus](https://github.com/launchapp-dev/animus-cli)
## License
MIT — see [LICENSE](LICENSE).