Skip to content

v1.0.19 - Codex context display

Choose a tag to compare

@eliautobot eliautobot released this 17 Jun 04:06

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_count session logs instead of staying at a dash.
  • /session-info for Codex agents now returns contextUsed, 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_window when OpenClaw model config does not define a context window.
  • Cache-busted chat.js and style.css for the updated UI behavior.

Verified

  • npm test
  • python3 -m py_compile src/server/server.py
  • node --check src/client/js/chat.js
  • git diff --check
  • Live Codex SSE smoke tests on 8590 and 8586 before release