Skip to content

LingTai TUI/Portal v0.9.6

Choose a tag to compare

@huangzesen huangzesen released this 24 Jun 01:26

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 /doctor clarity 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...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
  • cd 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.