[PR #2810] Include step-start and step-finish for cost tracking #10445

Closed
opened 2026-02-16 18:15:05 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2810

State: closed
Merged: Yes


The new json format excludes step-start and step-finish, which means you can't access the cost via json output. The initial version of the PR included them, but was too verbose. This adds these lines back in:

{"type":"step_start","timestamp":1758919896305,"sessionID":"ses_6783457c2ffeICANaRjenHkVxv","part":{"id":"prt_987cbacef001avphNDsk6GIW22","messageID":"msg_987cba88e001nNnKFuCUiZZqZ3","sessionID":"ses_6783457c2ffeICANaRjenHkVxv","type":"step-start"}}

{"type":"step_finish","timestamp":1758919898483,"sessionID":"ses_6783457c2ffeICANaRjenHkVxv","part":{"id":"prt_987cbb572001dBJeMtv6BrJDTQ","messageID":"msg_987cba88e001nNnKFuCUiZZqZ3","sessionID":"ses_6783457c2ffeICANaRjenHkVxv","type":"step-finish","tokens":{"input":11087,"output":145,"reasoning":0,"cache":{"write":0,"read":0}},"cost":0.0070147}}

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2810 **State:** closed **Merged:** Yes --- The new json format excludes step-start and step-finish, which means you can't access the cost via json output. The initial version of the PR included them, but was too verbose. This adds these lines back in: {"type":"step_start","timestamp":1758919896305,"sessionID":"ses_6783457c2ffeICANaRjenHkVxv","part":{"id":"prt_987cbacef001avphNDsk6GIW22","messageID":"msg_987cba88e001nNnKFuCUiZZqZ3","sessionID":"ses_6783457c2ffeICANaRjenHkVxv","type":"step-start"}} {"type":"step_finish","timestamp":1758919898483,"sessionID":"ses_6783457c2ffeICANaRjenHkVxv","part":{"id":"prt_987cbb572001dBJeMtv6BrJDTQ","messageID":"msg_987cba88e001nNnKFuCUiZZqZ3","sessionID":"ses_6783457c2ffeICANaRjenHkVxv","type":"step-finish","tokens":{"input":11087,"output":145,"reasoning":0,"cache":{"write":0,"read":0}},"cost":0.0070147}}
yindo added the pull-request label 2026-02-16 18:15:05 -05:00
yindo closed this issue 2026-02-16 18:15:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10445