claude-code - 💡(How to fix) Fix [BUG] “I am being charged for actions I cannot observe, control, or attribute to my intent.” [1 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#46295Fetched 2026-04-11 06:24:04
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ×4unlabeled ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Claude Code appears to consume a significant portion of session usage for actions that are not visible to the user (e.g., implicit file reads, context loading, or tool calls). This makes it difficult to understand or predict usage, even for simple prompts, and breaks the expectation that cost should scale with user intent. Usage increases significantly even when:

  • prompts are minimal
  • no files are explicitly referenced
  • no exploration is requested This suggests that background or implicit actions are consuming quota without any visibility or attribution to specific user actions.

What Should Happen?

Usage should reflect only user-intended actions, scale with prompt complexity, and provide sufficient visibility (e.g., per-prompt or per-action breakdown) so users can understand and verify how their quota is consumed.

Error Messages/Logs

Steps to Reproduce

Open Claude Code and continue using an existing session (e.g., from a previous day). Ensure no files are explicitly opened or referenced in the prompt. Submit 1–2 simple prompts (e.g., short questions or trivial code like print("hello")). Observe the session usage indicator after each prompt.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.100 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The issue can be mitigated by identifying and minimizing implicit actions, such as implicit file reads or context loading, that consume session usage without user intent.

Guidance

  • Review the Claude Code documentation to understand what implicit actions are performed and how they contribute to session usage.
  • Test prompts with varying complexity to establish a baseline for expected session usage and identify any discrepancies.
  • Consider reaching out to the Anthropic API support team for guidance on optimizing session usage and gaining better visibility into quota consumption.
  • Evaluate the feasibility of implementing a custom solution to track and attribute session usage to specific user actions.

Example

No code snippet is provided as the issue does not imply a specific code-related solution.

Notes

The solution may require collaboration with the Anthropic API team to understand the underlying mechanics of session usage and quota consumption. Additionally, the lack of information about the last working version and additional context may limit the effectiveness of the proposed guidance.

Recommendation

Apply workaround: The issue is likely related to implicit actions consuming session usage, and applying a workaround to minimize these actions or gain better visibility into quota consumption is the most feasible solution given the current information.

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

claude-code - 💡(How to fix) Fix [BUG] “I am being charged for actions I cannot observe, control, or attribute to my intent.” [1 participants]