opencode-hive 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -24133,6 +24133,9 @@ Make the requested changes, then call hive_request_review again.`;
24133
24133
  const allAgents = {};
24134
24134
  if (agentMode === "unified") {
24135
24135
  allAgents["hive-master"] = hiveConfig;
24136
+ allAgents["scout-researcher"] = scoutConfig;
24137
+ allAgents["forager-worker"] = foragerConfig;
24138
+ allAgents["hygienic-reviewer"] = hygienicConfig;
24136
24139
  } else {
24137
24140
  allAgents["architect-planner"] = architectConfig;
24138
24141
  allAgents["swarm-orchestrator"] = swarmConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-hive",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "OpenCode plugin for Agent Hive - from vibe coding to hive coding",
6
6
  "license": "MIT WITH Commons-Clause",