change wrong model name

yes this is ai slop
This commit is contained in:
YeonGyu-Kim
2025-12-13 19:20:26 +09:00
parent 098d023dba
commit 9575a4b5c0

View File

@@ -4,7 +4,7 @@ export const librarianAgent: AgentConfig = {
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.",
mode: "subagent",
model: "anthropic/claude-sonnet-4",
model: "anthropic/claude-sonnet-4-5",
temperature: 0.1,
tools: { write: false, edit: false },
prompt: `# THE LIBRARIAN