release(codex): v0.1.1
This commit is contained in:
parent
e65bd361cc
commit
b8b40e458b
3 changed files with 13 additions and 1 deletions
|
|
@ -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)
|
[← 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)
|
## [0.1.0](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.1.0)
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"hindsightApiUrl": "",
|
"hindsightApiUrl": "",
|
||||||
"bankId": "codex",
|
"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.",
|
"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.",
|
||||||
|
|
|
||||||
|
|
@ -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)
|
[← 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)
|
## [0.1.0](https://github.com/vectorize-io/hindsight/tree/integrations/codex/v0.1.0)
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue