LingTai TUI/Portal v0.9.6
Highlights
- Added Codex multi-OAuth support in the TUI/preset flow, matching the kernel's per-preset Codex token-file support.
- Added swiss-knife token-usage tool-call/API-call trend reports, including the trend script and skill catalog wording.
- Improved
/doctorclarity and scrolling behavior. - Fixed bilingual/i18n loading text and defaulted token/context cap guidance to 250k.
- Included cache-miss/detail improvements and release-only star CSV normalization.
Validation
- Release head:
3460ece328c60b80a2a6a8c5431c96f1cb25e210 - Base:
fad18e284306835e6ff10e16a515cd5e11b7d git diff --check v0.9.5...HEADcd tui && go test -count=1 ./...cd portal/web && npm ci && npm run buildcd portal && go test -count=1 ./...cd tui && make clean && make buildcd portal && make clean && make build
Known caveat: the portal/web npm step still reports existing audit warnings and an fsevents allow-scripts warning; build and tests passed.