Skip to content

LingTai TUI/Portal v0.9.1

Choose a tag to compare

@huangzesen huangzesen released this 13 Jun 22:47
d73aaaa

Highlights

  • Coding CLIs move into first-class bash harnesses. Swiss Knife's old Claude Code / Codex / OpenCode guidance now redirects to the kernel bash-manual harness system, keeping Swiss Knife focused on small utilities. (#335)
  • GLM-5.2 is available in the Zhipu picker. The TUI now lists GLM-5.2 ahead of the existing GLM models and registers its vision capability. (9e6ae53)
  • Default agent context window raised to 300k. New/default project agents inherit a larger context budget by default. (#339)

Release-log coverage

This is a small patch after v0.9.0. Strict TUI delta: v0.9.0...v0.9.1 / v0.9.0...origin/main before tagging: 5 commits, including the GLM-5.2 picker, Swiss Knife → bash-manual migration, and the 300k default context window.

Governance/recovery work such as ToolCallGuard, structured tool-error recovery, Ctrl+O tool-noise improvements, /setup keep-current behavior, and Telegram polling recovery was covered by the preceding 20260613-1 release log and is context rather than new TUI post-tag change.

PR #340 is open and is not included in this release.

Validation

  • git diff --check v0.9.0...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 && ./bin/lingtai-tui version)
  • (cd portal && make clean && make build)

Compare

  • Previous tag: v0.9.0
  • New tag: v0.9.1