From aa244e809872f3d12e78e609f7905015b449db88 Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Sat, 24 Jan 2026 22:46:40 +0900 Subject: [PATCH] docs: fix atlas agent name case in example config --- docs/guide/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/overview.md b/docs/guide/overview.md index 1cc271084..8e9101df7 100644 --- a/docs/guide/overview.md +++ b/docs/guide/overview.md @@ -128,7 +128,7 @@ Here's a real-world config for a user with **Claude, OpenAI, Gemini, and Z.ai** "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { // Override specific agents only - rest use fallback chain - "Atlas": { "model": "anthropic/claude-sonnet-4-5", "variant": "max" }, + "atlas": { "model": "anthropic/claude-sonnet-4-5", "variant": "max" }, "librarian": { "model": "zai-coding-plan/glm-4.7" }, "explore": { "model": "opencode/gpt-5-nano" }, "multimodal-looker": { "model": "zai-coding-plan/glm-4.6v" }