opencode-orchestrator 0.1.53 → 0.1.54
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.
|
Binary file
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -684,7 +684,7 @@ var OrchestratorPlugin = async (input) => {
|
|
|
684
684
|
};
|
|
685
685
|
}
|
|
686
686
|
const orchestratorAgents = {
|
|
687
|
-
|
|
687
|
+
Orchestrator: {
|
|
688
688
|
name: "Orchestrator",
|
|
689
689
|
description: "Mission Commander - 6-agent collaborative AI for complex tasks",
|
|
690
690
|
systemPrompt: AGENTS.orchestrator.systemPrompt
|
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.1.
|
|
5
|
+
"version": "0.1.54",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|