opencode-orchestrator 0.1.52 → 0.1.53
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 +1 -26
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -686,33 +686,8 @@ var OrchestratorPlugin = async (input) => {
|
|
|
686
686
|
const orchestratorAgents = {
|
|
687
687
|
orchestrator: {
|
|
688
688
|
name: "Orchestrator",
|
|
689
|
-
description: "Mission Commander -
|
|
689
|
+
description: "Mission Commander - 6-agent collaborative AI for complex tasks",
|
|
690
690
|
systemPrompt: AGENTS.orchestrator.systemPrompt
|
|
691
|
-
},
|
|
692
|
-
planner: {
|
|
693
|
-
name: "Planner",
|
|
694
|
-
description: "Architect - decomposes work into atomic tasks",
|
|
695
|
-
systemPrompt: AGENTS.planner.systemPrompt
|
|
696
|
-
},
|
|
697
|
-
coder: {
|
|
698
|
-
name: "Coder",
|
|
699
|
-
description: "Implementation - executes atomic tasks",
|
|
700
|
-
systemPrompt: AGENTS.coder.systemPrompt
|
|
701
|
-
},
|
|
702
|
-
reviewer: {
|
|
703
|
-
name: "Reviewer",
|
|
704
|
-
description: "Style Guardian - quality gate",
|
|
705
|
-
systemPrompt: AGENTS.reviewer.systemPrompt
|
|
706
|
-
},
|
|
707
|
-
fixer: {
|
|
708
|
-
name: "Fixer",
|
|
709
|
-
description: "Error resolution specialist",
|
|
710
|
-
systemPrompt: AGENTS.fixer.systemPrompt
|
|
711
|
-
},
|
|
712
|
-
searcher: {
|
|
713
|
-
name: "Searcher",
|
|
714
|
-
description: "Context Oracle - finds patterns",
|
|
715
|
-
systemPrompt: AGENTS.searcher.systemPrompt
|
|
716
691
|
}
|
|
717
692
|
};
|
|
718
693
|
config.command = {
|
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.53",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|