LingTai kernel v0.15.2
Highlights
- Codex summarize/cache behavior now waits for the provider-side reconstruction trigger before resetting the websocket epoch, preserving incremental continuation when summarize only changed local visible history (#534).
- Summarize/molt guidance now distinguishes local compaction from delayed provider reconstruction, treats task-boundary molt as the stronger completed-work boundary, and avoids summarize-first when a molt is already planned (#535).
_meta.agent_meta.token_efficiencynow exposes current-session token economy (API calls, input/cached tokens, cache rate, average input tokens, and context size/window) so agents and UI surfaces can reason about live token efficiency (#537)._metapayloads are leaner: notification guidance is now a residentmeta_guidance.notification_handlinghook, per-channel duplicate guidance is removed, tool-result char leaders are capped to top 5, and the post-reconstruction molt reminder is aligned to0.6 * context_window(#538).readnow defaults to a 100k-character page budget while preserving the 200k runtime hard cap, matching the new assumption that short-lived long-result inspection is acceptable before summarizing or molting.
Validation
- Release branch is based on
5b29ac963412856a89b75aeb49e58ac4a0ef64d6(Compact meta block guidance payloads (#538)) on top ofv0.15.1, with the release PR adding the0.15.2version bump and the 100kreaddefault cap patch. git diff --checkpassed.PYTHONPATH=src python -m pytest -qpassed:3040 passed, 4 skipped in 291.20s.python -m buildsucceeded;python -m twine check dist/*passed; archive inspection found no__pycache__or.pycfiles.- SHA256: wheel
2854c7aa7c7630d4f91e86e73395cee3497cf769b3e5e713e66db3a0a3f36aa4; sdist5bd4976b10b1e4157ea4bb257e5e63932015bea54ef21e382351f4952e8693ae.
Contributors
Thanks to: huangzesen.