Skip to content

Finish tasks.
Verified.

A lightweight OpenCode agent loop for finishing coding tasks end-to-end, with focused roles and verification built in.

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.

Live workflow

End-to-end task loop

A small resolver/coder path that keeps implementation, verification, and reporting moving in one flow.

Roles
resolver primary

Orchestrates the task

Reads only relevant context, dispatches focused subagents, verifies each checkpoint, and keeps progress moving.

Setup path
npm install -g opencode-resolve
opencode
resolver session

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.

Checkpoint 3 / 5
v0.1.0 · #d78c4df · built 2026-05-17 04:12 UTC

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

One-command install
npm install -g opencode-resolve@latest && opencode-resolve setup
Open guide
6default agents

Resolver and coder handle the core path; explorer, reviewer, deep-reviewer, and planner stay available when useful.

0model pins by default

Resolve agents inherit your OpenCode top-level model. Opt in to per-role or tier routing only when you need cost or reasoning splits.

1separate resolve config

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.