[BUG] Claude Code and VS Code completely blocked despite 98% session and 16% weekly usage remaining
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Claude Code CLI and VS Code extension are completely blocked with "You've hit your limit · resets 12am (America/Denver)" error message, despite having substantial remaining usage on my Claude Pro plan. The web interface (claude.ai) works normally. This appears to be a backend limit calculation error.
What Should Happen?
With 98% of my 5-hour session remaining and 16% of my weekly limit remaining, Claude Code and VS Code should allow me to send messages and use the tools normally, as I do on the web interface.
Error Messages/Logs
Claude Code error:
> You've hit your limit · resets 12am (America/Denver)
This message appears when attempting to:
1. Send any prompt in Claude Code CLI
2. Send any prompt in VS Code extension
3. Run any Claude Code commands
Steps to Reproduce
- Authenticate Claude Code with Claude Pro account
- Run
claude logoutto clear authentication - Run
claude loginto re-authenticate with same account - Run
/modeland switch to Sonnet 4.5 - Type any message/prompt
- Press Enter to send
- Observe "You've hit your limit" error appears immediately
Expected: Message should process and Claude should respond
Actual: Message is blocked with limit error despite remaining usage
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
Yesterday (1/24/26)
Claude Code Version
2.1.19
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
<img width="254" height="465" alt="Image" src="https://github.com/user-attachments/assets/afe5da88-760a-4791-8bfa-b9a5ec2bf305" />
PS C:\[PATH]> claude
▐▛███▜▌ Claude Code v2.1.19
▝▜█████▛▘ Haiku 4.5 · API Usage Billing
▘▘ ▝▝ ~\[PATH]
/model to try Opus 4.5
/logout
Successfully logged out from your Anthropic account.
PS C:\[PATH]> claude
Welcome to Claude Code v2.1.19
…………………………………………………………………………………………………………………………………………………………
- █████▓▓░
- ███▓░ ░░
░░░░░░ ███▓░
░░░ ░░░░░░░░░░ ███▓░
░░░░░░░░░░░░░░░░░░░ * ██▓░░ ▓
░▓▓███▓▓░
- ░░░░
░░░░░░░░
░░░░░░░░░░░░░░░░
█████████ *
██▄█████▄██ *
█████████ *
…………………█ █ █ █………………………………………………………………………………………………………………
Let's get started.
Choose the text style that looks best with your terminal
To change this later, run /theme
> 1. Dark mode √
- Light mode
- Dark mode (colorblind-friendly)
- Light mode (colorblind-friendly)
- Dark mode (ANSI colors only)
- Light mode (ANSI colors only)
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌
1 function greet() {
2 - console.log("Hello, World!");
2 + console.log("Hello, Claude!");
3 }
╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌
Syntax theme: Monokai Extended (ctrl+t to disable)
Welcome to Claude Code v2.1.19
…………………………………………………………………………………………………………………………………………………………
- █████▓▓░
- ███▓░ ░░
░░░░░░ ███▓░
░░░ ░░░░░░░░░░ ███▓░
░░░░░░░░░░░░░░░░░░░ * ██▓░░ ▓
░▓▓███▓▓░
- ░░░░
░░░░░░░░
░░░░░░░░░░░░░░░░
█████████ *
██▄█████▄██ *
█████████ *
…………………█ █ █ █………………………………………………………………………………………………………………
Security notes:
Claude can make mistakes
You should always review Claude's responses, especially when
running code.
Due to prompt injection risks, only use it with code you trust
For more details see:
https://code.claude.com/docs/en/security
Press Enter to continue…
▐▛███▜▌ Claude Code v2.1.19
▝▜█████▛▘ Sonnet 4.5 · Claude Pro
▘▘ ▝▝ ~\[PATH]
/model
⎿ Set model to sonnet (claude-sonnet-4-5-20250929)
[PROMPT]
⎿ You've hit your limit · resets 12am (America/Denver)
Unknown skill: rate-limit-options
/usage
⎿ Status dialog dismissed
/exit
⎿ Goodbye!
────────────────────────────────────────────────────────────────────────────────────────────────────────────────
────────────────────────────────────────────────────────────────────────────────────────────────────────────────
? for shortcuts
PS C:\[PATH]> claude --version
2.1.19 (Claude Code)
PS C:\[PATH]> claude
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