opencode-swarm 6.22.8 → 6.22.9
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
|
@@ -47956,7 +47956,7 @@ function isAgentDelegation(toolName, args2) {
|
|
|
47956
47956
|
}
|
|
47957
47957
|
const subagentType = argsObj.subagent_type;
|
|
47958
47958
|
if (typeof subagentType === "string") {
|
|
47959
|
-
return { isDelegation: true, targetAgent: subagentType };
|
|
47959
|
+
return { isDelegation: true, targetAgent: stripKnownSwarmPrefix(subagentType) };
|
|
47960
47960
|
}
|
|
47961
47961
|
return { isDelegation: false, targetAgent: null };
|
|
47962
47962
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-swarm",
|
|
3
|
-
"version": "6.22.
|
|
3
|
+
"version": "6.22.9",
|
|
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",
|