aicp-claude-agent 0.4.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,8 @@ The interactive setup prompts for:
43
43
  # Development
44
44
  npm run dev
45
45
 
46
- # Note: the SDK always runs with bypassPermissions mode
46
+ # Development with bypassed permission checks
47
+ npm run dev -- --dangerously-skip-permissions
47
48
 
48
49
  # Production
49
50
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aicp-claude-agent",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "AICP Claude Conductor Agent — local CLI wrapper for Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "bin": {