opencode-orchestrator 0.5.29 → 0.5.30
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -17036,7 +17036,7 @@ ${stateSession.graph.getTaskSummary()}`;
|
|
|
17036
17036
|
},
|
|
17037
17037
|
// -----------------------------------------------------------------
|
|
17038
17038
|
// Event handler - cleans up when sessions are deleted
|
|
17039
|
-
// Uses 'event' hook (not 'handler')
|
|
17039
|
+
// Uses 'event' hook (not 'handler')
|
|
17040
17040
|
// -----------------------------------------------------------------
|
|
17041
17041
|
event: async (input2) => {
|
|
17042
17042
|
const { event } = input2;
|
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.30",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|