diff --git a/hindsight-docs/src/pages/changelog/integrations/claude-code.md b/hindsight-docs/src/pages/changelog/integrations/claude-code.md index 02ed78b7..652aa9e4 100644 --- a/hindsight-docs/src/pages/changelog/integrations/claude-code.md +++ b/hindsight-docs/src/pages/changelog/integrations/claude-code.md @@ -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** diff --git a/hindsight-integrations/claude-code/.claude-plugin/plugin.json b/hindsight-integrations/claude-code/.claude-plugin/plugin.json index a704864e..41b366fa 100644 --- a/hindsight-integrations/claude-code/.claude-plugin/plugin.json +++ b/hindsight-integrations/claude-code/.claude-plugin/plugin.json @@ -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"]