mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
0d4e9f3ede
* fix(codex): report harness context window as session contextTokens Codex app-server reports model_context_window per turn. Carry it through the projector into the run result meta so session rows show the real window instead of the catalog's standard-tier input cap (272k vs 1M for gpt-5.6 models). * improve(ui): compact chat context popover Inline stat rows replace boxed tiles; zero-value cost rows and the whole cost section when empty are omitted; provider/model provenance lines are removed because the footer already shows the model; and the popover is narrowed to 300px. * refactor(codex): split attempt-result assembly out of event projector * fix(codex): seed attempt context window from startup binding App-server v2 turn/started omits the core model_context_window, so thread/tokenUsage/updated is the only live carrier. Seed usage-less attempts from the retained startup binding rollout/session window so session metadata cannot regress to the catalog fallback. * fix(codex): prefer native startup context window Persisted session contextTokens has no source provenance and may contain the catalog fallback. Keep the minimum window for the conservative rotation fuse, but seed the projector from the native rollout when it is available. * chore(plugin-sdk): regenerate api baseline (new format) * revert(gateway): "prevent restart replay after final delivery" (broke 5 CI jobs)