From a7adfbb0df69de79bce0ce0eb10a613c6407cb7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Mon, 30 Mar 2026 17:50:02 +0200 Subject: [PATCH] release(codex): v0.2.0 --- hindsight-docs/src/pages/changelog/integrations/codex.md | 6 ++++++ hindsight-integrations/codex/settings.json | 2 +- .../references/changelog/integrations/codex.md | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/hindsight-docs/src/pages/changelog/integrations/codex.md b/hindsight-docs/src/pages/changelog/integrations/codex.md index 07a65d58..185497f8 100644 --- a/hindsight-docs/src/pages/changelog/integrations/codex.md +++ b/hindsight-docs/src/pages/changelog/integrations/codex.md @@ -8,6 +8,12 @@ import PageHero from '@site/src/components/PageHero'; [← Codex CLI integration](https://github.com/vectorize-io/hindsight/tree/main/hindsight-integrations/codex) +## [0.2.0](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.2.0) + +**Features** + +- Retain structured Codex tool calls from rollout files so they’re preserved in Hindsight memory. ([`3461398b`](https://github.com/vectorize-io/hindsight/commit/3461398b)) + ## [0.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.1.1) **Features** diff --git a/hindsight-integrations/codex/settings.json b/hindsight-integrations/codex/settings.json index 7ddcc7d5..70346953 100644 --- a/hindsight-integrations/codex/settings.json +++ b/hindsight-integrations/codex/settings.json @@ -1,5 +1,5 @@ { - "version": "0.1.1", + "version": "0.2.0", "hindsightApiUrl": "", "bankId": "codex", "bankMission": "You are a Codex AI coding assistant. Focus on technical decisions, code changes, debugging sessions, and project context relevant to the user's work.", diff --git a/skills/hindsight-docs/references/changelog/integrations/codex.md b/skills/hindsight-docs/references/changelog/integrations/codex.md index 07a65d58..185497f8 100644 --- a/skills/hindsight-docs/references/changelog/integrations/codex.md +++ b/skills/hindsight-docs/references/changelog/integrations/codex.md @@ -8,6 +8,12 @@ import PageHero from '@site/src/components/PageHero'; [← Codex CLI integration](https://github.com/vectorize-io/hindsight/tree/main/hindsight-integrations/codex) +## [0.2.0](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.2.0) + +**Features** + +- Retain structured Codex tool calls from rollout files so they’re preserved in Hindsight memory. ([`3461398b`](https://github.com/vectorize-io/hindsight/commit/3461398b)) + ## [0.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.1.1) **Features**