diff options
| author | Dax Raad <[email protected]> | 2025-11-29 16:40:08 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-29 16:40:15 -0500 |
| commit | a262508fb87c6bdd4074f7941bd300c7ddd40bc0 (patch) | |
| tree | 2c9846624f8e1bbf3b2afe9f8f5ca4420529afd8 /packages | |
| parent | 80ff24b65a9ba0bec4b4ec56db8accafbc5b28f7 (diff) | |
| download | opencode-a262508fb87c6bdd4074f7941bd300c7ddd40bc0.tar.gz opencode-a262508fb87c6bdd4074f7941bd300c7ddd40bc0.zip | |
core: clarify general agent can execute multiple parallel tasks
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/src/agent/agent.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/opencode/src/agent/agent.ts b/packages/opencode/src/agent/agent.ts index 234b99b3e..b901b95c2 100644 --- a/packages/opencode/src/agent/agent.ts +++ b/packages/opencode/src/agent/agent.ts @@ -102,8 +102,7 @@ export namespace Agent { const result: Record<string, Info> = { general: { name: "general", - description: - "General-purpose agent for researching complex questions, searching for code, and executing multi-step tasks. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries use this agent to perform the search for you.", + description: `General-purpose agent for researching complex questions and executing multi-step tasks. Use this agent to execute multiple units of work in parallel.`, tools: { todoread: false, todowrite: false, |
