Skip to content

v0.8.15

Choose a tag to compare

@huangzesen huangzesen released this 10 Jun 02:01
d9a96fb

Highlights

  • A clearer runtime cockpit: /help now opens the bundled TUI help guide, /daemons gives a dedicated daemon browser, /notification lets you inspect live notification channels, and kanban/tool-call display surfaces are easier to read.
  • Safer agent operations: /clear now routes through kernel context clearing, setup exposes AED max attempts, and mail input sizing plus help-view key routing got focused fixes.
  • Richer built-in guidance: new and updated utility skills cover textbook distillation, preset health checks, academic research workflows, Graphify/repo-map docs, LICC tutorials, and release/procedure guidance.
  • Community and contributor updates: this release includes work and issue input from @TZZheng, @ktwu01, @hao, @ZacharyHu0, @9s5bz2jvd2-lang, @antimonyz, and @xczics alongside maintainer work.

User-visible changes

  • /help opens canonical slash-command Markdown docs, backed by the lingtai-tui-help utility skill.
  • /daemons adds a TUI daemon browser, and kanban shows daemon counts.
  • /notification adds a read-only notification viewer with aggregate and per-channel entries plus reload support.
  • Tool-call display gained timestamps and configurable/untruncated rendering, with blank-line grouping by model API call.
  • Mail input height adapts better, help viewer scroll/close keys are routed correctly, and /clear delegates to kernel context clear.
  • Setup exposes AED max-attempts configuration; install fallback behavior is friendlier on non-Homebrew systems.

Skills, docs, and packaged guidance

  • Added/updated utility skills for TUI help, textbook distillation, preset health checks, academic research, Graphify/repo maps, LICC tutorials, and MiniMax guidance via Swiss Knife.
  • README and localized docs now better frame LingTai as a local always-on workbench and AI agent organization.
  • Release and development guidance now emphasizes HTML release logs, runtime/package boundaries, async agent CLI discipline, and cleaner knowledge/session-journal organization.

Validation

Release candidate: d9a96fb14c7f5d797f0a684ed66e90278efc26f3 (Lingtai-AI/lingtai main).

Checks run from a clean detached release worktree:

  • cd tui && go test ./...
  • cd tui && go build ./...
  • cd tui && make clean && make build && ./bin/lingtai-tui version ✅ (lingtai-tui v0.8.14-67-gd9a96fb before tagging)
  • cd portal/web && npm ci && npm run build
  • cd portal && go test ./...
  • cd portal && make clean && make build && ./bin/lingtai-portal version ✅ (lingtai-portal v0.8.14-67-gd9a96fb before tagging)

Known note: npm audit reports one existing moderate-severity portal web dependency finding; the build and tests pass.

Compare: v0.8.14...v0.8.15