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**