chore(agents): unify agent description format with OhMyOpenCode attribution

This commit is contained in:
justsisyphus
2026-01-29 18:12:39 +09:00
parent a028d76144
commit 255cafa5a3
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export function createExploreAgent(model: string): AgentConfig {
return {
description:
'Contextual grep for codebases. Answers "Where is X?", "Which file has Y?", "Find the code that does Z". Fire multiple in parallel for broad searches. Specify thoroughness: "quick" for basic, "medium" for moderate, "very thorough" for comprehensive analysis.',
'Contextual grep for codebases. Answers "Where is X?", "Which file has Y?", "Find the code that does Z". Fire multiple in parallel for broad searches. Specify thoroughness: "quick" for basic, "medium" for moderate, "very thorough" for comprehensive analysis. (Explore - OhMyOpenCode)',
mode: "subagent" as const,
model,
temperature: 0.1,