Skip to main content

Overview

The ws profile provides a complete multi-agent orchestration harness for KDCO Workspace. By default, it ships with OpenCode Zen free-plan models (Big Pickle and GPT-5 Nano), and you can optionally customize it with premium model providers.

Installation

ocx profile add ws --source kit/ws --from https://ocx-kit.kdco.dev --global
ocx oc -p ws

Default Model Assignments (OpenCode Zen free plan)

These are the out-of-the-box ws defaults.
AgentModelRole
planBig PicklePlanning orchestrator
buildBig PickleBuild orchestrator
coderBig PickleImplementation
exploreGPT-5 NanoCodebase search
researcherGPT-5 NanoExternal research
scribeGPT-5 NanoDocumentation
reviewerGPT-5 NanoCode review
Use these when customizing with premium/custom providers (separate from the free-plan defaults above).
RoleRecommendedWhy
Orchestrators (plan, build)GPT-5.4 or Claude Opus 4.6Heavy reasoning and long-horizon planning.
Implementation (coder)GPT-5.3 Codex or Claude Sonnet 4.6Strong agentic coding for complex implementation work.
Specialists (explore, researcher, scribe)Kimi K2.5Accurate, low hallucination, and usually cheaper/faster.
Review (reviewer)GPT-5.4 or Claude Opus 4.6Code review is high-stakes; use a very smart model to catch bugs and edge cases.

Customize

After installing, tune model choices in your local profile config:
$EDITOR ~/.config/opencode/profiles/ws/opencode.jsonc
If you installed the profile under a different name, edit that profile’s opencode.jsonc instead.

See Also