From 9a1a22d1c52157e07f62acb02943b7d3b9407584 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 14 Dec 2025 17:16:42 +0900 Subject: [PATCH] chore(agents): update Librarian model to big-pickle (glm-4.6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode) --- src/agents/librarian.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/librarian.ts b/src/agents/librarian.ts index 01223f9..006f659 100644 --- a/src/agents/librarian.ts +++ b/src/agents/librarian.ts @@ -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-5", + model: "opencode/big-pickle", temperature: 0.1, tools: { write: false, edit: false, bash: true, read: true }, prompt: `# THE LIBRARIAN