Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79789bb558 | |||
| 2e919df2b4 | |||
| 75cd1335cc | |||
| e5aa60b742 | |||
| d9133465eb | |||
| 3f5c61c327 | |||
| ace12f8cd7 | |||
| 9d509e07f5 | |||
| 305e52010c | |||
| 6dd13c00ba | |||
| 8703e0ee13 | |||
| 9bac3faae9 | |||
| 7ef93343a4 | |||
| f07eb17a33 | |||
| b97579dfec | |||
| 2ec72f948d | |||
| b45e8b2a29 | |||
| 29e6441d32 | |||
| 445ee723c2 | |||
| 01e235c058 | |||
| fad2dc9a15 |
@@ -10,7 +10,7 @@
|
|||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "claude-mem",
|
"name": "claude-mem",
|
||||||
"version": "7.2.4",
|
"version": "7.3.0",
|
||||||
"source": "./plugin",
|
"source": "./plugin",
|
||||||
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
||||||
}
|
}
|
||||||
|
|||||||
+34
-25
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [7.3.0] - 2025-12-15
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- **Table-based search output**: Unified timeline formatting with cleaner, more organized presentation of search results grouped by date and file
|
||||||
|
- **Simplified API**: Removed unused format parameter from MCP search tools for cleaner interface
|
||||||
|
- **Shared formatting utilities**: Extracted common timeline formatting logic into reusable module
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
|
||||||
|
- **Default model upgrade**: Changed default model from Haiku to Sonnet for better observation quality
|
||||||
|
- **Removed fake URIs**: Replaced claude-mem:// pseudo-protocol with actual HTTP API endpoints for citations
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
|
||||||
|
- Fixed undefined debug function calls in MCP server
|
||||||
|
- Fixed skillPath variable scoping bug in instructions endpoint
|
||||||
|
- Extracted magic numbers to named constants for better code maintainability
|
||||||
|
|
||||||
|
## [7.2.4] - 2025-12-15
|
||||||
|
|
||||||
|
## What's Changed
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- Updated endless mode setup instructions with improved configuration guidance for better user experience
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v7.2.3...v7.2.4
|
||||||
|
|
||||||
## [7.2.3] - 2025-12-15
|
## [7.2.3] - 2025-12-15
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
@@ -26,25 +54,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- Update docs with correct MCP tool list and new download path
|
- Update docs with correct MCP tool list and new download path
|
||||||
- Single source of truth for Claude Desktop skill
|
- Single source of truth for Claude Desktop skill
|
||||||
|
|
||||||
## [7.3.0] - 2025-12-15
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- **Table-based search output**: Unified timeline formatting with cleaner, more organized presentation of search results grouped by date and file
|
|
||||||
- **Simplified API**: Removed unused format parameter from MCP search tools for cleaner interface
|
|
||||||
- **Shared formatting utilities**: Extracted common timeline formatting logic into reusable module
|
|
||||||
|
|
||||||
## Changes
|
|
||||||
|
|
||||||
- **Default model upgrade**: Changed default model from Haiku to Sonnet for better observation quality
|
|
||||||
- **Removed fake URIs**: Replaced claude-mem:// pseudo-protocol with actual HTTP API endpoints for citations
|
|
||||||
|
|
||||||
## Bug Fixes
|
|
||||||
|
|
||||||
- Fixed undefined debug function calls in MCP server
|
|
||||||
- Fixed skillPath variable scoping bug in instructions endpoint
|
|
||||||
- Extracted magic numbers to named constants for better code maintainability
|
|
||||||
|
|
||||||
## [7.2.1] - 2025-12-14
|
## [7.2.1] - 2025-12-14
|
||||||
|
|
||||||
## Translation Script Enhancements
|
## Translation Script Enhancements
|
||||||
@@ -2433,12 +2442,12 @@ None (patch version)
|
|||||||
|
|
||||||
## [4.3.0] - 2025-10-25
|
## [4.3.0] - 2025-10-25
|
||||||
|
|
||||||
## What's Changed
|
## 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
|
* feat: Enhanced context hook with session observations and cross-platform improvements by @thedotmack in https://github.com/thedotmack/claude-mem/pull/25
|
||||||
|
|
||||||
## New Contributors
|
## New Contributors
|
||||||
* @thedotmack made their first contribution in https://github.com/thedotmack/claude-mem/pull/25
|
* @thedotmack made their first contribution in https://github.com/thedotmack/claude-mem/pull/25
|
||||||
|
|
||||||
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v4.2.11...v4.3.0
|
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v4.2.11...v4.3.0
|
||||||
|
|
||||||
## [4.2.10] - 2025-10-25
|
## [4.2.10] - 2025-10-25
|
||||||
|
|||||||
@@ -86,6 +86,7 @@ Restart Claude Code. Context from previous sessions will automatically appear in
|
|||||||
- ⚙️ **Context Configuration** - Fine-grained control over what context gets injected
|
- ⚙️ **Context Configuration** - Fine-grained control over what context gets injected
|
||||||
- 🤖 **Automatic Operation** - No manual intervention required
|
- 🤖 **Automatic Operation** - No manual intervention required
|
||||||
- 🔗 **Citations** - Reference past observations with IDs (access via http://localhost:37777/api/observation/{id} or view all in the web viewer at http://localhost:37777)
|
- 🔗 **Citations** - Reference past observations with IDs (access via http://localhost:37777/api/observation/{id} or view all in the web viewer at http://localhost:37777)
|
||||||
|
- 🧪 **Beta Channel** - Try experimental features like Endless Mode via version switching
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-mem",
|
"name": "claude-mem",
|
||||||
"version": "7.2.4",
|
"version": "7.3.0",
|
||||||
"description": "Memory compression system for Claude Code - persist context across sessions",
|
"description": "Memory compression system for Claude Code - persist context across sessions",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"claude",
|
"claude",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-mem",
|
"name": "claude-mem",
|
||||||
"version": "7.2.4",
|
"version": "7.3.0",
|
||||||
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Alex Newman"
|
"name": "Alex Newman"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-mem-plugin",
|
"name": "claude-mem-plugin",
|
||||||
"version": "7.2.3",
|
"version": "7.3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Runtime dependencies for claude-mem bundled hooks",
|
"description": "Runtime dependencies for claude-mem bundled hooks",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user