opencode-orchestrator 0.8.17 → 0.8.18

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 +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -105,9 +105,16 @@ A multi-agent system that **autonomously executes complex tasks** from start to
105
105
  **Stop anytime:** `/stop` or `/cancel`
106
106
 
107
107
  <div align="center">
108
+ <p><strong>TUI</strong></p>
108
109
  <img src="assets/tui_image.png" alt="Commander TUI" width="600" />
109
110
  </div>
110
111
 
112
+ <br />
113
+
114
+ <div align="center">
115
+ <p><strong>Window</strong></p>
116
+ <img src="assets/window_image.png" alt="Commander Window" width="600" />
117
+ </div>
111
118
  ---
112
119
 
113
120
  ## 🤖 The 4 Agents
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.17",
5
+ "version": "0.8.18",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {