docs: Update CHANGELOG.md for v6.4.0
This commit is contained in:
+121
-163
@@ -2,9 +2,52 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
This file is auto-generated from GitHub releases.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [v6.3.7](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.7) - 2025-12-01
|
||||
## [6.4.0] - 2025-12-01
|
||||
|
||||
## 🎯 Highlights
|
||||
|
||||
This release introduces a powerful **dual-tag privacy system** that gives you fine-grained control over what gets stored in your observation history, along with significant search API improvements.
|
||||
|
||||
## ✨ New Features
|
||||
|
||||
### Dual-Tag Privacy System
|
||||
- **`<private>` tags**: User-level privacy control - wrap any sensitive content to prevent storage in observation history
|
||||
- **`<claude-mem-context>` tags**: System-level tags for auto-injected observations to prevent recursive storage
|
||||
- Tag stripping happens at the hook layer (edge processing) before data reaches worker/database
|
||||
- Comprehensive documentation in `docs/public/usage/private-tags.mdx`
|
||||
|
||||
### User Experience
|
||||
- New inline help message in context hook highlighting the `<private>` tag feature
|
||||
- Improved Community link formatting in startup messages
|
||||
|
||||
## 🔧 Improvements
|
||||
|
||||
### Search API
|
||||
- Simplified search endpoint parameters to eliminate bracket encoding issues (#154)
|
||||
- Cleaner API interface for mem-search skill
|
||||
|
||||
### Performance
|
||||
- Added composite index for user prompts lookup optimization
|
||||
- Shared tag-stripping utilities in `src/utils/tag-stripping.ts`
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- Updated CLAUDE.md with Privacy Tags section
|
||||
- Enhanced private-tags.mdx with implementation details
|
||||
- Added comprehensive test coverage for tag stripping
|
||||
|
||||
## 🔗 Related PRs
|
||||
|
||||
- #153: Dual-tag system for meta-observation control
|
||||
- #154: Eliminate bracket encoding in search API parameters
|
||||
|
||||
---
|
||||
|
||||
💡 **Try it now**: Wrap sensitive data with `<private>your-secret-data</private>` in any message to Claude Code!
|
||||
|
||||
## [6.3.7] - 2025-12-01
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
@@ -16,7 +59,7 @@ Fixed a syntax error in `scripts/smart-install.js` where an extra closing brace
|
||||
|
||||
This bug was introduced in a recent release and prevented the plugin from loading correctly for users.
|
||||
|
||||
## [v6.3.6](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.6) - 2025-11-30
|
||||
## [6.3.6] - 2025-11-30
|
||||
|
||||
## Auto-detect and rebuild native modules on Node.js version changes
|
||||
|
||||
@@ -39,7 +82,7 @@ This release fixes a critical issue where upgrading Node.js (e.g., v22 → v25)
|
||||
### Merged PRs
|
||||
- #149 - feat: Auto-detect and rebuild native modules on Node.js version changes
|
||||
|
||||
## [v6.3.5](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.5) - 2025-11-30
|
||||
## [6.3.5] - 2025-11-30
|
||||
|
||||
## Changes
|
||||
|
||||
@@ -57,7 +100,7 @@ This release fixes a critical issue where upgrading Node.js (e.g., v22 → v25)
|
||||
|
||||
Full changelog: https://github.com/thedotmack/claude-mem/compare/v6.3.4...v6.3.5
|
||||
|
||||
## [v6.3.4](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.4) - 2025-11-30
|
||||
## [6.3.4] - 2025-11-30
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
@@ -75,11 +118,7 @@ These changes significantly improve the first-time installation experience, elim
|
||||
|
||||
**Special thanks to @dreamiurg for identifying and fixing this critical UX issue!** 🙏
|
||||
|
||||
---
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v6.3.3](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.3) - 2025-11-30
|
||||
## [6.3.3] - 2025-11-30
|
||||
|
||||
Bug fixes and improvements to timeline context feature:
|
||||
|
||||
@@ -90,7 +129,7 @@ Bug fixes and improvements to timeline context feature:
|
||||
|
||||
Full changes: https://github.com/thedotmack/claude-mem/compare/v6.3.2...v6.3.3
|
||||
|
||||
## [v6.3.2](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.2) - 2025-11-25
|
||||
## [6.3.2] - 2025-11-25
|
||||
|
||||
## What's Changed
|
||||
|
||||
@@ -106,13 +145,13 @@ curl "http://localhost:37777/api/decisions?query=architecture&format=full&limit=
|
||||
curl "http://localhost:37777/api/decisions?format=index&limit=10"
|
||||
```
|
||||
|
||||
## [v6.3.1](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.1) - 2025-11-25
|
||||
## [6.3.1] - 2025-11-25
|
||||
|
||||
## What's New
|
||||
|
||||
- Add script to help estimate token savings from on-the-fly replacements
|
||||
|
||||
## [v6.3.0](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.0) - 2025-11-25
|
||||
## [6.3.0] - 2025-11-25
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -133,7 +172,7 @@ Added Version Channel section to Settings sidebar allowing users to switch betwe
|
||||
## Installation
|
||||
To update, restart Claude Code or run the plugin installer.
|
||||
|
||||
## [v6.2.1](https://github.com/thedotmack/claude-mem/releases/tag/v6.2.1) - 2025-11-23
|
||||
## [6.2.1] - 2025-11-23
|
||||
|
||||
## 🐛 Bug Fixes
|
||||
|
||||
@@ -167,7 +206,7 @@ To update, restart Claude Code or run the plugin installer.
|
||||
- `54ef149` - fix: Refresh in-memory session project when updated in database
|
||||
- `5d23c60` - fix: Update project name when session already exists in createSDKSession
|
||||
|
||||
## [v6.2.0](https://github.com/thedotmack/claude-mem/releases/tag/v6.2.0) - 2025-11-22
|
||||
## [6.2.0] - 2025-11-22
|
||||
|
||||
## Major Features
|
||||
|
||||
@@ -211,9 +250,7 @@ Users with auto-update enabled will receive this update automatically. To manual
|
||||
npm run sync-marketplace
|
||||
\`\`\`
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v6.1.1](https://github.com/thedotmack/claude-mem/releases/tag/v6.1.1) - 2025-11-21
|
||||
## [6.1.1] - 2025-11-21
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
@@ -236,7 +273,7 @@ Users with auto-update enabled will receive this patch automatically. To manuall
|
||||
npm run sync-marketplace
|
||||
\`\`\`
|
||||
|
||||
## [v6.1.0](https://github.com/thedotmack/claude-mem/releases/tag/v6.1.0) - 2025-11-19
|
||||
## [6.1.0] - 2025-11-19
|
||||
|
||||
## Viewer UI: Responsive Layout Improvements
|
||||
|
||||
@@ -248,7 +285,7 @@ The viewer UI now handles narrow screens better with responsive breakpoints:
|
||||
|
||||
Makes the viewer usable on phones and narrow browser windows.
|
||||
|
||||
## [v6.0.9](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.9) - 2025-11-17
|
||||
## [6.0.9] - 2025-11-17
|
||||
|
||||
## Queue Depth Indicator Feature
|
||||
|
||||
@@ -278,7 +315,7 @@ Added a real-time queue depth indicator to the viewer UI that displays the count
|
||||
Original implementation by @thedotmack in PR #96
|
||||
Bug fix by @copilot-swe-agent in PR #97
|
||||
|
||||
## [v6.0.8](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.8) - 2025-11-17
|
||||
## [6.0.8] - 2025-11-17
|
||||
|
||||
## Critical Fix
|
||||
|
||||
@@ -301,11 +338,7 @@ Run `pm2 info claude-mem-worker` to verify:
|
||||
- **exec cwd** should be: `/Users/[username]/.claude/plugins/marketplaces/thedotmack`
|
||||
- **script path** should be: `/Users/[username]/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs`
|
||||
|
||||
---
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v6.0.7](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.7) - 2025-11-17
|
||||
## [6.0.7] - 2025-11-17
|
||||
|
||||
## Critical Hotfix: Database Migration Issue (#121)
|
||||
|
||||
@@ -355,7 +388,7 @@ See [CHANGELOG.md](https://github.com/thedotmack/claude-mem/blob/main/CHANGELOG.
|
||||
|
||||
Thanks to everyone who reported this issue with detailed error logs! 🙏
|
||||
|
||||
## [v6.0.6](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.6) - 2025-11-17
|
||||
## [6.0.6] - 2025-11-17
|
||||
|
||||
## Critical Bugfix Release
|
||||
|
||||
@@ -376,11 +409,7 @@ Thanks to everyone who reported this issue with detailed error logs! 🙏
|
||||
|
||||
**Affected Users**: All users who upgraded to v6.0.5 and experienced the migration error
|
||||
|
||||
---
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v6.0.5](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.5) - 2025-11-17
|
||||
## [6.0.5] - 2025-11-17
|
||||
|
||||
## Changes
|
||||
|
||||
@@ -402,7 +431,7 @@ Thanks to everyone who reported this issue with detailed error logs! 🙏
|
||||
**Release Date**: November 16, 2025
|
||||
**Plugin Version**: 6.0.5
|
||||
|
||||
## [v6.0.4](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.4) - 2025-11-17
|
||||
## [6.0.4] - 2025-11-17
|
||||
|
||||
**Patch Release**
|
||||
|
||||
@@ -414,7 +443,7 @@ Fixes memory leaks from orphaned uvx/python processes that could accumulate duri
|
||||
|
||||
**Full Changelog:** https://github.com/thedotmack/claude-mem/compare/v6.0.3...v6.0.4
|
||||
|
||||
## [v6.0.3](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.3) - 2025-11-16
|
||||
## [6.0.3] - 2025-11-16
|
||||
|
||||
## What's Changed
|
||||
|
||||
@@ -427,7 +456,7 @@ Documentation alignment release - merged PR #116 fixing hybrid search architectu
|
||||
|
||||
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v6.0.2...v6.0.3
|
||||
|
||||
## [v6.0.2](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.2) - 2025-11-14
|
||||
## [6.0.2] - 2025-11-14
|
||||
|
||||
## Changes
|
||||
|
||||
@@ -438,7 +467,7 @@ Documentation alignment release - merged PR #116 fixing hybrid search architectu
|
||||
|
||||
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v6.0.1...v6.0.2
|
||||
|
||||
## [v6.0.1](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.1) - 2025-11-14
|
||||
## [6.0.1] - 2025-11-14
|
||||
|
||||
## UI Enhancements
|
||||
|
||||
@@ -456,7 +485,7 @@ Documentation alignment release - merged PR #116 fixing hybrid search architectu
|
||||
|
||||
Full changelog: https://github.com/thedotmack/claude-mem/compare/v6.0.0...v6.0.1
|
||||
|
||||
## [v6.0.0](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.0) - 2025-11-13
|
||||
## [6.0.0] - 2025-11-13
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -494,9 +523,7 @@ This is a major version bump due to significant architectural changes in session
|
||||
📦 Install via Claude Code: `~/.claude/plugins/marketplaces/thedotmack/`
|
||||
📖 Documentation: [CLAUDE.md](https://github.com/thedotmack/claude-mem/blob/main/CLAUDE.md)
|
||||
|
||||
## [v5.5.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.5.1) - 2025-11-11
|
||||
|
||||
## v5.5.1 (2025-11-11)
|
||||
## [5.5.1] - 2025-11-11
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -521,9 +548,7 @@ This is a major version bump due to significant architectural changes in session
|
||||
**What Changed**:
|
||||
The summary hook now reads Claude Code transcript files to extract the last user message before generating session summaries. This provides better context for AI-powered session summarization. The activity indicator now accurately reflects both active sessions and queued work, giving users better feedback about what's happening behind the scenes.
|
||||
|
||||
## [v5.5.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.5.0) - 2025-11-11
|
||||
|
||||
## v5.5.0 (2025-11-11)
|
||||
## [5.5.0] - 2025-11-11
|
||||
|
||||
**Breaking Changes**: None (minor version)
|
||||
|
||||
@@ -546,21 +571,11 @@ The summary hook now reads Claude Code transcript files to extract the last user
|
||||
**Credits**:
|
||||
- Skill design and enhancement by @basher83
|
||||
|
||||
---
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v5.4.5](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.5) - 2025-11-11
|
||||
|
||||
## v5.4.5 (2025-11-11)
|
||||
## [5.4.5] - 2025-11-11
|
||||
|
||||
**Patch Release**: Bugfixes and minor improvements
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v5.4.4](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.4) - 2025-11-10
|
||||
|
||||
## v5.4.4 (2025-11-10)
|
||||
## [5.4.4] - 2025-11-10
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -582,9 +597,7 @@ The summary hook now reads Claude Code transcript files to extract the last user
|
||||
|
||||
Merged via PR #86
|
||||
|
||||
## [v5.4.3](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.3) - 2025-11-10
|
||||
|
||||
## v5.4.3 (2025-11-10)
|
||||
## [5.4.3] - 2025-11-10
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -607,9 +620,7 @@ Merged via PR #86
|
||||
|
||||
**Upgrade Notes**: No action required. PM2 watch mode will automatically restart the worker on plugin updates.
|
||||
|
||||
## [v5.4.2](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.2) - 2025-11-10
|
||||
|
||||
## v5.4.2 (2025-11-10)
|
||||
## [5.4.2] - 2025-11-10
|
||||
|
||||
**Bugfix Release**: CWD spatial awareness for SDK agent
|
||||
|
||||
@@ -685,9 +696,7 @@ Or restart Claude Code to auto-update.
|
||||
|
||||
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v5.4.1...v5.4.2
|
||||
|
||||
## [v5.4.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.1) - 2025-11-10
|
||||
|
||||
## v5.4.1 (2025-11-10)
|
||||
## [5.4.1] - 2025-11-10
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -711,9 +720,7 @@ Or restart Claude Code to auto-update.
|
||||
|
||||
**Upgrade Notes**: No breaking changes. Upgrade by running standard update process.
|
||||
|
||||
## [v5.4.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.0) - 2025-11-10
|
||||
|
||||
## v5.4.0 - Skill-Based Search Migration & Progressive Disclosure (2025-11-09)
|
||||
## [5.4.0] - 2025-11-10
|
||||
|
||||
### ⚠️ BREAKING CHANGE: MCP Search Tools Removed
|
||||
|
||||
@@ -830,9 +837,7 @@ Restart Claude Code to start using v5.4.0.
|
||||
|
||||
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v5.3.0...v5.4.0
|
||||
|
||||
## [v5.3.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.3.0) - 2025-11-09
|
||||
|
||||
## v5.3.0 (2025-11-09)
|
||||
## [5.3.0] - 2025-11-09
|
||||
|
||||
**Breaking Changes**: None (minor version)
|
||||
|
||||
@@ -864,9 +869,7 @@ Restart Claude Code to start using v5.4.0.
|
||||
|
||||
**Upgrade Notes**: No breaking changes. Worker will automatically pick up improvements on restart.
|
||||
|
||||
## [v5.2.3](https://github.com/thedotmack/claude-mem/releases/tag/v5.2.3) - 2025-11-09
|
||||
|
||||
## v5.2.3 (2025-11-08)
|
||||
## [5.2.3] - 2025-11-09
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -893,11 +896,7 @@ The skill provides systematic checks for:
|
||||
- Viewer UI endpoints
|
||||
- Full system diagnostic report
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v5.2.2](https://github.com/thedotmack/claude-mem/releases/tag/v5.2.2) - 2025-11-08
|
||||
|
||||
## v5.2.2 (2025-11-08)
|
||||
## [5.2.2] - 2025-11-08
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -916,9 +915,7 @@ The skill provides systematic checks for:
|
||||
|
||||
**Impact**: Users will now see more comprehensive session summary information at startup, providing better context about what was investigated and learned in previous sessions.
|
||||
|
||||
## [v5.2.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.2.1) - 2025-11-08
|
||||
|
||||
## v5.2.1 (2025-11-07)
|
||||
## [5.2.1] - 2025-11-08
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -957,11 +954,7 @@ Verified fixes work correctly:
|
||||
3. ✅ Rapid switching between projects → No race conditions or stale data
|
||||
4. ✅ Switch back to "All Projects" → All data appears correctly with SSE updates
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v5.2.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.2.0) - 2025-11-07
|
||||
|
||||
## v5.2.0 (2025-11-07)
|
||||
## [5.2.0] - 2025-11-07
|
||||
|
||||
This release delivers a comprehensive architectural refactor of the worker service, extensive UI enhancements, and significant code cleanup. Merges PR #69.
|
||||
|
||||
@@ -1132,13 +1125,7 @@ To activate:
|
||||
- **Previous Version**: 5.1.4
|
||||
- **Semantic Version**: MINOR (backward compatible features & improvements)
|
||||
|
||||
---
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v5.1.4](https://github.com/thedotmack/claude-mem/releases/tag/v5.1.4) - 2025-11-07
|
||||
|
||||
## v5.1.4 (2025-11-07)
|
||||
## [5.1.4] - 2025-11-07
|
||||
|
||||
**Bugfix Release**: PostToolUse Hook Schema Compliance
|
||||
|
||||
@@ -1156,11 +1143,7 @@ To activate:
|
||||
|
||||
**Why This Matters**: The Claude Code PostToolUse hook API provides `tool_response` not `tool_output`. This fix ensures proper schema compliance and prevents potential errors when capturing tool executions.
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v5.1.2](https://github.com/thedotmack/claude-mem/releases/tag/v5.1.2) - 2025-11-06
|
||||
|
||||
## v5.1.2 (2025-11-06)
|
||||
## [5.1.2] - 2025-11-06
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -1178,11 +1161,7 @@ To activate:
|
||||
**Usage**:
|
||||
Access the viewer at http://localhost:37777 and use the theme toggle to switch between light mode, dark mode, or system preference.
|
||||
|
||||
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||
|
||||
## [v5.1.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.1.1) - 2025-11-06
|
||||
|
||||
## v5.1.1 (2025-11-06)
|
||||
## [5.1.1] - 2025-11-06
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -1200,9 +1179,7 @@ Access the viewer at http://localhost:37777 and use the theme toggle to switch b
|
||||
**Installation**:
|
||||
Users on Windows will now have a smoother installation experience with automatic PM2 worker startup working correctly.
|
||||
|
||||
## [v5.1.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.1.0) - 2025-11-06
|
||||
|
||||
## v5.1.0 (2025-11-05)
|
||||
## [5.1.0] - 2025-11-06
|
||||
|
||||
### 🎉 Major Feature: Web-Based Viewer UI
|
||||
|
||||
@@ -1317,9 +1294,7 @@ Built with:
|
||||
|
||||
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v5.0.3...v5.1.0
|
||||
|
||||
## [v5.0.3](https://github.com/thedotmack/claude-mem/releases/tag/v5.0.3) - 2025-11-05
|
||||
|
||||
## v5.0.3 (2025-11-05)
|
||||
## [5.0.3] - 2025-11-05
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -1351,9 +1326,7 @@ This release should completely resolve installation issues. The smart installer
|
||||
2. Guide you to install VS Build Tools if needed (though you probably won't need them)
|
||||
3. Only run once on first launch, then be instant on subsequent launches
|
||||
|
||||
## [v5.0.2](https://github.com/thedotmack/claude-mem/releases/tag/v5.0.2) - 2025-11-05
|
||||
|
||||
## v5.0.2 (2025-11-04)
|
||||
## [5.0.2] - 2025-11-05
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -1381,9 +1354,7 @@ Install via Claude Code marketplace:
|
||||
## Full Changelog
|
||||
[View all changes](https://github.com/thedotmack/claude-mem/compare/v5.0.1...v5.0.2)
|
||||
|
||||
## [v5.0.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.0.1) - 2025-11-04
|
||||
|
||||
## v5.0.1 (2025-11-04)
|
||||
## [5.0.1] - 2025-11-04
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -1415,9 +1386,7 @@ Install via Claude Code marketplace:
|
||||
|
||||
**Installation**: See [README](https://github.com/thedotmack/claude-mem#readme) for installation instructions.
|
||||
|
||||
## [v5.0.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.0.0) - 2025-11-04
|
||||
|
||||
## v5.0.0 (2025-11-03)
|
||||
## [5.0.0] - 2025-11-04
|
||||
|
||||
### BREAKING CHANGES
|
||||
- **Python dependency for optimal performance**: While the plugin works without Python, installing Python 3.8+ and the Chroma MCP server unlocks semantic search capabilities. Without Python, the system falls back to SQLite FTS5 keyword search.
|
||||
@@ -1478,9 +1447,7 @@ Install via Claude Code marketplace:
|
||||
- Validation: 1,390 observations synced to 8,279 vector documents
|
||||
- Performance: Semantic search with 90-day window returns results in <200ms
|
||||
|
||||
## [v4.3.4](https://github.com/thedotmack/claude-mem/releases/tag/v4.3.4) - 2025-11-02
|
||||
|
||||
## v4.3.4 (2025-11-01)
|
||||
## [4.3.4] - 2025-11-02
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -1493,9 +1460,7 @@ Install via Claude Code marketplace:
|
||||
- Modified: plugin/hooks/hooks.json:4 (added `"matcher": "startup|clear|compact"`)
|
||||
- Impact: Hooks now skip execution when resuming existing sessions
|
||||
|
||||
## [v4.3.3](https://github.com/thedotmack/claude-mem/releases/tag/v4.3.3) - 2025-10-27
|
||||
|
||||
## v4.3.3 (2025-10-27)
|
||||
## [4.3.3] - 2025-10-27
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -1514,9 +1479,7 @@ Install via Claude Code marketplace:
|
||||
- Modified: plugin/scripts/context-hook.js (rebuilt)
|
||||
- Modified: plugin/scripts/user-message-hook.js (rebuilt)
|
||||
|
||||
## [v4.3.2](https://github.com/thedotmack/claude-mem/releases/tag/v4.3.2) - 2025-10-27
|
||||
|
||||
## v4.3.2 (2025-10-27)
|
||||
## [4.3.2] - 2025-10-27
|
||||
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
@@ -1540,7 +1503,7 @@ Install via Claude Code marketplace:
|
||||
- scripts/build-hooks.js (build support for new hook)
|
||||
- Design rationale: Error messages don't get added to context, so we intentionally duplicate context output via stderr for user visibility. This is a temporary workaround until Claude Code potentially adds ability to share messages with both user and context simultaneously.
|
||||
|
||||
## [v4.3.1](https://github.com/thedotmack/claude-mem/releases/tag/v4.3.1) - 2025-10-26
|
||||
## [4.3.1] - 2025-10-26
|
||||
|
||||
## Fixes
|
||||
|
||||
@@ -1564,7 +1527,7 @@ None (patch version)
|
||||
|
||||
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v4.3.0...v4.3.1
|
||||
|
||||
## [v4.3.0](https://github.com/thedotmack/claude-mem/releases/tag/v4.3.0) - 2025-10-25
|
||||
## [4.3.0] - 2025-10-25
|
||||
|
||||
## What's Changed
|
||||
* feat: Enhanced context hook with session observations and cross-platform improvements by @thedotmack in https://github.com/thedotmack/claude-mem/pull/25
|
||||
@@ -1574,7 +1537,7 @@ None (patch version)
|
||||
|
||||
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v4.2.11...v4.3.0
|
||||
|
||||
## [v4.2.10](https://github.com/thedotmack/claude-mem/releases/tag/v4.2.10) - 2025-10-25
|
||||
## [4.2.10] - 2025-10-25
|
||||
|
||||
## Fixed
|
||||
- **Windows compatibility**: Removed hardcoded macOS-specific Claude executable path that prevented worker service from running on Windows
|
||||
@@ -1600,15 +1563,11 @@ None (patch version)
|
||||
- `src/services/worker-service.ts`
|
||||
- `plugin/scripts/worker-service.cjs` (rebuilt)
|
||||
|
||||
## [4.2.3](https://github.com/thedotmack/claude-mem/releases/tag/4.2.3) - 2025-10-24
|
||||
## [4.2.3] - 2025-10-24
|
||||
|
||||
## [4.2.1] - 2025-10-23
|
||||
|
||||
|
||||
## [v4.2.1](https://github.com/thedotmack/claude-mem/releases/tag/v4.2.1) - 2025-10-23
|
||||
|
||||
|
||||
|
||||
## [v3.9.16](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.16) - 2025-10-07
|
||||
## [3.9.16] - 2025-10-07
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1626,7 +1585,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.9.14](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.14) - 2025-10-04
|
||||
## [3.9.14] - 2025-10-04
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1644,7 +1603,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.9.13](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.13) - 2025-10-04
|
||||
## [3.9.13] - 2025-10-04
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1662,7 +1621,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.9.12](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.12) - 2025-10-04
|
||||
## [3.9.12] - 2025-10-04
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1680,7 +1639,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.9.11](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.11) - 2025-10-04
|
||||
## [3.9.11] - 2025-10-04
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1698,7 +1657,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.9.10](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.10) - 2025-10-03
|
||||
## [3.9.10] - 2025-10-03
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1716,7 +1675,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.9.9](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.9) - 2025-10-03
|
||||
## [3.9.9] - 2025-10-03
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1734,7 +1693,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.7.2](https://github.com/thedotmack/claude-mem/releases/tag/v3.7.2) - 2025-09-22
|
||||
## [3.7.2] - 2025-09-22
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1752,7 +1711,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.7.1](https://github.com/thedotmack/claude-mem/releases/tag/v3.7.1) - 2025-09-18
|
||||
## [3.7.1] - 2025-09-18
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1770,7 +1729,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.7.0](https://github.com/thedotmack/claude-mem/releases/tag/v3.7.0) - 2025-09-18
|
||||
## [3.7.0] - 2025-09-18
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1788,7 +1747,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.10](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.10) - 2025-09-17
|
||||
## [3.6.10] - 2025-09-17
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1806,7 +1765,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.9](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.9) - 2025-09-15
|
||||
## [3.6.9] - 2025-09-15
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1824,7 +1783,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.8](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.8) - 2025-09-14
|
||||
## [3.6.8] - 2025-09-14
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1842,7 +1801,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.6](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.6) - 2025-09-14
|
||||
## [3.6.6] - 2025-09-14
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1860,7 +1819,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.5](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.5) - 2025-09-14
|
||||
## [3.6.5] - 2025-09-14
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1878,7 +1837,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.4](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.4) - 2025-09-14
|
||||
## [3.6.4] - 2025-09-14
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1896,7 +1855,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.3](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.3) - 2025-09-11
|
||||
## [3.6.3] - 2025-09-11
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1914,7 +1873,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.2](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.2) - 2025-09-11
|
||||
## [3.6.2] - 2025-09-11
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1932,7 +1891,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.1](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.1) - 2025-09-10
|
||||
## [3.6.1] - 2025-09-10
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1950,7 +1909,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.6.0](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.0) - 2025-09-10
|
||||
## [3.6.0] - 2025-09-10
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1968,7 +1927,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.5.9](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.9) - 2025-09-10
|
||||
## [3.5.9] - 2025-09-10
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -1986,7 +1945,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.5.8](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.8) - 2025-09-10
|
||||
## [3.5.8] - 2025-09-10
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -2004,7 +1963,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.5.7](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.7) - 2025-09-10
|
||||
## [3.5.7] - 2025-09-10
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -2022,7 +1981,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.5.6](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.6) - 2025-09-09
|
||||
## [3.5.6] - 2025-09-09
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -2040,7 +1999,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.5.5](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.5) - 2025-09-09
|
||||
## [3.5.5] - 2025-09-09
|
||||
|
||||
## What's New
|
||||
|
||||
@@ -2058,7 +2017,7 @@ claude-mem install
|
||||
|
||||
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
|
||||
|
||||
## [v3.5.4](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.4) - 2025-09-09
|
||||
## [3.5.4] - 2025-09-09
|
||||
|
||||
## 🎉 claude-mem v3.5.4
|
||||
|
||||
@@ -2094,4 +2053,3 @@ claude-mem install
|
||||
- uv (automatically installed if missing)
|
||||
|
||||
For documentation and support, visit the [GitHub repository](https://github.com/thedotmack/claude-mem).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user