diff --git a/README.md b/README.md index 0ea51f7..b9dad37 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ Use your existing Claude Max subscription for automation instead of pay-per-use ./scripts/setup/setup-claude-interactive.sh # 2. In container: authenticate with your subscription -claude login # Follow browser flow -exit # Save authentication +claude --dangerously-skip-permissions # Follow authentication flow +exit # Save authentication # 3. Use captured authentication cp -r ${CLAUDE_HUB_DIR:-~/.claude-hub}/* ~/.claude/ diff --git a/package.json b/package.json index cf1a2bb..300f293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-github-webhook", - "version": "0.1.0", + "version": "0.1.1", "description": "A webhook endpoint for Claude to perform git and GitHub actions", "main": "dist/index.js", "scripts": {