Merge pull request #145 from intelligence-assist/feat/claude-max-auth-and-improvements

fix: correct Claude authentication command in README
This commit is contained in:
Cheffromspace
2025-05-31 13:54:16 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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/

View File

@@ -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": {