release(claude-code): v0.3.0

This commit is contained in:
Nicolò Boschi 2026-03-26 12:58:25 +01:00
parent 8cb8b9128e
commit ffc96bec97
2 changed files with 7 additions and 1 deletions

View file

@ -8,6 +8,12 @@ import PageHero from '@site/src/components/PageHero';
[← Claude Code integration](/sdks/integrations/claude-code)
## [0.3.0](https://github.com/vectorize-io/hindsight/tree/integrations/claude-code/v0.3.0)
**Features**
- Claude Code integration now retains tool calls as structured JSON for more accurate memory and retrieval. ([`8cb8b912`](https://github.com/vectorize-io/hindsight/commit/8cb8b912))
## [0.2.0](https://github.com/vectorize-io/hindsight/tree/integrations/claude-code/v0.2.0)
**Features**

View file

@ -1,7 +1,7 @@
{
"name": "hindsight-memory",
"description": "Automatic long-term memory for Claude Code via Hindsight. Recalls relevant memories before each prompt and retains conversation transcripts after each response.",
"version": "0.2.0",
"version": "0.3.0",
"author": {"name": "Hindsight Team", "url": "https://vectorize.io/hindsight"},
"license": "MIT",
"keywords": ["memory", "hindsight", "recall", "retain"]