opencode-orchestrator 0.9.51 → 0.9.52

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 CHANGED
@@ -24,11 +24,9 @@ Then in OpenCode:
24
24
  /task "Build a REST API with authentication"
25
25
  ```
26
26
 
27
- The STARSHIP deploys. The crew lands. The mission begins.
28
-
29
27
  ---
30
28
 
31
- ## 🛸 The STARSHIP Protocol
29
+ ## 🛸 Protocol
32
30
 
33
31
  ```
34
32
  ┌───────────────────────────────────────────────────┐
@@ -100,9 +98,7 @@ The STARSHIP deploys. The crew lands. The mission begins.
100
98
 
101
99
  ---
102
100
 
103
- ## 🚀 STARSHIP Capabilities
104
-
105
- *The STARSHIP isn't just any vessel. It's built for the impossible:*
101
+ ## 🚀 Capabilities
106
102
 
107
103
  | Capability | What It Means |
108
104
  |:-----------|:--------------|
package/dist/index.js CHANGED
@@ -19183,7 +19183,7 @@ function createConfigHandler() {
19183
19183
  prompt: commanderPrompt,
19184
19184
  maxTokens: AGENT_TOKENS.PRIMARY_MAX_TOKENS,
19185
19185
  thinking: { type: "enabled", budgetTokens: AGENT_TOKENS.PRIMARY_THINKING_BUDGET },
19186
- color: "#FF6B6B"
19186
+ color: "#FFD700"
19187
19187
  },
19188
19188
  // Consolidated subagents (4 agents instead of 6)
19189
19189
  [AGENT_NAMES.PLANNER]: {
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.9.51",
5
+ "version": "0.9.52",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {