docs: align GPT-5.5 model references

This commit is contained in:
ilseob lee
2026-04-28 08:44:34 +09:00
committed by YeonGyu-Kim
parent 44216a538e
commit 766cdaf893
11 changed files with 183 additions and 116 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
// Heavy lifter: maximum autonomy for coding tasks
"hephaestus": {
"model": "openai/gpt-5.4",
"model": "openai/gpt-5.5",
"prompt_append": "You are the primary implementation agent. Own the codebase. Explore, decide, execute. Use LSP and AST-grep aggressively.",
"permission": { "edit": "allow", "bash": { "git": "allow", "test": "allow" } },
},
@@ -26,7 +26,7 @@
},
// Debugging and architecture
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"oracle": { "model": "openai/gpt-5.5", "variant": "high" },
// Fast docs lookup
"librarian": { "model": "github-copilot/grok-code-fast-1" },
@@ -64,10 +64,10 @@
"visual-engineering": { "model": "google/gemini-3.1-pro", "variant": "high" },
// Deep autonomous work
"deep": { "model": "openai/gpt-5.4" },
"deep": { "model": "openai/gpt-5.5" },
// Architecture decisions
"ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" },
"ultrabrain": { "model": "openai/gpt-5.5", "variant": "xhigh" },
},
// High concurrency for parallel agent work