Skip to content

docs(roadmap): add #360 — /tokens, /stats, /cost identical output; no context-window or cost_usd#2872

Open
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-349-tokens-stats-cost-identical
Open

docs(roadmap): add #360 — /tokens, /stats, /cost identical output; no context-window or cost_usd#2872
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-349-tokens-stats-cost-identical

Conversation

@code-yeongyu
Copy link
Copy Markdown
Collaborator

Pinpoint #349

Three commands with distinct names produce identical JSON; none includes context-window utilisation.

Live on a510f73:

/tokens → {kind:"stats", input_tokens:0, ...}  // same as /stats
/stats  → {kind:"stats", input_tokens:0, ...}
/cost   → {kind:"cost",  input_tokens:0, ...}  // same payload, different kind
// context_window: absent  context_remaining: absent  cost_usd: absent

Caller cannot check context headroom, cannot budget spend, cannot distinguish turn counts from token costs — all three commands are the same blob.

ROADMAP.md only

@code-yeongyu code-yeongyu force-pushed the docs/roadmap-349-tokens-stats-cost-identical branch from 1abb681 to 44a24da Compare April 29, 2026 21:32
@code-yeongyu code-yeongyu changed the title docs(roadmap): add #349 — /tokens, /stats, /cost identical output; no context-window field docs(roadmap): add #360 — /tokens, /stats, /cost identical output; no context-window or cost_usd Apr 29, 2026
itwizardo pushed a commit to itwizardo/hackcode that referenced this pull request Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant