opencode-orchestrator 0.5.26 → 0.5.27
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16503,8 +16503,9 @@ var OrchestratorPlugin = async (input) => {
|
|
|
16503
16503
|
};
|
|
16504
16504
|
config2.command = { ...existingCommands, ...orchestratorCommands };
|
|
16505
16505
|
config2.agent = { ...existingAgents, ...orchestratorAgents };
|
|
16506
|
+
config2.default_agent = AGENT_NAMES.COMMANDER;
|
|
16506
16507
|
console.log(`[orchestrator] Registered agents: ${Object.keys(orchestratorAgents).join(", ")}`);
|
|
16507
|
-
console.log(`[orchestrator]
|
|
16508
|
+
console.log(`[orchestrator] Default agent: ${AGENT_NAMES.COMMANDER}`);
|
|
16508
16509
|
},
|
|
16509
16510
|
// -----------------------------------------------------------------
|
|
16510
16511
|
// chat.message hook - runs when user sends a message
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "opencode-orchestrator",
|
|
3
3
|
"displayName": "OpenCode Orchestrator",
|
|
4
4
|
"description": "Distributed Cognitive Architecture for OpenCode. Turns simple prompts into specialized multi-agent workflows (Planner, Coder, Reviewer).",
|
|
5
|
-
"version": "0.5.
|
|
5
|
+
"version": "0.5.27",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|