opencode-orchestrator 0.5.7 → 0.5.8

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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,11 +11,9 @@
11
11
 
12
12
  ---
13
13
 
14
- ## What is this?
14
+ ## Why?
15
15
 
16
- A **5-agent autonomous architecture** for OpenCode that completes complex engineering tasks reliably.
17
-
18
- > *"Intelligence is a resource. Orchestrate it."*
16
+ Tested GLM-4, got disappointed. Built this to make mid-tier models work like premium ones through structured orchestration.
19
17
 
20
18
  ### Key Features
21
19
  - **🎯 Autonomous Loop** — Commander runs until the mission is complete
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.7",
5
+ "version": "0.5.8",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {