Skip to content

LingTai TUI/Portal v0.10.0

Choose a tag to compare

@huangzesen huangzesen released this 26 Jun 07:56
37be28b

Highlights

  • Promotes the TUI/Portal line to v0.10.0.
  • Makes live session/context telemetry visible on the home screen without requiring expansion.
  • Aligns the home context row with /kanban by using the same live .status.json source and compact context bar.
  • Cleans up visible footer/status hints, including removing stale ctrl+e editor and localizing the ctrl+o expand hint across English, Chinese, and Wenyan copy.
  • Includes the broader v0.9.6 → v0.10.0 release-window fixes and documentation polish captured in the release log.

Validation

  • Release head: 37be28b09b3a9d16b3c9daccb408698b56a38f30
  • Previous tag: v0.9.6
  • Scope: 49 commits, 55 files changed, +5118/-723
  • git diff --check v0.9.6...HEAD — only the known docs/stars/stars.csv CRLF caveat
  • cd portal/web && npm ci && npm run build
  • cd tui && go test -count=1 ./...
  • cd tui && go test ./internal/fs ./internal/tui ./i18n -count=1
  • cd portal && go test -count=1 ./...
  • make -C tui build VERSION=v0.10.0lingtai-tui v0.10.0
  • make -C portal build VERSION=v0.10.0lingtai-portal v0.10.0

Known caveats: portal/web still reports existing npm audit warnings and an fsevents allow-scripts warning; builds and tests passed.