From b8b40e458b0e301252a4db458aa96167bc99383e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Mon, 30 Mar 2026 14:40:58 +0200 Subject: [PATCH] release(codex): v0.1.1 --- 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 0748d7d4..07a65d58 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.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.1.1) + +**Features** + +- Added Hindsight memory integration for the OpenAI Codex CLI, enabling Codex to use and store memories in Hindsight. ([`0b17a67c`](https://github.com/vectorize-io/hindsight/commit/0b17a67c)) + ## [0.1.0](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.1.0) **Features** diff --git a/hindsight-integrations/codex/settings.json b/hindsight-integrations/codex/settings.json index 6b18c28a..9d1c66fd 100644 --- a/hindsight-integrations/codex/settings.json +++ b/hindsight-integrations/codex/settings.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "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 0748d7d4..07a65d58 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.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.1.1) + +**Features** + +- Added Hindsight memory integration for the OpenAI Codex CLI, enabling Codex to use and store memories in Hindsight. ([`0b17a67c`](https://github.com/vectorize-io/hindsight/commit/0b17a67c)) + ## [0.1.0](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.1.0) **Features**