fix: preserve Ollama local marker auth · openclaw/openclaw@0dd2844
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -132,11 +132,11 @@ describe("plugin activation boundary", () => {
|
132 | 132 | const staticNormalize = { allowPluginNormalization: false }; |
133 | 133 | expect(normalizeModelRef("google", "gemini-3.1-pro", staticNormalize)).toEqual({ |
134 | 134 | provider: "google", |
135 | | -model: "gemini-3.1-pro", |
| 135 | +model: "gemini-3.1-pro-preview", |
136 | 136 | }); |
137 | 137 | expect(normalizeModelRef("xai", "grok-4-fast-reasoning", staticNormalize)).toEqual({ |
138 | 138 | provider: "xai", |
139 | | -model: "grok-4-fast-reasoning", |
| 139 | +model: "grok-4-fast", |
140 | 140 | }); |
141 | 141 | expect(loadBundledPluginPublicSurfaceModuleSync).not.toHaveBeenCalled(); |
142 | 142 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。