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
OpenCode includes two built-in agents you can switch between with the `Tab` key.
97
97
98
-
-**build** - Default, fullaccess agent for development work
98
+
-**build** - Default, full-access agent for development work
99
99
-**plan** - Read-only agent for analysis and code exploration
100
100
- Denies file edits by default
101
101
- Asks permission before running bash commands
102
102
- Ideal for exploring unfamiliar codebases or planning changes
103
103
104
-
Also, included is a **general** subagent for complex searches and multistep tasks.
104
+
Also included is a **general** subagent for complex searches and multistep tasks.
105
105
This is used internally and can be invoked using `@general` in messages.
106
106
107
107
Learn more about [agents](https://opencode.ai/docs/agents).
108
108
109
109
### Documentation
110
110
111
-
For more info on how to configure OpenCode [**head over to our docs**](https://opencode.ai/docs).
111
+
For more info on how to configure OpenCode,[**head over to our docs**](https://opencode.ai/docs).
112
112
113
113
### Contributing
114
114
115
115
If you're interested in contributing to OpenCode, please read our [contributing docs](./CONTRIBUTING.md) before submitting a pull request.
116
116
117
117
### Building on OpenCode
118
118
119
-
If you are working on a project that's related to OpenCode and is using "opencode" as a part of its name; for example, "opencode-dashboard" or "opencode-mobile", please add a note to your README to clarify that it is not built by the OpenCode team and is not affiliated with us in any way.
119
+
If you are working on a project that's related to OpenCode and is using "opencode" as part of its name, for example "opencode-dashboard" or "opencode-mobile", please add a note to your README to clarify that it is not built by the OpenCode team and is not affiliated with us in any way.
120
120
121
121
### FAQ
122
122
@@ -125,10 +125,10 @@ If you are working on a project that's related to OpenCode and is using "opencod
125
125
It's very similar to Claude Code in terms of capability. Here are the key differences:
126
126
127
127
- 100% open source
128
-
- Not coupled to any provider. Although we recommend the models we provide through [OpenCode Zen](https://opencode.ai/zen); OpenCode can be used with Claude, OpenAI, Google or even local models. As models evolve the gaps between them will close and pricing will drop so being provider-agnostic is important.
129
-
- Out of thebox LSP support
128
+
- Not coupled to any provider. Although we recommend the models we provide through [OpenCode Zen](https://opencode.ai/zen), OpenCode can be used with Claude, OpenAI, Google, or even local models. As models evolve, the gaps between them will close and pricing will drop, so being provider-agnostic is important.
129
+
- Out-of-the-box LSP support
130
130
- A focus on TUI. OpenCode is built by neovim users and the creators of [terminal.shop](https://terminal.shop); we are going to push the limits of what's possible in the terminal.
131
-
- A client/server architecture. This for example can allow OpenCode to run on your computer, while you can drive it remotely from a mobile app. Meaning that the TUI frontend is just one of the possible clients.
131
+
- A client/server architecture. This, for example, can allow OpenCode to run on your computer while you drive it remotely from a mobile app, meaning that the TUI frontend is just one of the possible clients.
0 commit comments