Release notes: LingTai TUI v0.9.5 and kernel v0.14.0

techdevlog
TL;DR. LingTai TUI v0.9.5 and LingTai kernel v0.14.0 are out. The kernel makes the Codex integration more honest and observable — accurate request metadata, the operator's own ChatGPT account header, and end-to-end LLM latency telemetry — while hardening turn recovery. The TUI gets a faster launch path and richer, more readable notifications.

This release is about telling the truth and measuring the cost.

The previous window made tool-result metadata visible. This one turns that lens on the runtime’s own behavior: what it tells the backend about itself, and how long each phase of a turn actually takes. Less guessing, more measurement.

What changed

TUI / Portal v0.9.5

Kernel v0.14.0

Why this matters

When an agent runs for hours, two questions decide whether you trust it: what is it telling the world about itself, and where is the time going. This release answers both. The honest metadata envelope and forwarded account header mean Codex sees the truth about who is calling; the latency telemetry means a slow turn is now a measurable fact instead of a hunch. The recovery work — durable replay, poison recovery — keeps a single stuck turn from taking down a long session.

Validation

Kernel v0.14.0 was validated with:

TUI/Portal v0.9.5 was validated with:

For regular users, LingTai’s managed project environments remain the normal way the runtime package is resolved. The PyPI page is the published runtime package source and a useful verification point, not the primary end-user upgrade story.

Direction

The theme stays steady: make the runtime honest about itself, and measurable. With latency now instrumented, the next step is to act on what it shows — trim the slow phases, and keep long-running work both truthful and recoverable.