[PR #113] [MERGED] fix: clarify cost display as estimate for subscription users #142

Closed
opened 2026-02-27 10:22:23 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix/clarify-cost-estimate


📝 Commits (1)

  • 7663b03 fix: 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

  • Changes Cost: to Est. cost: across all display locations to clarify this is an estimate of what API calls would cost, not an actual charge
  • Addresses confusion for Claude Code subscription users who thought they were being charged

Fixes #110

Changes

File Change
crates/ralph-cli/src/display.rs Loop termination summary
crates/ralph-adapters/src/stream_handler.rs Session result displays (Pretty, Console, TUI handlers)
crates/ralph-core/src/summary_writer.rs Markdown summary output

Before/After

Before:

|   Cost:        $1.50

After:

|   Est. cost:   $1.50

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mikeyobrien/ralph-orchestrator/pull/113 **Author:** [@mikeyobrien](https://github.com/mikeyobrien) **Created:** 1/25/2026 **Status:** ✅ Merged **Merged:** 1/25/2026 **Merged by:** [@mikeyobrien](https://github.com/mikeyobrien) **Base:** `main` ← **Head:** `fix/clarify-cost-estimate` --- ### 📝 Commits (1) - [`7663b03`](https://github.com/mikeyobrien/ralph-orchestrator/commit/7663b0354b21f71eae633c4ab7d4389aa6e74231) fix: clarify cost display as estimate for subscription users ### 📊 Changes **3 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ## Summary - Changes `Cost:` to `Est. cost:` across all display locations to clarify this is an estimate of what API calls would cost, not an actual charge - Addresses confusion for Claude Code subscription users who thought they were being charged Fixes #110 ## Changes | File | Change | |------|--------| | `crates/ralph-cli/src/display.rs` | Loop termination summary | | `crates/ralph-adapters/src/stream_handler.rs` | Session result displays (Pretty, Console, TUI handlers) | | `crates/ralph-core/src/summary_writer.rs` | Markdown summary output | ## Before/After **Before:** ``` | Cost: $1.50 ``` **After:** ``` | Est. cost: $1.50 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:22:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#142
No description provided.