[DOCS] `/cost` docs still say the command isn't relevant for subscribers

Status Fixed / completed
Maintainer reply None cached
Activity 5 comments · opened Apr 4, 2026 · closed Jun 23, 2026

Documentation Type

Incorrect/outdated documentation

Documentation Location

https://code.claude.com/docs/en/costs

Section/Topic

Using the /cost command on the costs page, plus the /cost row in the built-in commands reference

Current Documentation

No current code.claude.com page documents the new per-model or cache-hit breakdown in /cost for subscription users.

The costs guide currently says:

The /cost command shows API token usage and is intended for API users. Claude Max and Pro subscribers have usage included in their subscription, so /cost data isn't relevant for billing purposes. Subscribers can use /stats to view usage patterns. The /cost command provides detailed token usage statistics for your current session: Total cost: $0.55 Total duration (API): 6m 19.7s Total duration (wall): 6h 33m 10.2s Total code changes: 0 lines added, 0 lines removed

The commands reference currently says:

/cost | Show token usage statistics. See cost tracking guide for subscription-specific details

What's Wrong or Missing?

A. The costs guide still describes /cost as not relevant for subscribers

Changelog v2.1.92 added:

Added per-model and cache-hit breakdown to /cost for subscription users

Current docs still tell subscribers that /cost is not relevant for them and send them to /stats instead. That guidance is now outdated if /cost includes subscription-user breakdowns.

B. The new subscriber-facing output is undocumented

The docs do not explain:

  • that subscription users now get additional /cost output
  • what the per-model breakdown covers
  • what the cache-hit breakdown represents
  • how the subscription-user view relates to /stats and to API billing-oriented /cost data

Suggested Improvement

Update the /cost documentation to distinguish API billing information from subscription-user analytics.

Specifically:

  • revise the note so it no longer says /cost is irrelevant for subscribers
  • clarify which subscription plans receive the new breakdown
  • document that subscription users can see per-model and cache-hit breakdowns in /cost
  • add a subscriber-focused example or sample output showing the additional sections
  • update the /cost row in the commands reference so its “subscription-specific details” link points to actual documented subscriber behavior

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

| Page | Context |
|------|---------|
| https://code.claude.com/docs/en/costs | Primary /cost documentation currently says the command is intended for API users and not relevant for subscribers |
| https://code.claude.com/docs/en/commands | Built-in command table says /cost has subscription-specific details, but links to the outdated costs guidance |

Total scope: 2 pages affected

Source: Changelog v2.1.92

Exact changelog entry:

Added per-model and cache-hit breakdown to /cost for subscription users

View original on GitHub ↗

4 Comments

Sebi2020 · 4 months ago

I use Claude 2.1.92 with team plan subscription and get no breakdown if I call /cost, it still shows:

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

The changelog seems very misleading since it does not show anything, at least not for all subscription types.

coygeek · 3 months ago

Just checked the current docs again. This issue is not fully resolved yet.

coygeek · 3 months ago

Still relevant as of 2026-05-28. I checked the current docs and this documentation gap still appears unresolved.

coygeek · 2 months ago

Issue #43357 Verification

Title: [DOCS] /cost docs still say the command isn't relevant for subscribers
Issue Date: 2026-04-04
Verification Date: 2026-06-23
Status: RESOLVED

---

Issue Summary

This issue reports that the costs guide on https://code.claude.com/docs/en/costs still describes the /cost command as intended for API users and not relevant for subscribers, and that the new subscriber-facing per-model and cache-hit breakdown in /cost (added in changelog v2.1.92) is undocumented. The issue further notes that the /cost row in the built-in commands reference links to subscription-specific details that do not reflect the new behavior.

---

Verification Results

Claim 1: The costs guide still describes /cost as not relevant for subscribers

Status: RESOLVED

The current costs page no longer titles the relevant section "Using the /cost command." At https://code.claude.com/docs/en/costs, line 17 the section heading is now ### Using the /usage command, and at lines 19-21 the Note states:

The Session block in /usage shows API token usage and is intended for API users. Claude Max and Pro subscribers have usage included in their subscription, so the session cost figure isn't relevant for billing purposes. Subscribers see plan usage bars, activity stats, and a usage breakdown on the same screen.

The note is now scoped to the Session block within /usage, not to the /cost command itself. The introductory paragraph at line 9 still positions the page around API token consumption, and the paragraph at line 23 still scopes the dollar figure to the Session block. The costs page no longer tells subscribers to ignore /cost; instead it tells them to ignore the dollar figure in the Session block while keeping the rest of the screen.

