fix: skip stale opencode live file probes · openclaw/openclaw@4df0d55
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -91,7 +91,13 @@ describe("live model turn probes", () => {
|
91 | 91 | expect(shouldSkipLiveModelFileProbe({ provider: "google", id: "gemini-3-pro-preview" })).toBe( |
92 | 92 | true, |
93 | 93 | ); |
| 94 | +expect(shouldSkipLiveModelFileProbe({ provider: "opencode-go", id: "mimo-v2-omni" })).toBe( |
| 95 | +true, |
| 96 | +); |
94 | 97 | expect(shouldSkipLiveModelFileProbe({ provider: "opencode-go", id: "mimo-v2-pro" })).toBe(true); |
| 98 | +expect(shouldSkipLiveModelFileProbe({ provider: "opencode-go", id: "minimax-m2.5" })).toBe( |
| 99 | +true, |
| 100 | +); |
95 | 101 | expect(shouldSkipLiveModelFileProbe({ provider: "opencode-go", id: "kimi-k2.5" })).toBe(false); |
96 | 102 | }); |
97 | 103 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。