claude-code - 💡(How to fix) Fix Subscription usage stops when 'additional usage' is disabled, despite remaining quota (OAuth) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#44995Fetched 2026-04-09 08:15:51
View on GitHub
Comments
1
Participants
2
Timeline
8
Reactions
1
Author
Timeline (top)
labeled ×4cross-referenced ×3commented ×1

When using Claude Code connected via OAuth, the session stops responding if "additional usage" (추가 사용량) is disabled — even though subscription quota is still remaining.

Running /cost inside Claude Code returns:

You are currently using your subscription to power your Claude Code usage

This contradicts the behavior, since disabling additional usage immediately halts the session.

Root Cause

When using Claude Code connected via OAuth, the session stops responding if "additional usage" (추가 사용량) is disabled — even though subscription quota is still remaining.

Running /cost inside Claude Code returns:

You are currently using your subscription to power your Claude Code usage

This contradicts the behavior, since disabling additional usage immediately halts the session.

Code Example

You are currently using your subscription to power your Claude Code usage
RAW_BUFFERClick to expand / collapse

Description

When using Claude Code connected via OAuth, the session stops responding if "additional usage" (추가 사용량) is disabled — even though subscription quota is still remaining.

Running /cost inside Claude Code returns:

You are currently using your subscription to power your Claude Code usage

This contradicts the behavior, since disabling additional usage immediately halts the session.

Environment

  • Auth method: OAuth
  • Model: Claude Opus 4.6 (1M context)
  • Platform: macOS (darwin-arm64)
  • Claude Code version: latest stable

Steps to Reproduce

  1. Connect Claude Code via OAuth with an active subscription (quota remaining)
  2. Start a session using Opus 4.6 (1M context)
  3. Disable "additional usage" in account settings
  4. Session stops mid-response
  5. Re-enable "additional usage" → session resumes
  6. /cost still shows "subscription" is being used

Expected Behavior

If subscription quota is remaining, the session should continue without requiring "additional usage" to be enabled.

Actual Behavior

Session halts immediately when additional usage is disabled, suggesting that Opus 1M context sessions may be silently classified as additional/overuse even when subscription quota appears available.

Contact

Please reply to: [email protected]

extent analysis

TL;DR

Disabling "additional usage" may be incorrectly triggering a session halt due to potential misclassification of Opus 1M context sessions as requiring extra usage, despite available subscription quota.

Guidance

  • Verify the subscription quota and "additional usage" settings to ensure they are correctly configured and not being overridden by other account settings.
  • Test the session with a different model or context size to determine if the issue is specific to Opus 4.6 (1M context).
  • Check for any updates or documentation regarding how Claude Code handles "additional usage" and subscription quotas, as there may be specific requirements or limitations for certain models or contexts.
  • Consider reaching out to the Claude Code support team for further assistance, as this issue may be related to a specific configuration or bug.

Example

No code snippet is provided as the issue appears to be related to configuration and account settings rather than code.

Notes

The issue may be specific to the Opus 4.6 (1M context) model or the macOS (darwin-arm64) platform, and further testing is needed to determine the root cause.

Recommendation

Apply workaround: Re-enable "additional usage" to allow sessions to continue, and contact the Claude Code support team to report the issue and determine the best course of action.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING