Skip to main content

OpenAI Codex CLI Changelog

Hindsight memory integration for OpenAI Codex CLI.

← Codex CLI integration

0.3.0

Improvements

  • Added a configurable timeout for Codex recall to prevent long-running recalls from hanging.·@voarsh2@voarsh2·eb76510a

Bug Fixes

  • Filtered out synthetic AGENTS startup messages so they don’t pollute saved memories or transcripts.·@voarsh2@voarsh2·b41e5e36
  • Fixed PowerShell-related encoding issues when running the Codex integration on Windows.·@jerviscui@jerviscui·b837e66c
  • Improved UTF-8 handling when reading transcripts and deriving bank IDs, preventing corrupted non-ASCII memory identifiers/content.·@Desko77@Desko77·08a75b5b

0.2.1

Improvements

  • All Codex integration HTTP requests now include an identifying User-Agent header for better request tracking and compatibility. (9372462e)

0.2.0

Features

  • Retain structured Codex tool calls from rollout files so they’re preserved in Hindsight memory. (3461398b)

0.1.1

Features

  • Added Hindsight memory integration for the OpenAI Codex CLI, enabling Codex to use and store memories in Hindsight. (0b17a67c)

0.1.0

Features

  • Added Hindsight memory integration for OpenAI Codex CLI with three hook scripts: SessionStart (daemon warm-up), UserPromptSubmit (auto-recall), and Stop (auto-retain). (0b17a67c)
  • Full-session retain with session-level upsert using session ID as document ID. (0b17a67c)
  • Dynamic bank IDs for per-project memory isolation. (0b17a67c)
  • Automatic daemon lifecycle management with background pre-start. (0b17a67c)
  • 57 automated tests covering content processing and end-to-end hook behavior. (71125cd9)