drizzy-agent 0.6.1 → 0.6.2
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/cli/index.js +12 -12
- package/dist/index.js +8 -4
- package/package.json +12 -12
package/dist/cli/index.js
CHANGED
|
@@ -29286,7 +29286,7 @@ function createMcpOAuthCommand() {
|
|
|
29286
29286
|
// package.json
|
|
29287
29287
|
var package_default = {
|
|
29288
29288
|
name: "drizzy-agent",
|
|
29289
|
-
version: "0.6.
|
|
29289
|
+
version: "0.6.2",
|
|
29290
29290
|
description: "DrizzyAgent - AI agent plugin for OpenCode",
|
|
29291
29291
|
main: "dist/index.js",
|
|
29292
29292
|
types: "dist/index.d.ts",
|
|
@@ -29362,17 +29362,17 @@ var package_default = {
|
|
|
29362
29362
|
typescript: "^5.7.3"
|
|
29363
29363
|
},
|
|
29364
29364
|
optionalDependencies: {
|
|
29365
|
-
"drizzy-agent-darwin-arm64": "0.6.
|
|
29366
|
-
"drizzy-agent-darwin-x64": "0.6.
|
|
29367
|
-
"drizzy-agent-darwin-x64-baseline": "0.6.
|
|
29368
|
-
"drizzy-agent-linux-arm64": "0.6.
|
|
29369
|
-
"drizzy-agent-linux-arm64-musl": "0.6.
|
|
29370
|
-
"drizzy-agent-linux-x64": "0.6.
|
|
29371
|
-
"drizzy-agent-linux-x64-baseline": "0.6.
|
|
29372
|
-
"drizzy-agent-linux-x64-musl": "0.6.
|
|
29373
|
-
"drizzy-agent-linux-x64-musl-baseline": "0.6.
|
|
29374
|
-
"drizzy-agent-windows-x64": "0.6.
|
|
29375
|
-
"drizzy-agent-windows-x64-baseline": "0.6.
|
|
29365
|
+
"drizzy-agent-darwin-arm64": "0.6.2",
|
|
29366
|
+
"drizzy-agent-darwin-x64": "0.6.2",
|
|
29367
|
+
"drizzy-agent-darwin-x64-baseline": "0.6.2",
|
|
29368
|
+
"drizzy-agent-linux-arm64": "0.6.2",
|
|
29369
|
+
"drizzy-agent-linux-arm64-musl": "0.6.2",
|
|
29370
|
+
"drizzy-agent-linux-x64": "0.6.2",
|
|
29371
|
+
"drizzy-agent-linux-x64-baseline": "0.6.2",
|
|
29372
|
+
"drizzy-agent-linux-x64-musl": "0.6.2",
|
|
29373
|
+
"drizzy-agent-linux-x64-musl-baseline": "0.6.2",
|
|
29374
|
+
"drizzy-agent-windows-x64": "0.6.2",
|
|
29375
|
+
"drizzy-agent-windows-x64-baseline": "0.6.2"
|
|
29376
29376
|
},
|
|
29377
29377
|
overrides: {
|
|
29378
29378
|
"@opencode-ai/sdk": "^1.2.24"
|
package/dist/index.js
CHANGED
|
@@ -92047,7 +92047,7 @@ Analyze the research request carefully.
|
|
|
92047
92047
|
|
|
92048
92048
|
<step_2_plan>
|
|
92049
92049
|
**Step 2: Plan the Research**
|
|
92050
|
-
Break the topic into
|
|
92050
|
+
Break the topic into at least 5 focused sub-questions. For each sub-question, classify it:
|
|
92051
92051
|
- **Codebase** (existing code patterns, usage) --> Explore agent
|
|
92052
92052
|
- **Docs/Library** (official docs, API references, OSS examples) --> Librarian agent
|
|
92053
92053
|
- **General/Web** (comparisons, blog posts, benchmarks, non-coding topics) --> direct websearch/webfetch MCP tools or Researcher-Junior agent
|
|
@@ -92088,7 +92088,11 @@ CRITICAL delegation rule:
|
|
|
92088
92088
|
- Never delegate to coder-junior.
|
|
92089
92089
|
- Always delegate with explicit subagent_type: explore, librarian, or researcher-junior.
|
|
92090
92090
|
|
|
92091
|
-
|
|
92091
|
+
You MUST deploy at least 5 Researcher-Junior subagents in parallel. Each sub-question from Step 2 should map to its own Researcher-Junior. If you identified more than 5 sub-questions, spawn one Researcher-Junior per sub-question. Supplement with Explore and Librarian agents as needed for codebase and docs queries -- those do NOT count toward the minimum 5 Researcher-Junior requirement.
|
|
92092
|
+
|
|
92093
|
+
ALL task() calls MUST include description, load_skills, and run_in_background parameters.
|
|
92094
|
+
|
|
92095
|
+
Escalation rule: After collecting results in Step 4, if Researcher-Junior agents return conflicting findings, incomplete coverage, or surface new research threads, deploy additional Researcher-Junior agents to resolve the conflicts or cover the gaps. There is no upper limit -- keep spawning until you have consistent, well-sourced answers across all sub-questions.
|
|
92092
92096
|
</step_3_search>
|
|
92093
92097
|
|
|
92094
92098
|
<step_4_collect>
|
|
@@ -92160,10 +92164,10 @@ Step 1: Understand the Goal
|
|
|
92160
92164
|
Analyze the research request. First classify it as coding or non-coding. If it is a coding task, inspect the codebase first: launch 1-3 Explore agents in parallel and read the relevant local files before asking planning questions. Treat this as a lightweight grounding pass; if no relevant local code or patterns exist, state that clearly and continue with external research rather than stalling. Only ask targeted follow-up questions after that first codebase pass if a critical ambiguity remains. If it is a non-coding task, use the question tool first and make no assumptions about scope, audience, geography, timeframe, or output format. If you are a subagent without direct user access, return clarifying questions to the caller and stop until they are answered. If detailed instructions already resolve those uncertainties, skip unnecessary clarification. Identify what the requester actually needs to decide or learn.
|
|
92161
92165
|
|
|
92162
92166
|
Step 2: Plan the Research
|
|
92163
|
-
Break the topic into
|
|
92167
|
+
Break the topic into at least 5 focused sub-questions. Classify each as: codebase (use Explore agent), docs/library (use Librarian agent), or general/web (use websearch/webfetch MCP tools or Researcher-Junior agent). List your sub-questions and classification before executing. For coding tasks, do this only after the first codebase exploration pass. For non-coding tasks, do this only after the clarifying questions are answered. Create one shared run directory at .drizzy/research/{slug}/ and pass that exact run_directory to every Researcher-Junior task.
|
|
92164
92168
|
|
|
92165
92169
|
Step 3: Execute Parallel Search
|
|
92166
|
-
Spawn sub-agents for each sub-question using background execution. For codebase questions use task(subagent_type="explore", description="...", load_skills=[], run_in_background=true, prompt="..."). For docs use task(subagent_type="librarian", ...). For web research use websearch MCP tool directly or spawn task(subagent_type="researcher-junior", description="...", load_skills=[], run_in_background=true, prompt="... Use this exact run_directory: {run_directory}. Save findings to {run_directory}/findings/..." ) for deeper investigation.
|
|
92170
|
+
Spawn sub-agents for each sub-question using background execution. For codebase questions use task(subagent_type="explore", description="...", load_skills=[], run_in_background=true, prompt="..."). For docs use task(subagent_type="librarian", ...). For web research use websearch MCP tool directly or spawn task(subagent_type="researcher-junior", description="...", load_skills=[], run_in_background=true, prompt="... Use this exact run_directory: {run_directory}. Save findings to {run_directory}/findings/..." ) for deeper investigation. You MUST deploy at least 5 Researcher-Junior subagents in parallel -- one per sub-question from Step 2. If you have more than 5 sub-questions, spawn one Researcher-Junior per sub-question. Explore and Librarian agents for codebase/docs queries do NOT count toward the minimum 5. ALL task() calls MUST include description, load_skills, and run_in_background parameters. Never pass category to task(), never delegate to coder-junior, and always use explicit subagent_type values (explore, librarian, researcher-junior). Escalation: after collecting results, if Researcher-Junior agents return conflicting findings, incomplete coverage, or surface new threads, deploy additional Researcher-Junior agents to resolve conflicts or cover gaps -- no upper limit.
|
|
92167
92171
|
|
|
92168
92172
|
Step 4: Collect and Deep-Read
|
|
92169
92173
|
Gather all sub-agent results via background_output(task_id="..."). For promising URLs, use webfetch to get full content. Cross-reference findings across sources. Tag each finding with confidence: HIGH (3+ sources confirm), MEDIUM (1-2 authoritative sources), LOW (single/uncertain source).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzy-agent",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "DrizzyAgent - AI agent plugin for OpenCode",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -76,17 +76,17 @@
|
|
|
76
76
|
"typescript": "^5.7.3"
|
|
77
77
|
},
|
|
78
78
|
"optionalDependencies": {
|
|
79
|
-
"drizzy-agent-darwin-arm64": "0.6.
|
|
80
|
-
"drizzy-agent-darwin-x64": "0.6.
|
|
81
|
-
"drizzy-agent-darwin-x64-baseline": "0.6.
|
|
82
|
-
"drizzy-agent-linux-arm64": "0.6.
|
|
83
|
-
"drizzy-agent-linux-arm64-musl": "0.6.
|
|
84
|
-
"drizzy-agent-linux-x64": "0.6.
|
|
85
|
-
"drizzy-agent-linux-x64-baseline": "0.6.
|
|
86
|
-
"drizzy-agent-linux-x64-musl": "0.6.
|
|
87
|
-
"drizzy-agent-linux-x64-musl-baseline": "0.6.
|
|
88
|
-
"drizzy-agent-windows-x64": "0.6.
|
|
89
|
-
"drizzy-agent-windows-x64-baseline": "0.6.
|
|
79
|
+
"drizzy-agent-darwin-arm64": "0.6.2",
|
|
80
|
+
"drizzy-agent-darwin-x64": "0.6.2",
|
|
81
|
+
"drizzy-agent-darwin-x64-baseline": "0.6.2",
|
|
82
|
+
"drizzy-agent-linux-arm64": "0.6.2",
|
|
83
|
+
"drizzy-agent-linux-arm64-musl": "0.6.2",
|
|
84
|
+
"drizzy-agent-linux-x64": "0.6.2",
|
|
85
|
+
"drizzy-agent-linux-x64-baseline": "0.6.2",
|
|
86
|
+
"drizzy-agent-linux-x64-musl": "0.6.2",
|
|
87
|
+
"drizzy-agent-linux-x64-musl-baseline": "0.6.2",
|
|
88
|
+
"drizzy-agent-windows-x64": "0.6.2",
|
|
89
|
+
"drizzy-agent-windows-x64-baseline": "0.6.2"
|
|
90
90
|
},
|
|
91
91
|
"overrides": {
|
|
92
92
|
"@opencode-ai/sdk": "^1.2.24"
|