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
@@ -30,7 +30,7 @@ export function createLibrarianAgent(model: string): AgentConfig {
return {
description:
"Specialized codebase understanding agent for multi-repository analysis, searching remote codebases, retrieving official documentation, and finding implementation examples using GitHub CLI, Context7, and Web Search. MUST BE USED when users ask to look up code in remote repositories, explain library internals, or find usage examples in open source.",
"Specialized codebase understanding agent for multi-repository analysis, searching remote codebases, retrieving official documentation, and finding implementation examples using GitHub CLI, Context7, and Web Search. MUST BE USED when users ask to look up code in remote repositories, explain library internals, or find usage examples in open source. (Librarian - OhMyOpenCode)",
mode: "subagent" as const,
model,
temperature: 0.1,