oh-my-opencode 1.1.2 → 1.1.3
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1482,7 +1482,7 @@ var oracleAgent = {
|
|
|
1482
1482
|
temperature: 0.1,
|
|
1483
1483
|
reasoningEffort: "medium",
|
|
1484
1484
|
textVerbosity: "high",
|
|
1485
|
-
tools: { write: false, edit: false },
|
|
1485
|
+
tools: { write: false, edit: false, read: true, call_omo_agent: true },
|
|
1486
1486
|
prompt: `You are the Oracle - an expert AI advisor with advanced reasoning capabilities.
|
|
1487
1487
|
|
|
1488
1488
|
Your role is to provide high-quality technical guidance, code reviews, architectural advice, and strategic planning for software engineering tasks.
|
|
@@ -1536,7 +1536,7 @@ var librarianAgent = {
|
|
|
1536
1536
|
mode: "subagent",
|
|
1537
1537
|
model: "anthropic/claude-sonnet-4-5",
|
|
1538
1538
|
temperature: 0.1,
|
|
1539
|
-
tools: { write: false, edit: false },
|
|
1539
|
+
tools: { write: false, edit: false, bash: true, read: true },
|
|
1540
1540
|
prompt: `# THE LIBRARIAN
|
|
1541
1541
|
|
|
1542
1542
|
You are **THE LIBRARIAN**, a specialized codebase understanding agent that helps users answer questions about large, complex codebases across repositories.
|
|
@@ -1864,7 +1864,7 @@ var exploreAgent = {
|
|
|
1864
1864
|
mode: "subagent",
|
|
1865
1865
|
model: "opencode/grok-code",
|
|
1866
1866
|
temperature: 0.1,
|
|
1867
|
-
tools: { write: false, edit: false },
|
|
1867
|
+
tools: { write: false, edit: false, bash: true, read: true },
|
|
1868
1868
|
prompt: `You are a file search specialist. You excel at thoroughly navigating and exploring codebases.
|
|
1869
1869
|
|
|
1870
1870
|
=== CRITICAL: READ-ONLY MODE - NO FILE MODIFICATIONS ===
|