v0.8.15
Highlights
- A clearer runtime cockpit:
/helpnow opens the bundled TUI help guide,/daemonsgives a dedicated daemon browser,/notificationlets you inspect live notification channels, and kanban/tool-call display surfaces are easier to read. - Safer agent operations:
/clearnow 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@xczicsalongside maintainer work.
User-visible changes
/helpopens canonical slash-command Markdown docs, backed by thelingtai-tui-helputility skill./daemonsadds a TUI daemon browser, and kanban shows daemon counts./notificationadds 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
/cleardelegates 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-gd9a96fbbefore 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-gd9a96fbbefore 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