Skip to content

v0.1.1 - Claude Max Subscription Support

Latest

Choose a tag to compare

@Cheffromspace Cheffromspace released this 31 May 18:48
· 36 commits to main since this release
6b05644

What's Changed in v0.1.1

🎉 Major New Feature: Claude Max Subscription Support

Significant cost savings for personal developers!

  • New Authentication Method: Added support for Claude Max personal subscriptions
  • Cost-Effective: Provides an affordable alternative to API tokens and Bedrock for individual developers
  • Setup Container: New interactive authentication setup via ./scripts/setup/setup-claude-interactive.sh
  • Trade-offs: Less robust than API tokens/Bedrock but much more cost-effective for personal use
  • Documentation: Comprehensive setup guide in Claude Authentication Guide

🔧 Bug Fixes & Improvements

  • CI/CD & Testing: Significantly improved test coverage and resolved CI pipeline issues

    • Increased src/index.ts test coverage from 48% to 92%
    • Fixed Docker Build workflow coverage file permission issues
    • Adjusted Codecov diff coverage threshold to reasonable levels
  • Authentication & Container Execution: Enhanced Claude authentication reliability

    • Fixed Claude authentication mount paths for container execution
    • Improved container authentication setup and documentation
  • Code Quality: Addressed TypeScript compilation and linting issues

    • Resolved PR check failures for TypeScript and ESLint issues
    • Fixed failing unit tests in Express Application module

📚 Documentation

  • Added comprehensive Claude authentication documentation
  • Consolidated documentation structure for better organization
  • Updated Claude subscription plans to reflect 2025 structure

🧹 Code Cleanup

  • Removed redundant shell scripts and chatbot implementation
  • Simplified secrets management and Docker configuration
  • Major code cleanup with net reduction of ~1,847 lines

📊 Statistics

  • 95 files changed: 3,981 insertions (+), 5,828 deletions (-)
  • Significantly improved test coverage across the codebase
  • Enhanced CI/CD pipeline reliability

For Personal Developers: This release makes Claude GitHub integration much more accessible and affordable through Claude Max subscription support while maintaining enterprise options via API keys and Bedrock.

🤖 Generated with Claude Code