opencode-orchestrator 0.5.1 → 0.5.2
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -15498,7 +15498,7 @@ function formatElapsedTime(startMs, endMs = Date.now()) {
|
|
|
15498
15498
|
}
|
|
15499
15499
|
|
|
15500
15500
|
// src/index.ts
|
|
15501
|
-
var PLUGIN_VERSION = "0.4
|
|
15501
|
+
var PLUGIN_VERSION = "0.2.4";
|
|
15502
15502
|
var DEFAULT_MAX_STEPS = 500;
|
|
15503
15503
|
var TASK_COMMAND_MAX_STEPS = 1e3;
|
|
15504
15504
|
var AGENT_EMOJI2 = {
|
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.5.
|
|
5
|
+
"version": "0.5.2",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dev:status": "echo '=== Global Link Status ===' && shx ls -l $(npm root -g)/opencode-orchestrator || echo 'Not linked'",
|
|
52
52
|
"dev:test": "node dist/scripts/postinstall.js && echo '---' && node dist/scripts/preuninstall.js",
|
|
53
53
|
"delete": "brew uninstall opencode && rm -rf ~/.config/opencode && npm uninstall -g opencode-orchestrator",
|
|
54
|
-
"setup": "brew install opencode && npm
|
|
54
|
+
"setup": "brew install opencode && npm install -g opencode-orchestrator",
|
|
55
55
|
"set": "npm run delete && npm run setup"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|