huskies: merge 1017

This commit is contained in:
dave
2026-05-13 23:55:35 +00:00
parent 29e800da21
commit 52180bc402
8 changed files with 651 additions and 35 deletions
+2
View File
@@ -181,6 +181,7 @@ fn status_shows_cost_when_token_usage_exists() {
usage,
);
crate::agents::token_usage::append_record(tmp.path(), &record).unwrap();
crate::service::agents::cost_rollup::init_from_disk(tmp.path());
let agents = AgentPool::new_test(3000);
let output = build_status_from_items(tmp.path(), &agents, &items);
@@ -239,6 +240,7 @@ fn status_aggregates_multiple_records_per_story() {
);
crate::agents::token_usage::append_record(tmp.path(), &record).unwrap();
}
crate::service::agents::cost_rollup::init_from_disk(tmp.path());
let agents = AgentPool::new_test(3000);
let output = build_status_from_items(tmp.path(), &agents, &items);