summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/agents.mdx
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-10-03 13:46:56 -0400
committerJay V <[email protected]>2025-10-03 13:46:56 -0400
commit6378e6c06f3296ec8fdea13271c092e9830401ea (patch)
treed6528e50dc69ad9fef94be3f0bf9d97b3f5c0d14 /packages/web/src/content/docs/agents.mdx
parent4159db4549efd9d598543a8030ed1fe80e56b3a9 (diff)
downloadopencode-6378e6c06f3296ec8fdea13271c092e9830401ea.tar.gz
opencode-6378e6c06f3296ec8fdea13271c092e9830401ea.zip
docs: rename opencode to OpenCode
Diffstat (limited to 'packages/web/src/content/docs/agents.mdx')
-rw-r--r--packages/web/src/content/docs/agents.mdx12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx
index 3c7bb93af..82d3c8ccb 100644
--- a/packages/web/src/content/docs/agents.mdx
+++ b/packages/web/src/content/docs/agents.mdx
@@ -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.
---