Skip to content

v1.4.179

Choose a tag to compare

@github-actions github-actions released this 10 Aug 12:52
· 251 commits to main since this release

New features

None — this is a hotfix release focused on native chat history and performance.

Fixes

  • Native chat history (#13393) — Restores Codex/native chat history across transcript formats so sessions no longer look empty or incomplete after Codex storage changes.
  • Codex history & metadata (#13573) — Hardens paginated Codex session titles, previews, and message counts, and bounds native-chat RPC image payloads.

Reliability & performance

  • Quick Command host work (#13517) — Defers non-urgent Quick Command host work off the hot path so closed terminal menus stop thrashing on remote state updates.
  • Jump palette unmount (#13525) — Unmounts closed jump-palette content to free renderer resources when Cmd+J is not open.
  • Advertised URL scans (#13514) — Skips impossible advertised URL scans in PTY output to cut terminal watcher overhead.

Full PR list

#13393, #13514, #13517, #13525, #13573

Full Changelog: v1.4.178...v1.4.179