From 64d96a9c536533c0ddc385d212a943498fb08a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Thu, 26 Mar 2026 12:11:28 +0100 Subject: [PATCH] release(claude-code): v0.2.0 --- .../changelog/integrations/claude-code.md | 18 ++++++++++++++++++ .../claude-code/.claude-plugin/plugin.json | 2 +- 2 files changed, 19 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 934c05c6..02ed78b7 100644 --- a/hindsight-docs/src/pages/changelog/integrations/claude-code.md +++ b/hindsight-docs/src/pages/changelog/integrations/claude-code.md @@ -7,3 +7,21 @@ import PageHero from '@site/src/components/PageHero'; [← Claude Code integration](/sdks/integrations/claude-code) + +## [0.2.0](https://github.com/vectorize-io/hindsight/tree/integrations/claude-code/v0.2.0) + +**Features** + +- Added a Claude Code integration plugin for capturing and using Hindsight memory in Claude Code. ([`f4390bdc`](https://github.com/vectorize-io/hindsight/commit/f4390bdc)) +- Claude Code integration can retain full sessions with document upsert and configurable tagging. ([`2d31b67d`](https://github.com/vectorize-io/hindsight/commit/2d31b67d)) + +**Improvements** + +- Improved Claude Code plugin installation and configuration experience. ([`35b2cbb6`](https://github.com/vectorize-io/hindsight/commit/35b2cbb6)) +- Integrations no longer rely on hardcoded default models, allowing model selection to be fully configured. ([`58e68f3e`](https://github.com/vectorize-io/hindsight/commit/58e68f3e)) +- Claude Code now starts the Hindsight background daemon automatically at session start for smoother operation. ([`26944e25`](https://github.com/vectorize-io/hindsight/commit/26944e25)) + +**Bug Fixes** + +- Added a supported setup command to register hooks reliably, fixing hook registration issues. ([`22ca6a8d`](https://github.com/vectorize-io/hindsight/commit/22ca6a8d)) +- Fixed Claude Code integration compatibility on Windows. ([`a94a90ea`](https://github.com/vectorize-io/hindsight/commit/a94a90ea)) diff --git a/hindsight-integrations/claude-code/.claude-plugin/plugin.json b/hindsight-integrations/claude-code/.claude-plugin/plugin.json index 576f40bf..a704864e 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.1.1", + "version": "0.2.0", "author": {"name": "Hindsight Team", "url": "https://vectorize.io/hindsight"}, "license": "MIT", "keywords": ["memory", "hindsight", "recall", "retain"]