Finish tasks.
Verified.
opencode-resolve adds a focused resolver -> coder loop to OpenCode. It keeps the default path simple, lets read-only subagents handle discovery and review when useful, and drives coding tasks through implementation, verification, and final reporting.
End-to-end task loop
A small resolver/coder path that keeps implementation, verification, and reporting moving in one flow.
Orchestrates the task
Reads only relevant context, dispatches focused subagents, verifies each checkpoint, and keeps progress moving.
npm install -g opencode-resolve
opencode user Fix the failing settings save flow and verify it.
resolver Inspect scoped routes, locate save handler, dispatch coder with exact files.
coder Patch validation edge case, run targeted test, check diagnostics.
Install once
Register the plugin, refresh OpenCode’s plugin cache, and keep resolve-specific settings in resolve.json.
Use small roles
resolver orchestrates. coder edits. Scout and review agents stay read-only by default.
Pin models only when needed
By default, all resolve agents inherit OpenCode’s top-level model. Add tiers only when they help.
Add specialist skills
Pair this plugin with awesome-opencode-skills for a larger OpenCode Skills library.
Fast Path
npm install -g opencode-resolve@latest && opencode-resolve setupResolver and coder handle the core path; explorer, reviewer, deep-reviewer, and planner stay available when useful.
Resolve agents inherit your OpenCode top-level model. Opt in to per-role or tier routing only when you need cost or reasoning splits.
Resolve-specific options live in resolve.json, keeping provider credentials and OpenCode config separate.
Documentation Map
Installation
Standard install, manual setup, cache refresh, reinstall modes.
Agents
Resolver/coder roles, read-only helpers, model inheritance, and permissions.
Configuration
Config discovery, options, model aliases, Context7.
Troubleshooting
Cache, config, model, and permission checks.
Recommended Skills
For domain-specific work, try awesome-opencode-skills.
curl -sL https://raw.githubusercontent.com/jshsakura/awesome-opencode-skills/main/install.sh | bash