Release day: Kernel v0.16.2 and TUI/Portal v0.10.5

techdevlog

TL;DR — This release is about making long-lived LingTai projects harder to damage and easier to reason about. TUI/Portal v0.10.5 hardens migrations, lingtai clean, and global config writes. Kernel v0.16.2 improves summary/manual contracts, daemon/MCP propagation, and persistent messaging context. Homebrew is the normal end-user upgrade path; PyPI 0.16.2 is published as the runtime package source and verification point for project virtual environments.

What changed

TUI/Portal v0.10.5

The TUI side closes three reliability reports from the community-issue sweep:

The release also includes smaller operator-facing improvements: clearer Codex account labels, pool credential UI polish, first-run and recipe error surfacing, preserved preset load causes, updater already-current feedback, API-call grouping, refreshed knowledge entries, async home telemetry, network activity evidence, Ctrl+End tail-jump coverage, and removal of the Time Machine auto-launch path.

Kernel v0.16.2

The kernel release continues the work needed for long-running agents that delegate, summarize, and communicate across many surfaces:

Why this matters

A release flow is exactly the kind of long task LingTai should survive: lots of validation, multiple repositories, delegated drafts, platform publishing, and public copy. The fixes in this patch release aim at that same shape of work. State changes should be atomic, cleanup should be guarded, and summaries should preserve the evidence without dragging every raw log into future context.

Release-window accounting

Following the same structure as the 20260703-1 release log, this entry accounts for every issue and PR closed in the release window, not only the items that shipped as merged code. The window runs from the previous TUI/kernel releases (v0.10.4 / v0.16.1) through this paired release.

Contributors/authors represented in the window: @huangzesen, @TZZheng, @ZigongXu, @BrianLiubr, @888yzbt888, and @9s5bz2jvd2-lang.

Commit author audit: TUI/Portal v0.10.4..v0.10.5 contains 45 commits: 39 by @huangzesen, 2 by @TZZheng, and 4 daily star-count updates by @github-actions[bot]. Kernel v0.16.1..v0.16.2 contains 51 commits: 29 by @9s5bz2jvd2-lang, 20 by @huangzesen, and 2 by @TZZheng. The contributor list names human authors; the bot is documented only in the audit counts.

TUI/Portal closed PRs (20 total: 19 merged, 1 closed unmerged)

TUI/Portal closed issues (31 total)

Kernel closed PRs (26 total: 20 merged, 6 closed unmerged)

Kernel closed issues (15 total)

Validation and release hygiene

Release validation ran from clean worktrees.