forked from agents/opencode
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8400b997b7 | |||
| b3df515775 | |||
| d9f89b3b28 | |||
| cdabb9fd16 | |||
| caf20d861d | |||
| b4569fa6a9 | |||
| db8880c833 | |||
| 681d8340cb |
5
AGENTS.md
Normal file
5
AGENTS.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# AGENTS.md
|
||||||
|
|
||||||
|
- Always reply in Simplified Chinese by default.
|
||||||
|
- Use English only if the user explicitly asks for it.
|
||||||
|
- Keep code, commands, file paths, logs, and identifiers unchanged.
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
|
||||||
"agents": {
|
|
||||||
"sisyphus": { "model": "openai/gpt-5.3-codex", "variant": "high" },
|
|
||||||
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "high" },
|
|
||||||
"oracle": { "model": "openai/gpt-5.2", "variant": "high" },
|
|
||||||
"librarian": { "model": "openai/gpt-5.2", "variant": "medium" },
|
|
||||||
"explore": { "model": "openai/gpt-5.1-codex-mini" },
|
|
||||||
"multimodal-looker": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
|
||||||
"prometheus": { "model": "openai/gpt-5.2", "variant": "high" },
|
|
||||||
"metis": { "model": "openai/gpt-5.2", "variant": "high" },
|
|
||||||
"momus": { "model": "openai/gpt-5.2", "variant": "high" },
|
|
||||||
"atlas": { "model": "openai/gpt-5.2", "variant": "medium" }
|
|
||||||
},
|
|
||||||
"categories": {
|
|
||||||
"visual-engineering": { "model": "openai/gpt-5.3-codex", "variant": "high" },
|
|
||||||
"ultrabrain": { "model": "openai/gpt-5.3-codex", "variant": "xhigh" },
|
|
||||||
"deep": { "model": "openai/gpt-5.3-codex", "variant": "high" },
|
|
||||||
"artistry": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
|
||||||
"quick": { "model": "openai/gpt-5.1-codex-mini" },
|
|
||||||
"unspecified-low": { "model": "openai/gpt-5.2", "variant": "medium" },
|
|
||||||
"unspecified-high": { "model": "openai/gpt-5.3-codex", "variant": "high" },
|
|
||||||
"writing": { "model": "openai/gpt-5.2", "variant": "medium" }
|
|
||||||
},
|
|
||||||
"git_master": {
|
|
||||||
"commit_footer": false,
|
|
||||||
"include_co_authored_by": false
|
|
||||||
},
|
|
||||||
"experimental": {
|
|
||||||
"dynamic_context_pruning": {
|
|
||||||
"enabled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
35
oh-my-opencode.jsonc
Normal file
35
oh-my-opencode.jsonc
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||||
|
"agents": {
|
||||||
|
"sisyphus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||||
|
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||||
|
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||||
|
"librarian": { "model": "openai/gpt-5.4-mini" },
|
||||||
|
"explore": { "model": "openai/gpt-5.4-mini" },
|
||||||
|
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||||
|
"prometheus": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||||
|
"metis": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||||
|
"momus": { "model": "openai/gpt-5.4", "variant": "xhigh" },
|
||||||
|
"atlas": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||||
|
"sisyphus-junior": { "model": "openai/gpt-5.4", "variant": "medium" }
|
||||||
|
},
|
||||||
|
"categories": {
|
||||||
|
"visual-engineering": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||||
|
"ultrabrain": { "model": "openai/gpt-5.3-codex", "variant": "xhigh" },
|
||||||
|
"deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||||
|
"artistry": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||||
|
"quick": { "model": "openai/gpt-5.4-mini" },
|
||||||
|
"unspecified-low": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||||
|
"unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||||
|
"writing": { "model": "openai/gpt-5.4", "variant": "medium" }
|
||||||
|
},
|
||||||
|
"experimental": {
|
||||||
|
"dynamic_context_pruning": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"git_master": {
|
||||||
|
"commit_footer": false,
|
||||||
|
"include_co_authored_by": false
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,13 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"autoupdate": false,
|
|
||||||
"model": "openai/gpt-5.3-codex",
|
|
||||||
"small_model": "openai/gpt-5.1-codex-mini",
|
|
||||||
"experimental": {
|
|
||||||
"disable_paste_summary": true
|
|
||||||
},
|
|
||||||
"plugin": ["oh-my-opencode@latest"],
|
"plugin": ["oh-my-opencode@latest"],
|
||||||
"disabled_providers": ["opencode"],
|
"autoupdate": false,
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"small_model": "openai/gpt-5.4-mini",
|
||||||
"provider": {
|
"provider": {
|
||||||
"openai": {
|
"openai": {
|
||||||
"npm": "@ai-sdk/openai",
|
"npm": "@ai-sdk/openai",
|
||||||
@@ -16,11 +12,11 @@
|
|||||||
"apiKey": "{env:LITELLM_API_KEY}"
|
"apiKey": "{env:LITELLM_API_KEY}"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"gpt-5.2": {
|
"gpt-5.4": {
|
||||||
"name": "GPT-5.2",
|
"name": "GPT-5.4",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
||||||
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
"limit": { "context": 1050000, "input": 922000, "output": 128000 }
|
||||||
},
|
},
|
||||||
"gpt-5.3-codex": {
|
"gpt-5.3-codex": {
|
||||||
"name": "GPT-5.3-Codex",
|
"name": "GPT-5.3-Codex",
|
||||||
@@ -28,13 +24,16 @@
|
|||||||
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
|
||||||
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
||||||
},
|
},
|
||||||
"gpt-5.1-codex-mini": {
|
"gpt-5.4-mini": {
|
||||||
"name": "GPT-5.1-Codex-Mini",
|
"name": "GPT-5.4 mini",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
"modalities": { "input": ["text", "image"], "output": ["text"] },
|
||||||
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"experimental": {
|
||||||
|
"disable_paste_summary": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user