release(claude-code): v0.2.0
This commit is contained in:
parent
9dedac1dbd
commit
64d96a9c53
2 changed files with 19 additions and 1 deletions
|
|
@ -7,3 +7,21 @@ import PageHero from '@site/src/components/PageHero';
|
|||
<PageHero title="Claude Code Changelog" subtitle="hindsight-memory — Hindsight memory plugin for Claude Code." />
|
||||
|
||||
[← 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))
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue