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.
- package/dist/index.js +3 -0
- 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;
|