From f7399f8ad19f7444beea874d1ddd0f283c774b82 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 31 May 2025 13:49:20 -0500 Subject: [PATCH 1/2] chore: bump version to 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From df756e15ae8620a81a1255a27c2f5f51e05f8538 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 31 May 2025 13:53:14 -0500 Subject: [PATCH 2/2] fix: correct Claude authentication command in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace non-existent 'claude login' with proper 'claude --dangerously-skip-permissions' command. This command authenticates and allows for unattended runs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/