Verdict: The misleading "subscribers should not use /cost" guidance has been replaced. The same caveat is now correctly scoped to a specific sub-element of the merged /usage//cost view.

---

Claim 2: The new subscriber-facing output in /cost is undocumented

Status: RESOLVED

The current costs page now documents the subscriber-facing breakdown. At https://code.claude.com/docs/en/costs, lines 32-34 state:

On a Pro, Max, Team, or Enterprise plan, /usage also shows a breakdown of what counts against your plan limits. It attributes recent usage to skills, subagents, plugins, and individual MCP servers, with each shown as a percentage of the total. Press d or w to switch between the last 24 hours and the last 7 days. The figures are approximate and computed from local session history on this machine, so usage from other devices or claude.ai is not included. In the VS Code extension, the same breakdown appears in the Account & usage dialog with a Day and Week toggle. Requires Claude Code v2.1.174 or later.

The commands reference at https://code.claude.com/docs/en/commands reinforces the same description. At line 139 the /usage row reads:

Show session cost, plan usage limits, and activity stats. On a Pro, Max, Team, or Enterprise plan, includes a breakdown of usage by skill, subagent, plugin, and MCP server. See the cost tracking guide for details. /cost and /stats are aliases

The implementation described in the live docs (breakdown by skill, subagent, plugin, and MCP server) differs in framing from the original v2.1.92 changelog text ("per-model and cache-hit breakdown"), but the new subscriber-facing output is explicitly documented on both the costs guide and the commands reference, including the eligible plans and how to switch between 24-hour and 7-day views.

Verdict: The new subscriber-facing output is documented in the costs guide and the commands reference, with the eligible plans, what the breakdown covers, and where to find it.

---

Claim 3: The /cost row in the commands reference links to outdated subscription-specific details

Status: RESOLVED

At https://code.claude.com/docs/en/commands, line 66 the /cost row now reads:

/cost | Alias for /usage

The subscription-specific details that the old row pointed to have been replaced with a direct pointer to the merged /usage view, which is now the page that documents the subscriber breakdown. Line 125 also lists /stats as "Alias for /usage. Opens on the Stats tab", keeping the three commands consistent.

Verdict: The /cost row no longer points at outdated subscription-specific guidance; it now redirects to the documented /usage view.

---

Current State

| Claim | Status |
|-------|--------|
| The costs guide still describes /cost as not relevant for subscribers. | RESOLVED |
| The new subscriber-facing output in /cost is undocumented. | RESOLVED |
| The /cost row in the commands reference links to outdated subscription-specific details. | RESOLVED |

---

Suggested Fix

N/A - issue has been resolved.

---

References

  • URL: https://code.claude.com/docs/en/costs
  • Lines 17-21: The relevant section is now titled "Using the /usage command", and the API-user caveat is scoped to the Session block within /usage rather than to /cost.
  • Lines 32-34: The subscriber-facing breakdown (by skill, subagent, plugin, and MCP server) is documented for Pro, Max, Team, and Enterprise plans, with d/w toggle and VS Code parity noted.
  • URL: https://code.claude.com/docs/en/commands
  • Line 66: /cost is now listed as an alias for /usage.
  • Line 125: /stats is listed as an alias for /usage, opening on the Stats tab.
  • Line 139: /usage describes the session cost, plan usage limits, and activity stats, and notes the breakdown by skill, subagent, plugin, and MCP server for Pro, Max, Team, and Enterprise plans.
  • URL: https://code.claude.com/docs/en/changelog
  • Line 1795: Changelog v2.1.92 records "Added per-model and cache-hit breakdown to /cost for subscription users". The current docs describe a related but differently framed breakdown (by skill, subagent, plugin, and MCP server).

---

Conclusion & Recommendation

Primary Concern: The issue reported that the costs guide still told subscribers that /cost was not relevant for them and that the new subscriber-facing output added in v2.1.92 was undocumented.

Resolution Status: RESOLVED

Recommendation: CLOSE

The costs guide now scopes the API-user caveat to the Session block within /usage, and /cost is an alias for /usage in the commands reference. The new subscriber-facing breakdown is documented in the costs guide and the commands reference, with the eligible plans and what the breakdown covers. The implementation described in the current docs differs in framing from the original v2.1.92 changelog wording, but the documentation gap the issue reported has been closed.

Showing cached comments. Read the full discussion on GitHub ↗