Skip to content

Commit a26077f

Browse files
committed
chore: release v0.7.7
1 parent c7e9038 commit a26077f

9 files changed

Lines changed: 27 additions & 22 deletions

File tree

CAPABILITIES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HUD capabilities
22

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`)
55
- Kimi Code baseline: `0.38.0` (`0999454bdcb5ddd98f39bffee434dcf0a810f394`)
66

77
This is the canonical inventory of footer coverage, readable data, and
@@ -149,7 +149,7 @@ an intentional presentation choice; **degraded** loses useful upstream detail;
149149
**missing** is an open parity gap; **host-owned** remains on footer line 2 and
150150
does not need to be redrawn by the command.
151151

152-
| Official line-1 slot or state | Upstream 0.38.0 | HUD v0.7.6 | Status |
152+
| Official line-1 slot or state | Upstream 0.38.0 | HUD v0.7.7 | Status |
153153
|---|---|---|---|
154154
| permission mode | `manual` has no badge; `auto` / `yolo` use the warning color | Reads `permissionMode`; always shows `[manual]`, and makes `[auto]` red | covered, presentation variant |
155155
| plan mode | `plan` in the mode slot | Reads `planMode` | covered, presentation variant |

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The project follows [Semantic Versioning](https://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.7.7] - 2026-08-23
10+
911
### Changed
1012

1113
- Goal badge rework: shortened to `[goal 7 turns]` (`3/10 turns` when the
@@ -440,7 +442,8 @@ The project follows [Semantic Versioning](https://semver.org/).
440442
- Adopt and remove legacy unmarked SessionStart hook blocks without disturbing
441443
unrelated hook configuration.
442444

443-
[Unreleased]: https://github.com/FinbackYu/kimi-code-hud/compare/v0.7.6...HEAD
445+
[Unreleased]: https://github.com/FinbackYu/kimi-code-hud/compare/v0.7.7...HEAD
446+
[0.7.7]: https://github.com/FinbackYu/kimi-code-hud/releases/tag/v0.7.7
444447
[0.7.6]: https://github.com/FinbackYu/kimi-code-hud/releases/tag/v0.7.6
445448
[0.7.5]: https://github.com/FinbackYu/kimi-code-hud/releases/tag/v0.7.5
446449
[0.7.4]: https://github.com/FinbackYu/kimi-code-hud/releases/tag/v0.7.4

KNOWN_ISSUES.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Known issues
22

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`)
55
- Kimi Code baseline: `0.38.0` (`0999454bdcb5ddd98f39bffee434dcf0a810f394`)
66

77
This file tracks open footer parity problems, information boundaries, and
@@ -324,23 +324,25 @@ Acceptance criteria:
324324
previous value may remain and is marked stale after the 60s TTL;
325325
- regression tests cover all of the above (`test/quota.test.mjs`).
326326

327-
## KI-13: Tracked showcase PNGs drift from current rendering behavior
327+
## KI-13: Tracked showcase PNGs had drifted from current rendering behavior
328328

329-
Status: open release-asset drift
329+
Status: closed (fixed in HUD `v0.7.7`)
330330

331331
Affected area: documentation showcase assets
332332

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.
338339

339-
Acceptance criteria:
340+
Resolution:
340341

341-
- regenerate both images from the tracked showcase sources with
342+
- regenerated both images from the tracked showcase sources with
342343
`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
346348
two generated assets.

docs/media/hud-demo.png

-345 Bytes
Loading

docs/media/hud-states.png

-375 Bytes
Loading

docs/showcase/startup-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
/* 版本默认常量:HUD_VERSION 与 kimi.plugin.json 的 version 一致,CLI_VERSION 与
209209
CAPABILITIES.md 的 Kimi Code baseline 一致;export-assets.py 导出时以
210210
?hudver=…&cliver=… 注入覆盖,standalone 打开(无参数)即显示默认值 */
211-
const HUD_VERSION = '0.7.6';
211+
const HUD_VERSION = '0.7.7';
212212
const CLI_VERSION = '0.38.0';
213213
const params = new URLSearchParams(location.search);
214214
const hudver = params.get('hudver') || HUD_VERSION;

docs/showcase/states-gallery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
/* 版本默认常量:与 startup-page.html 一致(HUD_VERSION 取 kimi.plugin.json 的
228228
version,CLI_VERSION 取 CAPABILITIES.md 的 Kimi Code baseline);
229229
export-assets.py 导出时以 ?hudver=…&cliver=… 注入覆盖,standalone 打开即默认 */
230-
const HUD_VERSION = '0.7.6';
230+
const HUD_VERSION = '0.7.7';
231231
const CLI_VERSION = '0.38.0';
232232
const params = new URLSearchParams(location.search);
233233
const hudver = params.get('hudver') || HUD_VERSION;

kimi.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kimi-code-hud",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Zero-dependency HUD status line for Kimi Code CLI: model, thinking, git, context, token speed, cache hit rate and quota.",
55
"keywords": [
66
"kimi-code",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kimi-code-hud",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Zero-dependency custom status line (HUD) for Kimi Code CLI with cache hit rate",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)