docs: rename opencode to OpenCode

This commit is contained in:
Jay V
2025-10-03 13:46:56 -04:00
parent 4159db4549
commit 6378e6c06f
19 changed files with 133 additions and 133 deletions

View File

@@ -15,7 +15,7 @@ You can switch between agents during a session or invoke them with the `@` menti
## Types
There are two types of agents in opencode; primary agents and subagents.
There are two types of agents in OpenCode; primary agents and subagents.
---
@@ -27,7 +27,7 @@ Primary agents are the main assistants you interact with directly. You can cycle
You can use the **Tab** key to switch between primary agents during a session.
:::
opencode comes with two built-in primary agents, **Build** and **Plan**. We'll
OpenCode comes with two built-in primary agents, **Build** and **Plan**. We'll
look at these below.
---
@@ -36,13 +36,13 @@ look at these below.
Subagents are specialized assistants that primary agents can invoke for specific tasks. You can also manually invoke them by **@ mentioning** them in your messages.
opencode comes with one built-in subagent, **General**. We'll look at this below.
OpenCode comes with one built-in subagent, **General**. We'll look at this below.
---
## Built-in
opencode comes with two built-in primary agents and one built-in subagent.
OpenCode comes with two built-in primary agents and one built-in subagent.
---
@@ -245,7 +245,7 @@ Temperature values typically range from 0.0 to 1.0:
}
```
If no temperature is specified, opencode uses model-specific defaults; typically 0 for most models, 0.55 for Qwen models.
If no temperature is specified, OpenCode uses model-specific defaults; typically 0 for most models, 0.55 for Qwen models.
---
@@ -279,7 +279,7 @@ Specify a custom system prompt file for this agent with the `prompt` config. The
}
```
This path is relative to where the config file is located. So this works for both the global opencode config and the project specific config.
This path is relative to where the config file is located. So this works for both the global OpenCode config and the project specific config.
---