Skip to content

LingTai kernel v0.14.2

Choose a tag to compare

@huangzesen huangzesen released this 24 Jun 01:26

Highlights

  • Added per-preset Codex OAuth token-file support through manifest.llm.codex_auth_path, so different Codex presets can carry separate authenticated identities without overwriting the default OAuth token.
  • Fixed daemon historical check behavior after refresh/molt so completed emanations remain inspectable from their persisted run artifacts.
  • Improved Bash UX around empty working_dir handling.

Validation

  • Release head: 009f1aa84eb6926f88001ad284d435181e758fa5
  • Base: 2ee8addbdc437b3be8af1c3249e488992af072a1
  • python -m compileall -q src tests
  • Focused/expanded pytest across daemon, bash, notification, preset, deep-refresh, tool-executor, OpenAI, Codex, provider, and auth surfaces: 513 passed
  • python -m build
  • python -m twine check dist/lingtai-0.14.2*