oh-my-opencode 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1534,7 +1534,7 @@ IMPORTANT: Only your last message is returned to the main agent and displayed to
|
|
|
1534
1534
|
var librarianAgent = {
|
|
1535
1535
|
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.",
|
|
1536
1536
|
mode: "subagent",
|
|
1537
|
-
model: "anthropic/claude-
|
|
1537
|
+
model: "anthropic/claude-sonnet-4",
|
|
1538
1538
|
temperature: 0.1,
|
|
1539
1539
|
tools: { write: false, edit: false },
|
|
1540
1540
|
prompt: `# THE LIBRARIAN
|