diff options
| author | Dax Raad <[email protected]> | 2025-11-28 21:47:39 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-28 21:47:45 -0500 |
| commit | d80880350d47e208a5d3739e5ec37a064f3aad66 (patch) | |
| tree | 67c69f169a933be081092863d88348cef2329e0a | |
| parent | b693ed0dbde9c357f85b088a9c84a68e4817cef0 (diff) | |
| download | opencode-d80880350d47e208a5d3739e5ec37a064f3aad66.tar.gz opencode-d80880350d47e208a5d3739e5ec37a064f3aad66.zip | |
core: improve explore agent description to clarify tool availability
| -rw-r--r-- | packages/opencode/src/agent/agent.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/agent/agent.ts b/packages/opencode/src/agent/agent.ts index cee7ddef2..234b99b3e 100644 --- a/packages/opencode/src/agent/agent.ts +++ b/packages/opencode/src/agent/agent.ts @@ -123,7 +123,7 @@ export namespace Agent { write: false, ...defaultTools, }, - description: `Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components/**/*.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness level: "quick" for basic searches, "medium" for moderate exploration, or "very thorough" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)`, + description: `Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components/**/*.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness level: "quick" for basic searches, "medium" for moderate exploration, or "very thorough" for comprehensive analysis across multiple locations and naming conventions.`, prompt: [ `You are a file search specialist. You excel at thoroughly navigating and exploring codebases.`, ``, |
