docs: switch coder subagent to deepseek-v4-flash

This commit is contained in:
2026-07-20 23:00:03 +01:00
parent 5affa4d0cd
commit feec691535
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
--- ---
description: Implements bounded, well-specified coding slices for nocal. Owns an explicit file set, writes C++20 with deterministic tests, compiles with strict warnings, runs the relevant test binaries, and reports exact checks. Use for delegated implementation only — not for architecture decisions, cross-cutting changes, or review. description: Implements bounded, well-specified coding slices for nocal. Owns an explicit file set, writes C++20 with deterministic tests, compiles with strict warnings, runs the relevant test binaries, and reports exact checks. Use for delegated implementation only — not for architecture decisions, cross-cutting changes, or review.
mode: subagent mode: subagent
model: openrouter/qwen/qwen3-coder-next model: openrouter/deepseek/deepseek-v4-flash
permission: permission:
edit: allow edit: allow
bash: allow bash: allow

View File

@@ -40,7 +40,7 @@ implementation value.
## Concrete delegation setup (nocal) ## Concrete delegation setup (nocal)
A coding subagent is configured at `.opencode/agent/coder.md` with model A coding subagent is configured at `.opencode/agent/coder.md` with model
`openrouter/qwen/qwen3-coder-next`. It owns bounded implementation slices assigned `openrouter/deepseek/deepseek-v4-flash`. It owns bounded implementation slices assigned
by the lead; the lead retains shared contracts, integration, review, and final by the lead; the lead retains shared contracts, integration, review, and final
verification. After any config change, restart opencode to reload agents. verification. After any config change, restart opencode to reload agents.