Skip to content

Commit a7507ab

Browse files
committed
feat(agents): change librarian model from Haiku to Sonnet
Upgrade librarian agent to use claude-sonnet-4 instead of claude-haiku-4-5 for improved code search and documentation capabilities. Closes #22 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
1 parent 1752b1c commit a7507ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/librarian.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const librarianAgent: AgentConfig = {
44
description:
55
"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.",
66
mode: "subagent",
7-
model: "anthropic/claude-haiku-4-5",
7+
model: "anthropic/claude-sonnet-4",
88
temperature: 0.1,
99
tools: { write: false, edit: false },
1010
prompt: `# THE LIBRARIAN

0 commit comments

Comments
 (0)