fix(test): update model-fallback snapshots for github-copilot model naming

This commit is contained in:
justsisyphus 2026-01-23 02:27:52 +09:00
parent 6e84a14f20
commit 8df56794ca

View File

@ -702,10 +702,10 @@ exports[`generateModelConfig fallback providers uses GitHub Copilot models when
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"Atlas": { "Atlas": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"Metis (Plan Consultant)": { "Metis (Plan Consultant)": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"Momus (Plan Reviewer)": { "Momus (Plan Reviewer)": {
@ -713,17 +713,17 @@ exports[`generateModelConfig fallback providers uses GitHub Copilot models when
"variant": "medium", "variant": "medium",
}, },
"Prometheus (Planner)": { "Prometheus (Planner)": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"Sisyphus": { "Sisyphus": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"explore": { "explore": {
"model": "opencode/grok-code", "model": "opencode/grok-code",
}, },
"librarian": { "librarian": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"multimodal-looker": { "multimodal-looker": {
"model": "github-copilot/gemini-3-flash-preview", "model": "github-copilot/gemini-3-flash-preview",
@ -739,17 +739,17 @@ exports[`generateModelConfig fallback providers uses GitHub Copilot models when
"variant": "max", "variant": "max",
}, },
"quick": { "quick": {
"model": "github-copilot/claude-haiku-4-5", "model": "github-copilot/claude-haiku-4.5",
}, },
"ultrabrain": { "ultrabrain": {
"model": "github-copilot/gpt-5.2-codex", "model": "github-copilot/gpt-5.2-codex",
"variant": "xhigh", "variant": "xhigh",
}, },
"unspecified-high": { "unspecified-high": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"unspecified-low": { "unspecified-low": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"visual-engineering": { "visual-engineering": {
"model": "github-copilot/gemini-3-pro-preview", "model": "github-copilot/gemini-3-pro-preview",
@ -766,10 +766,10 @@ exports[`generateModelConfig fallback providers uses GitHub Copilot models with
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"Atlas": { "Atlas": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"Metis (Plan Consultant)": { "Metis (Plan Consultant)": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"Momus (Plan Reviewer)": { "Momus (Plan Reviewer)": {
@ -777,18 +777,18 @@ exports[`generateModelConfig fallback providers uses GitHub Copilot models with
"variant": "medium", "variant": "medium",
}, },
"Prometheus (Planner)": { "Prometheus (Planner)": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"Sisyphus": { "Sisyphus": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"explore": { "explore": {
"model": "opencode/grok-code", "model": "opencode/grok-code",
}, },
"librarian": { "librarian": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"multimodal-looker": { "multimodal-looker": {
"model": "github-copilot/gemini-3-flash-preview", "model": "github-copilot/gemini-3-flash-preview",
@ -804,18 +804,18 @@ exports[`generateModelConfig fallback providers uses GitHub Copilot models with
"variant": "max", "variant": "max",
}, },
"quick": { "quick": {
"model": "github-copilot/claude-haiku-4-5", "model": "github-copilot/claude-haiku-4.5",
}, },
"ultrabrain": { "ultrabrain": {
"model": "github-copilot/gpt-5.2-codex", "model": "github-copilot/gpt-5.2-codex",
"variant": "xhigh", "variant": "xhigh",
}, },
"unspecified-high": { "unspecified-high": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"unspecified-low": { "unspecified-low": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"visual-engineering": { "visual-engineering": {
"model": "github-copilot/gemini-3-pro-preview", "model": "github-copilot/gemini-3-pro-preview",
@ -1012,10 +1012,10 @@ exports[`generateModelConfig mixed provider scenarios uses OpenAI + Copilot comb
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"Atlas": { "Atlas": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"Metis (Plan Consultant)": { "Metis (Plan Consultant)": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"Momus (Plan Reviewer)": { "Momus (Plan Reviewer)": {
@ -1023,17 +1023,17 @@ exports[`generateModelConfig mixed provider scenarios uses OpenAI + Copilot comb
"variant": "medium", "variant": "medium",
}, },
"Prometheus (Planner)": { "Prometheus (Planner)": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"Sisyphus": { "Sisyphus": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"explore": { "explore": {
"model": "opencode/grok-code", "model": "opencode/grok-code",
}, },
"librarian": { "librarian": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"multimodal-looker": { "multimodal-looker": {
"model": "github-copilot/gemini-3-flash-preview", "model": "github-copilot/gemini-3-flash-preview",
@ -1049,17 +1049,17 @@ exports[`generateModelConfig mixed provider scenarios uses OpenAI + Copilot comb
"variant": "max", "variant": "max",
}, },
"quick": { "quick": {
"model": "github-copilot/claude-haiku-4-5", "model": "github-copilot/claude-haiku-4.5",
}, },
"ultrabrain": { "ultrabrain": {
"model": "openai/gpt-5.2-codex", "model": "openai/gpt-5.2-codex",
"variant": "xhigh", "variant": "xhigh",
}, },
"unspecified-high": { "unspecified-high": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"unspecified-low": { "unspecified-low": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"visual-engineering": { "visual-engineering": {
"model": "github-copilot/gemini-3-pro-preview", "model": "github-copilot/gemini-3-pro-preview",
@ -1203,10 +1203,10 @@ exports[`generateModelConfig mixed provider scenarios uses all fallback provider
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"Atlas": { "Atlas": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"Metis (Plan Consultant)": { "Metis (Plan Consultant)": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"Momus (Plan Reviewer)": { "Momus (Plan Reviewer)": {
@ -1214,11 +1214,11 @@ exports[`generateModelConfig mixed provider scenarios uses all fallback provider
"variant": "medium", "variant": "medium",
}, },
"Prometheus (Planner)": { "Prometheus (Planner)": {
"model": "github-copilot/claude-opus-4-5", "model": "github-copilot/claude-opus-4.5",
"variant": "max", "variant": "max",
}, },
"Sisyphus": { "Sisyphus": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"explore": { "explore": {
"model": "opencode/grok-code", "model": "opencode/grok-code",
@ -1240,17 +1240,17 @@ exports[`generateModelConfig mixed provider scenarios uses all fallback provider
"variant": "max", "variant": "max",
}, },
"quick": { "quick": {
"model": "github-copilot/claude-haiku-4-5", "model": "github-copilot/claude-haiku-4.5",
}, },
"ultrabrain": { "ultrabrain": {
"model": "github-copilot/gpt-5.2-codex", "model": "github-copilot/gpt-5.2-codex",
"variant": "xhigh", "variant": "xhigh",
}, },
"unspecified-high": { "unspecified-high": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"unspecified-low": { "unspecified-low": {
"model": "github-copilot/claude-sonnet-4-5", "model": "github-copilot/claude-sonnet-4.5",
}, },
"visual-engineering": { "visual-engineering": {
"model": "github-copilot/gemini-3-pro-preview", "model": "github-copilot/gemini-3-pro-preview",