From the email:
We're offering a limited-time promotion that gives Pro and Max users extra usage credits exclusively for Claude Code on the web and mobile. This is designed to help you explore the full power of parallel Claude Code sessions without worrying about your regular usage limits.
Pro users receive $250 in credits
Max users receive $1,000 in credits
These credits are separate from your standard usage limits and can only be used for Claude Code on the web and mobile. They expire on November 18 at 11:59 PM PT. Your regular Claude usage limits remain unchanged.
Promotion dates: Tuesday, November 4, 2025 at 9:00 AM PT through Tuesday, November 18, 2025 at 11:59 PM PT.
This is a limited time offer. It is available for existing users and only available for new users while supplies last.
Videos
For those who have them (particularly $1k). I’m curious how are you spending them down? Are you using it in the same way as the cli tool?
Since launching Claude Code on the web, your feedback has been invaluable. We’re temporarily adding free usage so you can push the limits of parallel work and help make Claude even better.
Available for a limited time (until November 18):
• Max users: $1,000 in credits
• Pro users: $250 in credits
These credits are separate from your standard plan limits and expire November 18 at 11:59 PM PT. This is a limited time offer for all existing users and for new users while supplies last.
Learn more about Claude Code on the web:
• Blog post: https://www.anthropic.com/news/claude-code-on-the-web
• Documentation: https://docs.claude.com/en/docs/claude-code/claude-code-on-the-web
Start using your credits at claude.ai/code. See here for more details.
I just received an email from Anthropic:
We're offering a limited-time promotion that gives Pro and Max users extra usage credits exclusively for Claude Code on the web and mobile. This is designed to help you explore the full power of parallel Claude Code sessions without worrying about your regular usage limits.
Pro users receive $250 in credits
Max users receive $1,000 in credits
These credits are separate from your standard usage limits and can only be used for Claude Code on the web and mobile. They expire on November 18 at 11:59 PM PT. Your regular Claude usage limits remain unchanged.
Promotion dates: Tuesday, November 4, 2025 at 9:00 AM PT through Tuesday, November 18, 2025 at 11:59 PM PT.
Source: Claude Code Promotion | Claude Help Center
[UPDATE 2025-07-08]
Anthropic finally released this capability officially as part of claude code. You can uninstall everything previously installed via the installer with the new uninstaller:
# cd into your repo bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/uninstaller.sh)
Then follow the official instructions to setup the github action from claude code:
claude /install-github-app Set up Claude GitHub Actions for a repository use current repo │ A Claude workflow file already exists at .github/workflows/claude.yml │ │ What would you like to do? │ │ ❯ 1. Update workflow file with latest version 👈 │ > Create a long-lived token with your Claude subscription 👈 │ Enter a new API key
[ORIGINAL POST]
Hey there,
It's been more than a month that Anthropic released the integration of Claude Code with GitHub action using @claude on Github issues or PRs. Yet as of this time it is still not possible to use it with you Claude Pro / Max subscription unless you pay additionally per tokens for the use of that feature.
Few days after the release of @claude I made my own fork of the github action allowing anyone to use their subscription credentials with @claude. It's been quite successful but we also discovered a few issues with the setup.
Today I am releasing the biggest update of that fork so far. The key improvement that we worked on with the community was the handling of the authentication. We now properly support the full oauth flow from Anthropic independently from your local setup. This means we will refresh the tokens when they are expired (no more manual intervention every 8 hours) and we will not invalidate your local authentication flow.
Furthermore we also released and installer script that make it easier than ever to install @claude on your own repo. It's basically one command to run in your terminal:
# cd into your repo bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/installer.sh)
What are you waiting to start solving all your GitHub issues, opening and review PRs with Claude Code right from GitHub?
repo: https://github.com/grll/claude-code-action new release article: https://grll.bearblog.dev/major-update-for-pro-max-subscriber-using-claude-github-action/
This week we shipped Claude Code 2.0.36 with Claude Code on the Web enhancements, un-deprecated output styles based on community feedback, and improved command handling. We also extended free credits for Claude Code on the Web until November 18th and fixed several critical bugs around message queuing, MCP OAuth connections, and large file handling.
Features:
Claude Code on the Web now includes free credits until November 18th ($250 for Pro, $1000 for Max)
Diffs with syntax highlighting now available in Claude Code on the Web
Skills now work in Claude Code on the Web
Un-deprecated output styles based on community feedback
Added companyAnnouncements setting for displaying announcements on startup
Increased usage of AskUserQuestion Tool outside of Plan Mode
Improved fuzzy search results when searching commands
Long running (5m) bash commands no longer cause Claude to stall on the web
Bug fixes:
Fixed queued messages being incorrectly executed as bash commands
Fixed input being lost when typing while a queued message is processed
Fixed claude mcp serve exposing tools with incompatible outputSchemas
Fixed menu navigation getting stuck on items
Fixed infinite token refresh loop that caused MCP servers with OAuth (e.g., Slack) to hang during connection
Fixed memory crash when reading or writing large files (especially base64-encoded images)
Since launching Claude Code on the web, your feedback has been invaluable. We’re temporarily adding free usage so you can push the limits of parallel work and help make Claude even better.
Available for a limited time (until November 18):
• Max users: $1,000 in credits
• Pro users: $250 in credits
These credits are separate from your standard plan limits and expire November 18 at 11:59 PM PT. This is a limited time offer for all existing users and for new users while supplies last.
Learn more about Claude Code on the web:
• Blog post: https://www.anthropic.com/news/claude-code-on-the-web
• Documentation: https://docs.claude.com/en/docs/claude-code/claude-code-on-the-web
Start using your credits at claude.ai/code. See here for more details.