LingTai TUI/Portal v0.10.0
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
/kanbanby using the same live.status.jsonsource and compact context bar. - Cleans up visible footer/status hints, including removing stale
ctrl+e editorand localizing thectrl+oexpand 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 knowndocs/stars/stars.csvCRLF caveatcd portal/web && npm ci && npm run buildcd tui && go test -count=1 ./...cd tui && go test ./internal/fs ./internal/tui ./i18n -count=1cd portal && go test -count=1 ./...make -C tui build VERSION=v0.10.0→lingtai-tui v0.10.0make -C portal build VERSION=v0.10.0→lingtai-portal v0.10.0
Known caveats: portal/web still reports existing npm audit warnings and an fsevents allow-scripts warning; builds and tests passed.