From ffc96bec970e6466ff897fa4810507cf4fc22a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Thu, 26 Mar 2026 12:58:25 +0100 Subject: [PATCH] release(claude-code): v0.3.0 --- .../src/pages/changelog/integrations/claude-code.md | 6 ++++++ .../claude-code/.claude-plugin/plugin.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"]