fleet-memory/skills/hindsight-docs/references/changelog/integrations/codex.md
2026-03-30 17:50:02 +02:00

1.8 KiB
Raw Blame History

hide_table_of_contents
true

import PageHero from '@site/src/components/PageHero';

← Codex CLI integration

0.2.0

Features

  • Retain structured Codex tool calls from rollout files so theyre 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)