opencode-swarm 7.94.0 → 7.94.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.
@@ -439,7 +439,8 @@ export declare const TOOL_DESCRIPTIONS: Partial<Record<ToolName, string>>;
439
439
  /**
440
440
  * Default tool permissions per agent, inverted from each tool's `agents` list.
441
441
  * All agent names are initialized (agents with no tools keep an empty array, e.g.
442
- * the council members). Tools with `agents: []` (the memory tools) stay OUT of
443
- * this map and are applied only via MEMORY_AGENT_TOOL_MAP.
442
+ * the council members). Tools with `agents: []` stay OUT of this default map
443
+ * and are applied only via opt-in maps such as MEMORY_AGENT_TOOL_MAP or
444
+ * GENERAL_COUNCIL_AGENT_TOOL_MAP.
444
445
  */
445
446
  export declare const AGENT_TOOL_MAP: Record<AgentName, ToolName[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.94.0",
3
+ "version": "7.94.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",