|
1 | 1 | # Known issues |
2 | 2 |
|
3 | | -- Last verified: 2026-08-22 |
4 | | -- HUD behavior baseline: `v0.7.6` (`f90ff15`) |
| 3 | +- Last verified: 2026-08-23 |
| 4 | +- HUD behavior baseline: `v0.7.7` (`3a5ea76`) |
5 | 5 | - Kimi Code baseline: `0.38.0` (`0999454bdcb5ddd98f39bffee434dcf0a810f394`) |
6 | 6 |
|
7 | 7 | This file tracks open footer parity problems, information boundaries, and |
@@ -324,23 +324,25 @@ Acceptance criteria: |
324 | 324 | previous value may remain and is marked stale after the 60s TTL; |
325 | 325 | - regression tests cover all of the above (`test/quota.test.mjs`). |
326 | 326 |
|
327 | | -## KI-13: Tracked showcase PNGs drift from current rendering behavior |
| 327 | +## KI-13: Tracked showcase PNGs had drifted from current rendering behavior |
328 | 328 |
|
329 | | -Status: open release-asset drift |
| 329 | +Status: closed (fixed in HUD `v0.7.7`) |
330 | 330 |
|
331 | 331 | Affected area: documentation showcase assets |
332 | 332 |
|
333 | | -The tracked `docs/media/hud-states.png` and `docs/media/hud-demo.png` do not |
334 | | -match the current startup rendering behavior. An unconfirmed thinking effort is |
335 | | -dim, and provisional throughput dims the whole speed segment including TTFT; |
336 | | -the images still show the older brighter startup state. Runtime behavior and |
337 | | -tests are unaffected, but the README images remain visually stale. |
| 333 | +The tracked `docs/media/hud-states.png` and `docs/media/hud-demo.png` had |
| 334 | +drifted from the current startup rendering behavior. An unconfirmed thinking |
| 335 | +effort is dim, and provisional throughput dims the whole speed segment |
| 336 | +including TTFT; the images still showed the older brighter startup state. |
| 337 | +Runtime behavior and tests were unaffected, but the README images were |
| 338 | +visually stale. |
338 | 339 |
|
339 | | -Acceptance criteria: |
| 340 | +Resolution: |
340 | 341 |
|
341 | | -- regenerate both images from the tracked showcase sources with |
| 342 | +- regenerated both images from the tracked showcase sources with |
342 | 343 | `node docs/showcase/render-states.mjs && python3 docs/showcase/export-assets.py`; |
343 | | -- read both PNGs back and verify dim effort plus dim TPS/TTFT in the startup row; |
344 | | -- verify both PNGs carry the expected `Author` metadata; |
345 | | -- run strict release metadata and the full HUD test suite before staging the |
| 344 | +- read both PNGs back and verified dim effort plus dim TPS/TTFT in the startup |
| 345 | + row; |
| 346 | +- verified both PNGs carry the expected `Author=FinbackYu` metadata; |
| 347 | +- ran strict release metadata and the full HUD test suite before staging the |
346 | 348 | two generated assets. |
0 commit comments