opencode-orchestrator 0.9.52 → 0.9.54
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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: "#FFE474"
|
|
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.54",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|