opencode-swarm 7.4.0 → 7.4.1
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/cli/index.js +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -34,7 +34,7 @@ var package_default;
|
|
|
34
34
|
var init_package = __esm(() => {
|
|
35
35
|
package_default = {
|
|
36
36
|
name: "opencode-swarm",
|
|
37
|
-
version: "7.4.
|
|
37
|
+
version: "7.4.1",
|
|
38
38
|
description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
39
39
|
main: "dist/index.js",
|
|
40
40
|
types: "dist/index.d.ts",
|
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var package_default;
|
|
|
33
33
|
var init_package = __esm(() => {
|
|
34
34
|
package_default = {
|
|
35
35
|
name: "opencode-swarm",
|
|
36
|
-
version: "7.4.
|
|
36
|
+
version: "7.4.1",
|
|
37
37
|
description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
38
38
|
main: "dist/index.js",
|
|
39
39
|
types: "dist/index.d.ts",
|
|
@@ -65906,7 +65906,7 @@ function createCcCommandInterceptHook(config3 = {}) {
|
|
|
65906
65906
|
resultLines.push(line);
|
|
65907
65907
|
continue;
|
|
65908
65908
|
}
|
|
65909
|
-
if (blockDestructive && conflict.severity === "CRITICAL" && (bareCmd === "reset" || bareCmd === "clear")) {
|
|
65909
|
+
if (blockDestructive && conflict.severity === "CRITICAL" && (bareCmd === "reset" || bareCmd === "clear" || bareCmd === "checkpoint")) {
|
|
65910
65910
|
hasBlocked = true;
|
|
65911
65911
|
resultLines.push(`[CC_COMMAND_INTERCEPT] BLOCKED: /${bareCmd} — this wipes conversation context. Use /swarm ${bareCmd} instead where applicable.`);
|
|
65912
65912
|
continue;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-swarm",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.1",
|
|
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",
|