@betrue/openclaw-claude-code-plugin 1.0.4 → 1.0.6

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.
@@ -47,6 +47,18 @@
47
47
  "bypassPermissions"
48
48
  ],
49
49
  "description": "Default permission mode for Claude Code sessions"
50
+ },
51
+ "agentChannels": {
52
+ "type": "object",
53
+ "description": "Map of agent working directories to notification channels (e.g. { \"/path/to/workdir\": \"telegram:123\" })",
54
+ "additionalProperties": {
55
+ "type": "string"
56
+ }
57
+ },
58
+ "maxAutoResponds": {
59
+ "type": "number",
60
+ "default": 10,
61
+ "description": "Maximum consecutive auto-responds (agent tool calls) per session before requiring user input via /claude-respond"
50
62
  }
51
63
  }
52
64
  }
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@betrue/openclaw-claude-code-plugin",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
7
- "build": "esbuild index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/index.js --minify --external:openclaw --external:openclaw/plugin-sdk --external:@anthropic-ai/claude-agent-sdk"
7
+ "build": "esbuild index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=dist/index.js --minify --external:openclaw --external:openclaw/plugin-sdk --external:@anthropic-ai/claude-agent-sdk",
8
+ "test": "tsx tests/session-filter.test.ts"
8
9
  },
9
10
  "openclaw": {
10
11
  "extensions": [