test_clone_prj_1 / .opencode /oh-my-opencode.jsonc
airsltd's picture
Update .opencode/oh-my-opencode.jsonc
2bf3832 verified
{
"agents": {
"Sisyphus": {
"model": "OpenCode Zen/Big Pickle",
"description": "默认 Agent. A powerful AI orchestrator for OpenCode. Plans, delegates, and executes complex tasks using specialized subagents with aggressive parallel execution."
},
"oracle": {
"model": "OpenCode Zen/Big Pickle",
"description": "Architecture, code review, strategy. Uses GPT-5.2 for its stellar logical reasoning and deep analysis."
},
"librarian": {
"model": "OpenCode Zen/Big Pickle",
"description": "Multi-repo analysis, doc lookup, implementation examples. Uses GLM-4.7 Free for deep codebase understanding."
},
"explore": {
"model": "OpenCode Zen/Big Pickle",
"description": "Fast codebase exploration and pattern matching. Uses Grok for blazing fast code exploration."
},
"frontend-ui-ux-engineer": {
"model": "OpenCode Zen/Big Pickle",
"description": "A designer turned developer. Builds gorgeous UIs. Gemini excels at creative, beautiful UI code."
},
"document-writer": {
"model": "OpenCode Zen/Big Pickle",
"description": "Technical writing expert. Gemini is a wordsmith—writes prose that flows."
},
"multimodal-looker": {
"model": "OpenCode Zen/Big Pickle",
"description": "Visual content specialist. Analyzes PDFs, images, diagrams to extract information."
},
"Prometheus (Planner)": {
"model": "OpenCode Zen/Big Pickle",
"description": "Planning and strategy agent. Uses Big Pickle for comprehensive planning and task organization."
},
"orchestrator-sisyphus": {
"model": "OpenCode Zen/Big Pickle",
"description": "Orchestrates work via sisyphus_task() to complete ALL tasks in a todo list until fully done"
}
},
"background_tasks": {
"enabled": true,
"max_concurrent": 3
},
"todo_enforcement": {
"enabled": true,
"auto_continue": true
},
"comment_checker": {
"enabled": true,
"minimize_comments": true
},
"lsp_tools": {
"enabled": true,
"ast_grep": true,
"refactoring": true
},
"mcp": {
"enabled": true,
"builtin": {
"websearch": true,
"context7": true,
"grep_app": true
}
},
"skills": {
"enabled": true,
"builtin": {
"playwright": true
},
"custom": {
"opencode-env-generator": {
"enabled": true,
"auto_execute": true,
"triggers": [
"server-start",
"connection-established"
]
}
}
},
"permission": {
"skill": {
"*": "allow",
"opencode-server-info": "allow"
}
},
"claude_code": {
"compatibility": true,
"hooks": true,
"commands": true,
"skills": true,
"agents": true,
"mcp": true
}
}