opencode-swarm 7.66.1 → 7.66.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/cli/index.js CHANGED
@@ -52,7 +52,7 @@ var package_default;
52
52
  var init_package = __esm(() => {
53
53
  package_default = {
54
54
  name: "opencode-swarm",
55
- version: "7.66.1",
55
+ version: "7.66.2",
56
56
  description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
57
57
  main: "dist/index.js",
58
58
  types: "dist/index.d.ts",
package/dist/index.js CHANGED
@@ -69,7 +69,7 @@ var package_default;
69
69
  var init_package = __esm(() => {
70
70
  package_default = {
71
71
  name: "opencode-swarm",
72
- version: "7.66.1",
72
+ version: "7.66.2",
73
73
  description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
74
74
  main: "dist/index.js",
75
75
  types: "dist/index.d.ts",
@@ -138033,22 +138033,22 @@ async function initializeOpenCodeSwarm(ctx) {
138033
138033
  const guardrailsFallback = config3.guardrails?.enabled === false ? { ...config3.guardrails, enabled: false } : config3.guardrails ?? {};
138034
138034
  const guardrailsConfig = GuardrailsConfigSchema.parse(guardrailsFallback);
138035
138035
  if (loadedFromFile && guardrailsConfig.enabled === false) {
138036
- console.warn("");
138037
- console.warn("══════════════════════════════════════════════════════════════");
138038
- console.warn("[opencode-swarm] \uD83D\uDD34 SECURITY WARNING: GUARDRAILS ARE DISABLED");
138039
- console.warn("══════════════════════════════════════════════════════════════");
138040
- console.warn("Guardrails have been explicitly disabled in user configuration.");
138041
- console.warn("This disables safety measures including:");
138042
- console.warn(" - Tool call limits");
138043
- console.warn(" - Duration limits");
138044
- console.warn(" - Repetition detection");
138045
- console.warn(" - Error rate limits");
138046
- console.warn(" - Idle timeouts");
138047
- console.warn("");
138048
- console.warn("Only disable guardrails if you fully understand the security implications.");
138049
- console.warn('To re-enable guardrails, set "guardrails.enabled" to true in your config.');
138050
- console.warn("══════════════════════════════════════════════════════════════");
138051
- console.warn("");
138036
+ warn("");
138037
+ warn("══════════════════════════════════════════════════════════════");
138038
+ warn("[opencode-swarm] \uD83D\uDD34 SECURITY WARNING: GUARDRAILS ARE DISABLED");
138039
+ warn("══════════════════════════════════════════════════════════════");
138040
+ warn("Guardrails have been explicitly disabled in user configuration.");
138041
+ warn("This disables safety measures including:");
138042
+ warn(" - Tool call limits");
138043
+ warn(" - Duration limits");
138044
+ warn(" - Repetition detection");
138045
+ warn(" - Error rate limits");
138046
+ warn(" - Idle timeouts");
138047
+ warn("");
138048
+ warn("Only disable guardrails if you fully understand the security implications.");
138049
+ warn('To re-enable guardrails, set "guardrails.enabled" to true in your config.');
138050
+ warn("══════════════════════════════════════════════════════════════");
138051
+ warn("");
138052
138052
  }
138053
138053
  const delegationHandler = createDelegationTrackerHook(config3, guardrailsConfig.enabled);
138054
138054
  const authorityConfig = AuthorityConfigSchema.parse(config3.authority ?? {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.66.1",
3
+ "version": "7.66.2",
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",