fix(tests): update snapshots and positional arg indices for athena/council-member params
- Regenerate model-fallback snapshots to include athena agent config - Fix createBuiltinAgents positional arg index for disableOmoEnv (shifted from index 12 to 13 by new councilConfig param) - Fix utils.test.ts, config-handler.test.ts arg positions
This commit is contained in:
parent
45a850afc0
commit
312eedfd8d
@ -753,6 +753,7 @@ describe("Hephaestus environment context toggle", () => {
|
|||||||
undefined,
|
undefined,
|
||||||
undefined,
|
undefined,
|
||||||
undefined,
|
undefined,
|
||||||
|
undefined,
|
||||||
disableFlag
|
disableFlag
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -812,6 +813,7 @@ describe("Sisyphus and Librarian environment context toggle", () => {
|
|||||||
undefined,
|
undefined,
|
||||||
undefined,
|
undefined,
|
||||||
undefined,
|
undefined,
|
||||||
|
undefined,
|
||||||
disableFlag
|
disableFlag
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -871,6 +873,7 @@ describe("Atlas is unaffected by environment context toggle", () => {
|
|||||||
undefined,
|
undefined,
|
||||||
undefined,
|
undefined,
|
||||||
undefined,
|
undefined,
|
||||||
|
undefined,
|
||||||
false
|
false
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -887,6 +890,7 @@ describe("Atlas is unaffected by environment context toggle", () => {
|
|||||||
undefined,
|
undefined,
|
||||||
undefined,
|
undefined,
|
||||||
undefined,
|
undefined,
|
||||||
|
undefined,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -4,15 +4,9 @@ exports[`generateModelConfig no providers available returns ULTIMATE_FALLBACK fo
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "opencode/glm-4.7-free",
|
"model": "opencode/glm-4.7-free",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/glm-4.7-free",
|
"model": "opencode/glm-4.7-free",
|
||||||
},
|
},
|
||||||
@ -71,16 +65,9 @@ exports[`generateModelConfig single native provider uses Claude models when only
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "anthropic/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "anthropic/claude-sonnet-4-5",
|
"model": "anthropic/claude-sonnet-4-5",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "anthropic/claude-haiku-4-5",
|
"model": "anthropic/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -140,16 +127,9 @@ exports[`generateModelConfig single native provider uses Claude models with isMa
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "anthropic/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "anthropic/claude-sonnet-4-5",
|
"model": "anthropic/claude-sonnet-4-5",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "anthropic/claude-haiku-4-5",
|
"model": "anthropic/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -210,16 +190,9 @@ exports[`generateModelConfig single native provider uses OpenAI models when only
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "openai/gpt-5.2",
|
|
||||||
"variant": "high",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "openai/gpt-5.2",
|
"model": "openai/gpt-5.2",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/gpt-5-nano",
|
"model": "opencode/gpt-5-nano",
|
||||||
},
|
},
|
||||||
@ -284,16 +257,9 @@ exports[`generateModelConfig single native provider uses OpenAI models with isMa
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "openai/gpt-5.2",
|
|
||||||
"variant": "high",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "openai/gpt-5.2",
|
"model": "openai/gpt-5.2",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/gpt-5-nano",
|
"model": "opencode/gpt-5-nano",
|
||||||
},
|
},
|
||||||
@ -358,16 +324,9 @@ exports[`generateModelConfig single native provider uses Gemini models when only
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "google/gemini-3-pro",
|
|
||||||
"variant": "high",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "google/gemini-3-pro-preview",
|
"model": "google/gemini-3-pro-preview",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/gpt-5-nano",
|
"model": "opencode/gpt-5-nano",
|
||||||
},
|
},
|
||||||
@ -426,16 +385,9 @@ exports[`generateModelConfig single native provider uses Gemini models with isMa
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "google/gemini-3-pro",
|
|
||||||
"variant": "high",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "google/gemini-3-pro-preview",
|
"model": "google/gemini-3-pro-preview",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/gpt-5-nano",
|
"model": "opencode/gpt-5-nano",
|
||||||
},
|
},
|
||||||
@ -511,15 +463,10 @@ exports[`generateModelConfig all native providers uses preferred models from fal
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"model": "anthropic/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
},
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "anthropic/claude-sonnet-4-5",
|
"model": "anthropic/claude-sonnet-4-5",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "anthropic/claude-haiku-4-5",
|
"model": "anthropic/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -608,15 +555,10 @@ exports[`generateModelConfig all native providers uses preferred models with isM
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"model": "anthropic/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
},
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "anthropic/claude-sonnet-4-5",
|
"model": "anthropic/claude-sonnet-4-5",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "anthropic/claude-haiku-4-5",
|
"model": "anthropic/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -689,16 +631,9 @@ exports[`generateModelConfig fallback providers uses OpenCode Zen models when on
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "opencode/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "opencode/kimi-k2.5-free",
|
"model": "opencode/kimi-k2.5-free",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/gpt-5-nano",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/claude-haiku-4-5",
|
"model": "opencode/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -770,16 +705,9 @@ exports[`generateModelConfig fallback providers uses OpenCode Zen models with is
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "opencode/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "opencode/kimi-k2.5-free",
|
"model": "opencode/kimi-k2.5-free",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/gpt-5-nano",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/claude-haiku-4-5",
|
"model": "opencode/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -852,16 +780,9 @@ 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": {
|
||||||
"athena": {
|
|
||||||
"model": "github-copilot/claude-opus-4.6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "github-copilot/claude-sonnet-4.5",
|
"model": "github-copilot/claude-sonnet-4.5",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "github-copilot/gpt-5-mini",
|
"model": "github-copilot/gpt-5-mini",
|
||||||
},
|
},
|
||||||
@ -933,16 +854,9 @@ 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": {
|
||||||
"athena": {
|
|
||||||
"model": "github-copilot/claude-opus-4.6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "github-copilot/claude-sonnet-4.5",
|
"model": "github-copilot/claude-sonnet-4.5",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "github-copilot/gpt-5-mini",
|
"model": "github-copilot/gpt-5-mini",
|
||||||
},
|
},
|
||||||
@ -1015,15 +929,9 @@ exports[`generateModelConfig fallback providers uses ZAI model for librarian whe
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "zai-coding-plan/glm-4.7",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "opencode/glm-4.7-free",
|
"model": "opencode/glm-4.7-free",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/gpt-5-nano",
|
"model": "opencode/gpt-5-nano",
|
||||||
},
|
},
|
||||||
@ -1076,15 +984,9 @@ exports[`generateModelConfig fallback providers uses ZAI model for librarian wit
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "zai-coding-plan/glm-4.7",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "opencode/glm-4.7-free",
|
"model": "opencode/glm-4.7-free",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/gpt-5-nano",
|
"model": "opencode/gpt-5-nano",
|
||||||
},
|
},
|
||||||
@ -1137,16 +1039,9 @@ exports[`generateModelConfig mixed provider scenarios uses Claude + OpenCode Zen
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "anthropic/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "opencode/kimi-k2.5-free",
|
"model": "opencode/kimi-k2.5-free",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/gpt-5-nano",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "anthropic/claude-haiku-4-5",
|
"model": "anthropic/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -1218,16 +1113,9 @@ 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": {
|
||||||
"athena": {
|
|
||||||
"model": "github-copilot/claude-opus-4.6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "github-copilot/claude-sonnet-4.5",
|
"model": "github-copilot/claude-sonnet-4.5",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "github-copilot/gpt-5-mini",
|
"model": "github-copilot/gpt-5-mini",
|
||||||
},
|
},
|
||||||
@ -1299,16 +1187,9 @@ exports[`generateModelConfig mixed provider scenarios uses Claude + ZAI combinat
|
|||||||
{
|
{
|
||||||
"$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": {
|
||||||
"athena": {
|
|
||||||
"model": "anthropic/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "anthropic/claude-sonnet-4-5",
|
"model": "anthropic/claude-sonnet-4-5",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "anthropic/claude-haiku-4-5",
|
"model": "anthropic/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -1380,15 +1261,10 @@ exports[`generateModelConfig mixed provider scenarios uses Gemini + Claude combi
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"model": "anthropic/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
},
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "anthropic/claude-sonnet-4-5",
|
"model": "anthropic/claude-sonnet-4-5",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/big-pickle",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "anthropic/claude-haiku-4-5",
|
"model": "anthropic/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -1452,16 +1328,9 @@ 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": {
|
||||||
"athena": {
|
|
||||||
"model": "github-copilot/claude-opus-4.6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "opencode/kimi-k2.5-free",
|
"model": "opencode/kimi-k2.5-free",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/gpt-5-nano",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "opencode/claude-haiku-4-5",
|
"model": "opencode/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -1550,15 +1419,10 @@ exports[`generateModelConfig mixed provider scenarios uses all providers togethe
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"model": "anthropic/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
},
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "opencode/kimi-k2.5-free",
|
"model": "opencode/kimi-k2.5-free",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/gpt-5-nano",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "anthropic/claude-haiku-4-5",
|
"model": "anthropic/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
@ -1647,15 +1511,10 @@ exports[`generateModelConfig mixed provider scenarios uses all providers with is
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"model": "anthropic/claude-opus-4-6",
|
|
||||||
"variant": "max",
|
|
||||||
},
|
},
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "opencode/kimi-k2.5-free",
|
"model": "opencode/kimi-k2.5-free",
|
||||||
},
|
},
|
||||||
"council-member": {
|
|
||||||
"model": "opencode/gpt-5-nano",
|
|
||||||
},
|
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "anthropic/claude-haiku-4-5",
|
"model": "anthropic/claude-haiku-4-5",
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1310,7 +1310,7 @@ describe("disable_omo_env pass-through", () => {
|
|||||||
const lastCall =
|
const lastCall =
|
||||||
createBuiltinAgentsMock.mock.calls[createBuiltinAgentsMock.mock.calls.length - 1]
|
createBuiltinAgentsMock.mock.calls[createBuiltinAgentsMock.mock.calls.length - 1]
|
||||||
expect(lastCall).toBeDefined()
|
expect(lastCall).toBeDefined()
|
||||||
expect(lastCall?.[12]).toBe(true)
|
expect(lastCall?.[13]).toBe(true)
|
||||||
})
|
})
|
||||||
|
|
||||||
test("passes disable_omo_env=false to createBuiltinAgents when omitted", async () => {
|
test("passes disable_omo_env=false to createBuiltinAgents when omitted", async () => {
|
||||||
@ -1344,6 +1344,6 @@ describe("disable_omo_env pass-through", () => {
|
|||||||
const lastCall =
|
const lastCall =
|
||||||
createBuiltinAgentsMock.mock.calls[createBuiltinAgentsMock.mock.calls.length - 1]
|
createBuiltinAgentsMock.mock.calls[createBuiltinAgentsMock.mock.calls.length - 1]
|
||||||
expect(lastCall).toBeDefined()
|
expect(lastCall).toBeDefined()
|
||||||
expect(lastCall?.[12]).toBe(false)
|
expect(lastCall?.[13]).toBe(false)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user