opencode-onboardv1.6.0

The wizard

What each of the 10 onboarding steps does.

The CLI runs a 10-step onboarding wizard. It keeps the current step visible plus the last two completed steps, so progress is always clear.

StepWhat happens
1. Source scopeChoose the current repository or sibling source roots for code analysis.
2. Clean AI filesDetects existing AGENTS.md, .cursorrules, CLAUDE.md, .agents/ and similar, then removes them. Preserves your .agents/skills/ directory.
3. Choose platformBacklog (GitHub, Azure DevOps, Jira, browser-based, or None) plus repository (GitHub, Azure DevOps, GitLab, or None). Mixed platforms are supported.
4. Check platform CLIVerifies gh, or az plus the azure-devops extension, or acli, or glab. Skipped for browser-based and None platforms.
5. Copy scaffoldingCopies agents, built-in skills and bootstrap documentation, writes source-roots metadata, applies AGENTS bootstrap patching, copies skills-lock.json, then runs npx skills.
6. Initialize OpenSpecRuns npx @fission-ai/openspec init silently.
7. Choose modelsFetches a live model list from models.dev and lets you pick plan, build and fast models with canonical cost indicators.
8. Token optimization toolsOptional and recommended. One checklist covering RTK, opencode-quota, caveman, codegraph, agentmemory, humanizer, and token-optimization rule injection into guardrails.
9. Install browser pluginInstalls @different-ai/opencode-browser globally for agent browser automation.
10. Write onboarding metadataWrites .opencode/opencode-onboard.json with the selected setup details.

After the wizard

Run /repo-initialize next

Open OpenCode in your project and run /repo-initialize. Brownfield projects get ARCHITECTURE.md and DESIGN.md generated from the actual codebase and their history archived before the agent team activates. Greenfield projects skip generation and leave placeholders you can fill later with /make-architecture and /make-design. Full detail in The bootstrap sequence.

Model tiers

During onboarding you pick three models:

RoleUsed byPick
planMain OpenCode session (the lead)Something capable with strong reasoning
buildSpecialist engineers (default tier)Something capable for implementation
fastLight helpers (fast tier)Something fast and cheap

Models are fetched live from models.dev (3000+ models, cached weekly). Cost tiers [$], [$$] and [$$$] always reflect the canonical provider price, so github-copilot/claude-opus-4.7 shows [$$], not [$].