fix(tui): clarify input cache telemetry

This commit is contained in:
chengyongru
2026-08-21 17:47:52 +08:00
committed by chengyongru
parent e9ac83d03f
commit 252ea18e88
3 changed files with 17 additions and 16 deletions
+1 -2
View File
@@ -1529,8 +1529,7 @@ describe("NanobotTui layout", () => {
const footer = setup.captureCharFrame().split("\n").find((line) => line.includes("Ready · 1.7s")) || ""
expect(footer).toContain("Ready · 1.7s")
expect(footer).toContain("50 tok/s")
expect(footer).toContain("1.2K in · 80 out")
expect(footer).toContain("75% cached")
expect(footer).toContain("1.2K in (75% cached) · 80 out")
expect(footer).not.toContain("TTFT")
expect(footer).not.toContain("enter send")