LingTai TUI v0.10.4
Highlights
- Portal startup and replay reliability: timeout cleanup, replay-cache writer changes, and a fix for the
rehydrateDonedeadlock path. - Safer update/setup flows:
/update-tuiself-update command, explicit utility refresh behavior, cleaner credential Esc handling, and stricterconfig.jsonpermissions. - 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...HEADcd tui && go test -count=1 ./...cd portal/web && npm ci && npm run buildcd portal && go test -count=1 ./...cd tui && make clean && make build && ./bin/lingtai-tui versioncd 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.