From bd0b3efd8fa09ec9450203bceaa30e1ea2c6f68b Mon Sep 17 00:00:00 2001 From: iris Date: Mon, 8 Jun 2026 20:24:39 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20post-#1442=20cleanup=20=E2=80=94=20fix?= =?UTF-8?q?=20stale=20price=20example=20+=20drop=20dead=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two small follow-ups after the modelPrices PR (#1442): - nix/modules/hive-c0re.nix: the `modelPrices` option `example` still showed the old 5-minute sonnet `cache_write = 3.75`; the default is now the 1-hour TTL `6.0`. Bump the example to match so it doesn't mislead. - frontend/packages/agent/agent.css: remove the dead `.stats-empty-note` selector (no element uses it — the stats empty state paints on canvas). --- frontend/packages/agent/src/agent.css | 2 -- nix/modules/hive-c0re.nix | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/packages/agent/src/agent.css b/frontend/packages/agent/src/agent.css index 2636b4ba..fc782216 100644 --- a/frontend/packages/agent/src/agent.css +++ b/frontend/packages/agent/src/agent.css @@ -1059,8 +1059,6 @@ pre.diff { .stats-card.wide { grid-column: 1 / -1; } .stats-card.wide .chart-wrap { height: 260px; } -.stats-empty-note { color: var(--muted); font-style: italic; } - /* ─── /screen page ─── */ /* Full-screen VNC canvas viewer (screen.html). All rules scoped to body.screen-shell so they can coexist with the agent/stats rules. */ diff --git a/nix/modules/hive-c0re.nix b/nix/modules/hive-c0re.nix index 05291b6d..6f3e9396 100644 --- a/nix/modules/hive-c0re.nix +++ b/nix/modules/hive-c0re.nix @@ -476,7 +476,7 @@ in input = 3.0; output = 15.0; cache_read = 0.3; - cache_write = 3.75; + cache_write = 6.0; }; }; description = ''