Update opencode default model rules for mac-5/6/7

This commit is contained in:
hotwa
2026-03-18 00:07:34 +08:00
parent bf12bc2b37
commit 2ac25fabf8
4 changed files with 93 additions and 0 deletions

View File

@@ -87,6 +87,28 @@ Future examples:
- `gemini-warp-infini-kimi`
- `claude-warp-ckimi-kimi`
## Current Default Model Policy (2026-03-18)
The cluster no longer uses a single "default to each machine's own local model" rule for `opencode` ACP.
Current node-specific default policy:
- `mac-5`: default `opencode` model is `opencode/minimax-m2.5-free`
- `mac-6`: default `opencode` model is `vllm/Qwen3.5-27B` via `http://100.64.0.5:8000/v1`
- `mac-7`: default `opencode` model is `vllm/Qwen3.5-27B` via `http://100.64.0.5:8000/v1`
Operational meaning:
- `mac-5` prefers the already-validated free cloud minimax route for daily ACP stability.
- `mac-6` and `mac-7` prefer the shared local vLLM endpoint instead of their previous per-node local `oMLX` default for `opencode` ACP.
- This rule is specific to current `opencode` defaults; it does not invalidate separate worker/subagent topology docs.
Observed validation status:
- `mac-5`: direct `opencode` and ACP minimal tests succeeded with `opencode/minimax-m2.5-free`
- `mac-6`: ACP minimal test succeeded with `vllm/Qwen3.5-27B`
- `mac-7`: ACP minimal test succeeded with `vllm/Qwen3.5-27B`
## Configuration Layer Responsibilities
### OpenClaw