Files
codewhale/crates
lbcheng b6b1599b8c fix(tui): preserve high-water mark in sidebar, add copy_cost_from helper
Sidebar cost total now uses displayed_session_cost_for_currency so the
high-water mark protects against cost reversal during API reconciliation
(#244). The session+agents breakdown is only shown when it matches the
displayed total; otherwise a single total line is rendered.

Add SessionMetadata::copy_cost_from to eliminate the last remaining
manual four-field cost copy (fork-session path).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 19:07:48 +08:00
..