You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Available agents: `oracle`, `librarian`, `explore`, `frontend-ui-ux-engineer`, `document-writer`
146
-
147
-
### Agent Configuration
148
-
149
-
You can override any built-in agent's model, prompt, permissions, and more using the `agents` option. Configuration uses autocomplete via schema.
150
-
151
-
For full configuration options and examples, see the [OpenCode Agents documentation](https://opencode.ai/docs/agents).
152
-
153
110
## Why OpenCode & Why Oh My OpenCode
154
111
155
112
OpenCode is limitlessly extensible and customizable. Zero screen flicker.
@@ -185,23 +142,7 @@ I believe in the right tool for the job. For your wallet's sake, use CLIProxyAPI
185
142
-**frontend-ui-ux-engineer** (`google/gemini-3-pro-preview`): A designer turned developer. Creates stunning UIs. Uses Gemini because its creativity and UI code generation are superior.
186
143
-**document-writer** (`google/gemini-3-pro-preview`): A technical writing expert. Gemini is a wordsmith; it writes prose that flows naturally.
187
144
188
-
#### Configuration
189
-
190
-
Agents follow the same configuration spec as OpenCode:
191
-
192
-
-**Change models**: Override any agent's model via `agents.{name}.model`. See [OpenCode Models](https://opencode.ai/docs/models/#configure-models).
193
-
-**Disable agents**: Use `disabled_agents` or `agents.{name}.disable`. See [OpenCode Agents](https://opencode.ai/docs/agents).
194
-
195
-
While not generally recommended (this plugin is designed for multi-model orchestration), here's an example for Anthropic-only users:
Agent models, prompts, and permissions can be customized via `oh-my-opencode.json`. See [Configuration](#configuration) for details.
205
146
206
147
### Tools
207
148
@@ -238,10 +179,90 @@ While not generally recommended (this plugin is designed for multi-model orchest
238
179
-**websearch_exa**: Exa AI web search. Performs real-time web searches and can scrape content from specific URLs. Returns LLM-optimized context from relevant websites.
239
180
-**context7**: Library documentation lookup. Fetches up-to-date documentation for any library to assist with accurate coding.
240
181
182
+
Don't need these? Disable them via `oh-my-opencode.json`:
183
+
184
+
```json
185
+
{
186
+
"disabled_mcps": ["websearch_exa"]
187
+
}
188
+
```
189
+
241
190
### Other Features
242
191
243
192
-**Terminal Title**: Auto-updates terminal title with session status (idle ○, processing ◐, tool ⚡, error ✖). Supports tmux.
0 commit comments