From 25ddca9ef0de807e45be1f432f841336e4be29d2 Mon Sep 17 00:00:00 2001 From: t Date: Fri, 12 Jun 2026 12:22:34 -0600 Subject: add latest output into footer context window display --- src/tui_app.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tui_app.zig') diff --git a/src/tui_app.zig b/src/tui_app.zig index 42dc929..4e9fee3 100644 --- a/src/tui_app.zig +++ b/src/tui_app.zig @@ -914,7 +914,7 @@ pub const App = struct { // (output/reasoning excluded — not "in the window"). Latest // value wins; not accumulated. if (mc.usage) |u| { - const ctx = u.input + u.cache_read + u.cache_write; + const ctx = u.input + u.cache_read + u.cache_write + u.output; self.footer.setContextTokens(ctx); self.scheduler.requestRender(); } -- cgit v1.3