fix: update cli session changelog (#70132)

This commit is contained in:
Ayaan Zaidi
2026-04-22 16:56:42 +05:30
parent 9ad58ddc7e
commit 7fd8eeecf2

View File

@@ -48,6 +48,7 @@ Docs: https://docs.openclaw.ai
- OpenAI Codex: add a ChatGPT device-code auth option beside browser OAuth, so headless or callback-hostile setups can sign in without relying on the localhost browser callback. (#69557) Thanks @vincentkoc.
- CLI sessions: keep provider-owned CLI sessions through implicit daily expiry while preserving explicit reset behavior, and retain Claude CLI binding metadata across gateway agent requests. (#70106) Thanks @obviyus.
- fix(config): accept truncateAfterCompaction (#68395). Thanks @MonkeyLeeT
- CLI/Claude: keep Claude CLI session bindings stable across OAuth access-token refreshes, so gateway restarts continue the same Claude conversation instead of minting a fresh one. (#70132) Thanks @obviyus.
## 2026.4.21