opencode-orchestrator 0.9.50 → 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
@@ -1,7 +1,6 @@
1
1
  <div align="center">
2
2
  <img src="assets/starship_space.png" alt="STARSHIP" width="280" />
3
3
  <h1>OpenCode Orchestrator</h1>
4
- <p><em>🚀 The mothership that deploys AI crews to unknown planet</em></p>
5
4
 
6
5
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7
6
  [![npm](https://img.shields.io/npm/v/opencode-orchestrator.svg)](https://www.npmjs.com/package/opencode-orchestrator)
@@ -10,7 +9,7 @@
10
9
 
11
10
  ---
12
11
 
13
- > *The **STARSHIP** hovers above an uncharted planet. No docs. No tests. Just a mission. The Commander speaks: "We don't assume. We explore. We adapt. We conquer."* — **OpenCode Orchestrator** is that STARSHIP, deploying AI crews to complete missions in any planet.
12
+ > The STARSHIP lands on a new planet: an unfamiliar codebase. No docs. No tests. Just a mission. The crew doesn't ask they explore, adapt, and conquer.
14
13
 
15
14
  ---
16
15
 
@@ -25,11 +24,9 @@ Then in OpenCode:
25
24
  /task "Build a REST API with authentication"
26
25
  ```
27
26
 
28
- The STARSHIP deploys. The crew lands. The mission begins.
29
-
30
27
  ---
31
28
 
32
- ## 🛸 The STARSHIP Protocol
29
+ ## 🛸 Protocol
33
30
 
34
31
  ```
35
32
  ┌───────────────────────────────────────────────────┐
@@ -101,9 +98,7 @@ The STARSHIP deploys. The crew lands. The mission begins.
101
98
 
102
99
  ---
103
100
 
104
- ## 🚀 STARSHIP Capabilities
105
-
106
- *The STARSHIP isn't just any vessel. It's built for the impossible:*
101
+ ## 🚀 Capabilities
107
102
 
108
103
  | Capability | What It Means |
109
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.50",
5
+ "version": "0.9.52",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {