v1.0.19 - Codex context display
v1.0.19 - Codex context display
This release fixes the Codex model/context display in chat windows.
Changes
- Codex model labels now use the same blue styling in cloned/secondary chat windows as the primary chat window.
- Codex context usage now updates from Codex native
token_countsession logs instead of staying at a dash. /session-infofor Codex agents now returnscontextUsed,contextWindow,codexContextWindow, and token usage details when available.- Codex SSE terminal events now include context usage so the model bar can update immediately after streamed turns.
- Added a portable fallback to use Codex's own
model_context_windowwhen OpenClaw model config does not define a context window. - Cache-busted
chat.jsandstyle.cssfor the updated UI behavior.
Verified
npm testpython3 -m py_compile src/server/server.pynode --check src/client/js/chat.jsgit diff --check- Live Codex SSE smoke tests on 8590 and 8586 before release