Files
collective-memory-repo/daily/2026-03-18.md

24 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 2026-03-18
## opencode 默认模型规则更新
- 原先“`opencode` 默认使用各机器本地模型”的描述已失效,不应继续作为当前默认规则使用
- 当前生效的默认策略为:
- `mac-5``opencode/minimax-m2.5-free`
- `mac-6``vllm/Qwen3.5-27B` via `http://100.64.0.5:8000/v1`
- `mac-7``vllm/Qwen3.5-27B` via `http://100.64.0.5:8000/v1`
## 验证记录
- `mac-5` 上 direct `opencode` 与 ACP 最小测试已通过 `opencode/minimax-m2.5-free`
-`mac-6` / `mac-7` 实测 `http://100.64.0.5:8000/v1/models`,可见模型:
- `Qwen3.5-27B`
- 已将 `mac-6` / `mac-7``~/.config/opencode/opencode.json` 更新为 `vllm` provider 配置
- `mac-6` ACP 最小测试结果:`MAC6_VLLM_ACP_OK`
- `mac-7` ACP 最小测试结果:`MAC7_VLLM_ACP_OK`
## 备注
- 这次更新针对的是 `opencode` 默认模型策略,不等于废弃原有 subagent / worker 的本地模型拓扑说明
- 后续涉及 `opencode` 默认模型时,应优先引用本日规则,而不是旧的“每机默认本地 oMLX”说法