opencode-orchestrator 0.9.51 → 0.9.53
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 +3 -7
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="assets/
|
|
2
|
+
<img src="assets/starship.png" alt="STARSHIP" width="280" />
|
|
3
3
|
<h1>OpenCode Orchestrator</h1>
|
|
4
4
|
|
|
5
5
|
[](LICENSE)
|
|
@@ -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
|
-
## 🛸
|
|
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
|
-
## 🚀
|
|
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: "#
|
|
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.
|
|
5
|
+
"version": "0.9.53",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|