opencode-swarm 6.25.4 → 6.25.5
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 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -61816,6 +61816,7 @@ async function executeUpdateTaskStatus(args2, fallbackDir) {
|
|
|
61816
61816
|
advanceTaskState(session, args2.task_id, "coder_delegated");
|
|
61817
61817
|
} catch {}
|
|
61818
61818
|
}
|
|
61819
|
+
session.currentTaskId = args2.task_id;
|
|
61819
61820
|
}
|
|
61820
61821
|
}
|
|
61821
61822
|
let normalizedDir;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-swarm",
|
|
3
|
-
"version": "6.25.
|
|
3
|
+
"version": "6.25.5",
|
|
4
4
|
"description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|