Skip to content

LingTai TUI v0.10.4

Choose a tag to compare

@huangzesen huangzesen released this 03 Jul 21:26

Highlights

  • Portal startup and replay reliability: timeout cleanup, replay-cache writer changes, and a fix for the rehydrateDone deadlock path.
  • Safer update/setup flows: /update-tui self-update command, explicit utility refresh behavior, cleaner credential Esc handling, and stricter config.json permissions.
  • Runtime/dev-environment polish: runtime venv environment marker and cleanup of inactive workflow/setup routes.
  • UI/documentation polish: chat bottom behavior after verbose toggle, canonical recipe preview resolvers, release docs updates, and normalized stars CSV whitespace.

Validation

  • git diff --check v0.10.3...HEAD
  • cd tui && go test -count=1 ./...
  • cd portal/web && npm ci && npm run build
  • cd portal && go test -count=1 ./...
  • cd tui && make clean && make build && ./bin/lingtai-tui version
  • cd portal && make clean && make build && ./bin/lingtai-portal version

Release-log coverage

This release covers 28 commits / 12 PRs since v0.10.3, including #530, #528, #519, #469, #500, #499, #514, #525, #522, #524, #523, and #521.