opencode-orchestrator 0.8.21 → 0.8.22
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/README.md +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,13 +30,7 @@ That's it! The Commander takes over and works until the mission is complete.
|
|
|
30
30
|
|
|
31
31
|
## 💡 Why I Built This
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
But I realized: **the model isn't the bottleneck — the workflow is.**
|
|
36
|
-
|
|
37
|
-
With proper orchestration — structured prompts, parallel execution, TODO-driven loops, and auto-recovery — even budget-tier models can rival premium ones.
|
|
38
|
-
|
|
39
|
-
This plugin exists to prove that **orchestration > raw model power**.
|
|
33
|
+
Budget models have limits. Orchestration breaks them.
|
|
40
34
|
|
|
41
35
|
---
|
|
42
36
|
|
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.8.
|
|
5
|
+
"version": "0.8.22",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|