mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
e4bd435dec
Address review: replace the two-statement parent metrics update (set usage + add_accumulated_usage) with one SessionManager::update_usage_metrics that sets the context-window columns and increments the accumulated totals/cost in a single atomic UPDATE. add_accumulated_usage remains for the subagent roll-up, which only touches accumulated columns.