docs: Update CHANGELOG.md for v6.3.7

This commit is contained in:
Alex Newman
2025-11-30 22:54:01 -05:00
parent 41835954be
commit 7cad4f0114
+90 -76
View File
@@ -2,7 +2,21 @@
All notable changes to this project will be documented in this file.
## [v6.3.6] - 2025-11-30
This file is auto-generated from GitHub releases.
## [v6.3.7](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.7) - 2025-12-01
## Bug Fixes
- **fix: Remove orphaned closing brace in smart-install.js** - Fixes SyntaxError "Missing catch or finally after try" that was preventing the plugin from loading correctly
## What Changed
Fixed a syntax error in `scripts/smart-install.js` where an extra closing brace on line 392 caused the SessionStart hook to fail. The PM2 worker startup try/catch block was properly formed but had an orphaned closing brace that didn't match any opening 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
## Auto-detect and rebuild native modules on Node.js version changes
@@ -25,7 +39,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] - 2025-11-30
## [v6.3.5](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.5) - 2025-11-30
## Changes
@@ -43,7 +57,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] - 2025-11-30
## [v6.3.4](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.4) - 2025-11-30
## Bug Fixes
@@ -65,7 +79,7 @@ These changes significantly improve the first-time installation experience, elim
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v6.3.3] - 2025-11-30
## [v6.3.3](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.3) - 2025-11-30
Bug fixes and improvements to timeline context feature:
@@ -76,7 +90,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] - 2025-11-25
## [v6.3.2](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.2) - 2025-11-25
## What's Changed
@@ -92,13 +106,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] - 2025-11-25
## [v6.3.1](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.1) - 2025-11-25
## What's New
- Add script to help estimate token savings from on-the-fly replacements
## [v6.3.0] - 2025-11-25
## [v6.3.0](https://github.com/thedotmack/claude-mem/releases/tag/v6.3.0) - 2025-11-25
## What's New
@@ -119,7 +133,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] - 2025-11-23
## [v6.2.1](https://github.com/thedotmack/claude-mem/releases/tag/v6.2.1) - 2025-11-23
## 🐛 Bug Fixes
@@ -153,7 +167,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] - 2025-11-22
## [v6.2.0](https://github.com/thedotmack/claude-mem/releases/tag/v6.2.0) - 2025-11-22
## Major Features
@@ -199,7 +213,7 @@ npm run sync-marketplace
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v6.1.1] - 2025-11-21
## [v6.1.1](https://github.com/thedotmack/claude-mem/releases/tag/v6.1.1) - 2025-11-21
## Bug Fixes
@@ -222,7 +236,7 @@ Users with auto-update enabled will receive this patch automatically. To manuall
npm run sync-marketplace
\`\`\`
## [v6.1.0] - 2025-11-19
## [v6.1.0](https://github.com/thedotmack/claude-mem/releases/tag/v6.1.0) - 2025-11-19
## Viewer UI: Responsive Layout Improvements
@@ -234,7 +248,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] - 2025-11-17
## [v6.0.9](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.9) - 2025-11-17
## Queue Depth Indicator Feature
@@ -264,7 +278,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] - 2025-11-17
## [v6.0.8](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.8) - 2025-11-17
## Critical Fix
@@ -291,7 +305,7 @@ Run `pm2 info claude-mem-worker` to verify:
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v6.0.7] - 2025-11-17
## [v6.0.7](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.7) - 2025-11-17
## Critical Hotfix: Database Migration Issue (#121)
@@ -341,7 +355,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] - 2025-11-17
## [v6.0.6](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.6) - 2025-11-17
## Critical Bugfix Release
@@ -366,7 +380,7 @@ Thanks to everyone who reported this issue with detailed error logs! 🙏
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v6.0.5] - 2025-11-17
## [v6.0.5](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.5) - 2025-11-17
## Changes
@@ -388,7 +402,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] - 2025-11-17
## [v6.0.4](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.4) - 2025-11-17
**Patch Release**
@@ -400,7 +414,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] - 2025-11-16
## [v6.0.3](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.3) - 2025-11-16
## What's Changed
@@ -413,7 +427,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] - 2025-11-14
## [v6.0.2](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.2) - 2025-11-14
## Changes
@@ -424,7 +438,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] - 2025-11-14
## [v6.0.1](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.1) - 2025-11-14
## UI Enhancements
@@ -442,7 +456,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] - 2025-11-13
## [v6.0.0](https://github.com/thedotmack/claude-mem/releases/tag/v6.0.0) - 2025-11-13
## What's New
@@ -480,7 +494,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] - 2025-11-11
## [v5.5.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.5.1) - 2025-11-11
## v5.5.1 (2025-11-11)
@@ -507,7 +521,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] - 2025-11-11
## [v5.5.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.5.0) - 2025-11-11
## v5.5.0 (2025-11-11)
@@ -536,7 +550,7 @@ The summary hook now reads Claude Code transcript files to extract the last user
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v5.4.5] - 2025-11-11
## [v5.4.5](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.5) - 2025-11-11
## v5.4.5 (2025-11-11)
@@ -544,7 +558,7 @@ The summary hook now reads Claude Code transcript files to extract the last user
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v5.4.4] - 2025-11-10
## [v5.4.4](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.4) - 2025-11-10
## v5.4.4 (2025-11-10)
@@ -568,7 +582,7 @@ The summary hook now reads Claude Code transcript files to extract the last user
Merged via PR #86
## [v5.4.3] - 2025-11-10
## [v5.4.3](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.3) - 2025-11-10
## v5.4.3 (2025-11-10)
@@ -593,7 +607,7 @@ Merged via PR #86
**Upgrade Notes**: No action required. PM2 watch mode will automatically restart the worker on plugin updates.
## [v5.4.2] - 2025-11-10
## [v5.4.2](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.2) - 2025-11-10
## v5.4.2 (2025-11-10)
@@ -671,7 +685,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] - 2025-11-10
## [v5.4.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.4.1) - 2025-11-10
## v5.4.1 (2025-11-10)
@@ -697,7 +711,7 @@ Or restart Claude Code to auto-update.
**Upgrade Notes**: No breaking changes. Upgrade by running standard update process.
## [v5.4.0] - 2025-11-10
## [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)
@@ -816,7 +830,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] - 2025-11-09
## [v5.3.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.3.0) - 2025-11-09
## v5.3.0 (2025-11-09)
@@ -850,7 +864,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] - 2025-11-09
## [v5.2.3](https://github.com/thedotmack/claude-mem/releases/tag/v5.2.3) - 2025-11-09
## v5.2.3 (2025-11-08)
@@ -881,7 +895,7 @@ The skill provides systematic checks for:
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v5.2.2] - 2025-11-08
## [v5.2.2](https://github.com/thedotmack/claude-mem/releases/tag/v5.2.2) - 2025-11-08
## v5.2.2 (2025-11-08)
@@ -902,7 +916,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] - 2025-11-08
## [v5.2.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.2.1) - 2025-11-08
## v5.2.1 (2025-11-07)
@@ -945,7 +959,7 @@ Verified fixes work correctly:
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v5.2.0] - 2025-11-07
## [v5.2.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.2.0) - 2025-11-07
## v5.2.0 (2025-11-07)
@@ -1122,7 +1136,7 @@ To activate:
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v5.1.4] - 2025-11-07
## [v5.1.4](https://github.com/thedotmack/claude-mem/releases/tag/v5.1.4) - 2025-11-07
## v5.1.4 (2025-11-07)
@@ -1144,7 +1158,7 @@ To activate:
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v5.1.2] - 2025-11-06
## [v5.1.2](https://github.com/thedotmack/claude-mem/releases/tag/v5.1.2) - 2025-11-06
## v5.1.2 (2025-11-06)
@@ -1166,7 +1180,7 @@ Access the viewer at http://localhost:37777 and use the theme toggle to switch b
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## [v5.1.1] - 2025-11-06
## [v5.1.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.1.1) - 2025-11-06
## v5.1.1 (2025-11-06)
@@ -1186,7 +1200,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] - 2025-11-06
## [v5.1.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.1.0) - 2025-11-06
## v5.1.0 (2025-11-05)
@@ -1303,7 +1317,7 @@ Built with:
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v5.0.3...v5.1.0
## [v5.0.3] - 2025-11-05
## [v5.0.3](https://github.com/thedotmack/claude-mem/releases/tag/v5.0.3) - 2025-11-05
## v5.0.3 (2025-11-05)
@@ -1337,7 +1351,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] - 2025-11-05
## [v5.0.2](https://github.com/thedotmack/claude-mem/releases/tag/v5.0.2) - 2025-11-05
## v5.0.2 (2025-11-04)
@@ -1367,7 +1381,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] - 2025-11-04
## [v5.0.1](https://github.com/thedotmack/claude-mem/releases/tag/v5.0.1) - 2025-11-04
## v5.0.1 (2025-11-04)
@@ -1401,7 +1415,7 @@ Install via Claude Code marketplace:
**Installation**: See [README](https://github.com/thedotmack/claude-mem#readme) for installation instructions.
## [v5.0.0] - 2025-11-04
## [v5.0.0](https://github.com/thedotmack/claude-mem/releases/tag/v5.0.0) - 2025-11-04
## v5.0.0 (2025-11-03)
@@ -1464,7 +1478,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] - 2025-11-02
## [v4.3.4](https://github.com/thedotmack/claude-mem/releases/tag/v4.3.4) - 2025-11-02
## v4.3.4 (2025-11-01)
@@ -1479,7 +1493,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] - 2025-10-27
## [v4.3.3](https://github.com/thedotmack/claude-mem/releases/tag/v4.3.3) - 2025-10-27
## v4.3.3 (2025-10-27)
@@ -1500,7 +1514,7 @@ Install via Claude Code marketplace:
- Modified: plugin/scripts/context-hook.js (rebuilt)
- Modified: plugin/scripts/user-message-hook.js (rebuilt)
## [v4.3.2] - 2025-10-27
## [v4.3.2](https://github.com/thedotmack/claude-mem/releases/tag/v4.3.2) - 2025-10-27
## v4.3.2 (2025-10-27)
@@ -1526,7 +1540,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] - 2025-10-26
## [v4.3.1](https://github.com/thedotmack/claude-mem/releases/tag/v4.3.1) - 2025-10-26
## Fixes
@@ -1550,7 +1564,7 @@ None (patch version)
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v4.3.0...v4.3.1
## [v4.3.0] - 2025-10-25
## [v4.3.0](https://github.com/thedotmack/claude-mem/releases/tag/v4.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
@@ -1560,7 +1574,7 @@ None (patch version)
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v4.2.11...v4.3.0
## [v4.2.10] - 2025-10-25
## [v4.2.10](https://github.com/thedotmack/claude-mem/releases/tag/v4.2.10) - 2025-10-25
## Fixed
- **Windows compatibility**: Removed hardcoded macOS-specific Claude executable path that prevented worker service from running on Windows
@@ -1586,15 +1600,15 @@ None (patch version)
- `src/services/worker-service.ts`
- `plugin/scripts/worker-service.cjs` (rebuilt)
## [4.2.3] - 2025-10-24
## [4.2.3](https://github.com/thedotmack/claude-mem/releases/tag/4.2.3) - 2025-10-24
## [v4.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] - 2025-10-07
## [v3.9.16](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.16) - 2025-10-07
## What's New
@@ -1612,7 +1626,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.9.14] - 2025-10-04
## [v3.9.14](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.14) - 2025-10-04
## What's New
@@ -1630,7 +1644,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.9.13] - 2025-10-04
## [v3.9.13](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.13) - 2025-10-04
## What's New
@@ -1648,7 +1662,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.9.12] - 2025-10-04
## [v3.9.12](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.12) - 2025-10-04
## What's New
@@ -1666,7 +1680,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.9.11] - 2025-10-04
## [v3.9.11](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.11) - 2025-10-04
## What's New
@@ -1684,7 +1698,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.9.10] - 2025-10-03
## [v3.9.10](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.10) - 2025-10-03
## What's New
@@ -1702,7 +1716,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.9.9] - 2025-10-03
## [v3.9.9](https://github.com/thedotmack/claude-mem/releases/tag/v3.9.9) - 2025-10-03
## What's New
@@ -1720,7 +1734,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.7.2] - 2025-09-22
## [v3.7.2](https://github.com/thedotmack/claude-mem/releases/tag/v3.7.2) - 2025-09-22
## What's New
@@ -1738,7 +1752,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.7.1] - 2025-09-18
## [v3.7.1](https://github.com/thedotmack/claude-mem/releases/tag/v3.7.1) - 2025-09-18
## What's New
@@ -1756,7 +1770,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.7.0] - 2025-09-18
## [v3.7.0](https://github.com/thedotmack/claude-mem/releases/tag/v3.7.0) - 2025-09-18
## What's New
@@ -1774,7 +1788,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.10] - 2025-09-17
## [v3.6.10](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.10) - 2025-09-17
## What's New
@@ -1792,7 +1806,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.9] - 2025-09-15
## [v3.6.9](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.9) - 2025-09-15
## What's New
@@ -1810,7 +1824,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.8] - 2025-09-14
## [v3.6.8](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.8) - 2025-09-14
## What's New
@@ -1828,7 +1842,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.6] - 2025-09-14
## [v3.6.6](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.6) - 2025-09-14
## What's New
@@ -1846,7 +1860,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.5] - 2025-09-14
## [v3.6.5](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.5) - 2025-09-14
## What's New
@@ -1864,7 +1878,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.4] - 2025-09-14
## [v3.6.4](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.4) - 2025-09-14
## What's New
@@ -1882,7 +1896,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.3] - 2025-09-11
## [v3.6.3](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.3) - 2025-09-11
## What's New
@@ -1900,7 +1914,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.2] - 2025-09-11
## [v3.6.2](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.2) - 2025-09-11
## What's New
@@ -1918,7 +1932,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.1] - 2025-09-10
## [v3.6.1](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.1) - 2025-09-10
## What's New
@@ -1936,7 +1950,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.6.0] - 2025-09-10
## [v3.6.0](https://github.com/thedotmack/claude-mem/releases/tag/v3.6.0) - 2025-09-10
## What's New
@@ -1954,7 +1968,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.5.9] - 2025-09-10
## [v3.5.9](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.9) - 2025-09-10
## What's New
@@ -1972,7 +1986,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.5.8] - 2025-09-10
## [v3.5.8](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.8) - 2025-09-10
## What's New
@@ -1990,7 +2004,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.5.7] - 2025-09-10
## [v3.5.7](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.7) - 2025-09-10
## What's New
@@ -2008,7 +2022,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.5.6] - 2025-09-09
## [v3.5.6](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.6) - 2025-09-09
## What's New
@@ -2026,7 +2040,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.5.5] - 2025-09-09
## [v3.5.5](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.5) - 2025-09-09
## What's New
@@ -2044,7 +2058,7 @@ claude-mem install
For full documentation, visit the [README](https://github.com/thedotmack/claude-mem#readme).
## [v3.5.4] - 2025-09-09
## [v3.5.4](https://github.com/thedotmack/claude-mem/releases/tag/v3.5.4) - 2025-09-09
## 🎉 claude-mem v3.5.4