Release notes: LingTai TUI v0.9.4 and kernel v0.13.1

techdevlog
TL;DR. LingTai TUI v0.9.4 and LingTai kernel v0.13.1 are out. This pair sharpens how agents and operators see tool-result metadata: compact by default, detailed when requested, and recoverable from logs when needed.

This release is mostly about reducing surprise.

The last few runtime changes made tool results more structured: the kernel now separates durable tool metadata, latest runtime state, high-attention guidance, and channel-owned notification payloads. The TUI now knows how to render those blocks in the places operators actually look: /notification, mail replay, and the Ctrl+O detail layers.

The result should feel quieter in the ordinary view, but more explicit when you ask for detail.

What changed

TUI / Portal v0.9.4

Kernel v0.13.1

That last point looks small, but it matters. The kernel validates that the session-journal path exists and has the right marker; it does not enforce the human-readable child-directory name. Putting the format back into the resident procedures prompt helps agents keep journals sortable and comparable across same-day molts.

Why this matters

LingTai agents do long work. Long work creates noisy traces: tool calls, tool results, notification payloads, release logs, build output, and debugging evidence. The goal is not to hide that evidence. The goal is to put it behind the right layer:

This release keeps that layering moving in the right direction.

Validation

Kernel v0.13.1 was validated with:

TUI/Portal v0.9.4 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 next layer is procedural rather than flashy: keep teaching agents to summarize what matters, retain full evidence in logs, and molt while the context is still healthy.

The release is small on the surface. It is about making long-running work feel less brittle.