mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 15:15:57 +03:00
[PR #113] [MERGED] fix: clarify cost display as estimate for subscription users #142
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/113
Author: @mikeyobrien
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @mikeyobrien
Base:
main← Head:fix/clarify-cost-estimate📝 Commits (1)
7663b03fix: clarify cost display as estimate for subscription users📊 Changes
3 files changed (+7 additions, -7 deletions)
View changed files
📝
crates/ralph-adapters/src/stream_handler.rs(+3 -3)📝
crates/ralph-cli/src/display.rs(+2 -2)📝
crates/ralph-core/src/summary_writer.rs(+2 -2)📄 Description
Summary
Cost:toEst. cost:across all display locations to clarify this is an estimate of what API calls would cost, not an actual chargeFixes #110
Changes
crates/ralph-cli/src/display.rscrates/ralph-adapters/src/stream_handler.rscrates/ralph-core/src/summary_writer.rsBefore/After
Before:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.