docs(roadmap): add #364 — /cost returns no cost_usd; identical to /stats#2864
Open
code-yeongyu wants to merge 1 commit intomainfrom
Open
docs(roadmap): add #364 — /cost returns no cost_usd; identical to /stats#2864code-yeongyu wants to merge 1 commit intomainfrom
code-yeongyu wants to merge 1 commit intomainfrom
Conversation
|
Please unsubscribe me from this mailing list
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: YeonGyu-Kim ***@***.***>
Sent: Wednesday, April 29, 2026 10:06:44 PM
To: ultraworkers/claw-code ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [ultraworkers/claw-code] docs(roadmap): add #344 — cost command returns no dollar amount; identical to stats (PR #2864)
External Email
Pinpoint #344<#344>
/cost --output-format json returns only token counts, no monetary figure. Also /cost and /stats produce identical JSON (diff only in kind).
Live on f65b2b4:
{"kind":"cost","cache_creation_input_tokens":0,"input_tokens":0,"output_tokens":0,"total_tokens":0}
// cost_usd: absent
// currency: absent
diff /cost /stats → identical (except kind)
ROADMAP.md only
________________________________
You can view, comment on, or merge this pull request online at:
#2864
Commit Summary
* 7f82347<7f82347> docs(roadmap): add #344 — cost command returns no dollar amount; identical to stats
File Changes
(1 file<https://github.com/ultraworkers/claw-code/pull/2864/files>)
* M ROADMAP.md<https://github.com/ultraworkers/claw-code/pull/2864/files#diff-683343bdf93f55ed3cada86151abb8051282e1936e58d4e0a04beca95dff6e51> (2)
Patch Links:
* https://github.com/ultraworkers/claw-code/pull/2864.patch
* https://github.com/ultraworkers/claw-code/pull/2864.diff
—
Reply to this email directly, view it on GitHub<#2864>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BKR2UOFFHMASYL6C4LVGT234YIVRZAVCNFSM6AAAAACYLAT5PCVHI2DSMVQWIX3LMV43ASLTON2WKOZUGM2TEMJRHEZTSMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
7f82347 to
779b450
Compare
779b450 to
b51b73e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pinpoint #344
/cost --output-format jsonreturns only token counts, no monetary figure. Also/costand/statsproduce identical JSON (diff only inkind).Live on
f65b2b4:{"kind":"cost","cache_creation_input_tokens":0,"input_tokens":0,"output_tokens":0,"total_tokens":0} // cost_usd: absent // currency: absentdiff /cost /stats→ identical (except kind)ROADMAP.md only