



























@@ -298,7 +298,7 @@ describe("modelsAuthLoginCommand", () => {
298298},
299299},
300300],
301-defaultModel: "openai-codex/gpt-5.5",
301+defaultModel: "openai/gpt-5.5",
302302});
303303mocks.resolvePluginProviders.mockReturnValue([
304304createProvider({
@@ -365,7 +365,7 @@ describe("modelsAuthLoginCommand", () => {
365365"Auth profile: openai-codex:user@example.com (openai-codex/oauth)",
366366);
367367expect(runtime.log).toHaveBeenCalledWith(
368-"Default model available: openai-codex/gpt-5.5 (use --set-default to apply)",
368+"Default model available: openai/gpt-5.5 (use --set-default to apply)",
369369);
370370expect(runtime.log).toHaveBeenCalledWith(
371371"Tip: Codex-capable models can use native Codex web search. Enable it with openclaw configure --section web (recommended mode: cached). Docs: https://docs.openclaw.ai/tools/web",
@@ -585,7 +585,7 @@ describe("modelsAuthLoginCommand", () => {
585585"anthropic/claude-sonnet-4-6": { alias: "sonnet" },
586586"anthropic/claude-opus-4-6": { alias: "opus" },
587587"moonshot/kimi-k2.5": { alias: "kimi" },
588-"openai-codex/gpt-5.5": { alias: "gpt55" },
588+"openai/gpt-5.5": { alias: "gpt55" },
589589};
590590currentConfig = { agents: { defaults: { models: existingModels } } };
591591runProviderAuth.mockResolvedValue({
@@ -602,8 +602,8 @@ describe("modelsAuthLoginCommand", () => {
602602},
603603},
604604],
605-configPatch: { agents: { defaults: { models: { "openai-codex/gpt-5.5": {} } } } },
606-defaultModel: "openai-codex/gpt-5.5",
605+configPatch: { agents: { defaults: { models: { "openai/gpt-5.5": {} } } } },
606+defaultModel: "openai/gpt-5.5",
607607});
608608609609await modelsAuthLoginCommand({ provider: "openai-codex" }, runtime);
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。