release(codex): v0.2.0

This commit is contained in:
Nicolò Boschi 2026-03-30 17:50:02 +02:00
parent 3461398b52
commit a7adfbb0df
3 changed files with 13 additions and 1 deletions

View file

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

View file

@ -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.",

View file

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