You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
+
## [7.3.0] - 2025-12-15
8
+
9
+
## Features
10
+
11
+
-**Table-based search output**: Unified timeline formatting with cleaner, more organized presentation of search results grouped by date and file
12
+
-**Simplified API**: Removed unused format parameter from MCP search tools for cleaner interface
13
+
-**Shared formatting utilities**: Extracted common timeline formatting logic into reusable module
14
+
15
+
## Changes
16
+
17
+
-**Default model upgrade**: Changed default model from Haiku to Sonnet for better observation quality
18
+
-**Removed fake URIs**: Replaced claude-mem:// pseudo-protocol with actual HTTP API endpoints for citations
19
+
20
+
## Bug Fixes
21
+
22
+
- Fixed undefined debug function calls in MCP server
23
+
- Fixed skillPath variable scoping bug in instructions endpoint
24
+
- Extracted magic numbers to named constants for better code maintainability
25
+
7
26
## [7.2.4] - 2025-12-15
8
27
9
28
## What's Changed
@@ -35,25 +54,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
35
54
- Update docs with correct MCP tool list and new download path
36
55
- Single source of truth for Claude Desktop skill
37
56
38
-
## [7.3.0] - 2025-12-15
39
-
40
-
## Features
41
-
42
-
-**Table-based search output**: Unified timeline formatting with cleaner, more organized presentation of search results grouped by date and file
43
-
-**Simplified API**: Removed unused format parameter from MCP search tools for cleaner interface
44
-
-**Shared formatting utilities**: Extracted common timeline formatting logic into reusable module
45
-
46
-
## Changes
47
-
48
-
-**Default model upgrade**: Changed default model from Haiku to Sonnet for better observation quality
49
-
-**Removed fake URIs**: Replaced claude-mem:// pseudo-protocol with actual HTTP API endpoints for citations
50
-
51
-
## Bug Fixes
52
-
53
-
- Fixed undefined debug function calls in MCP server
54
-
- Fixed skillPath variable scoping bug in instructions endpoint
55
-
- Extracted magic numbers to named constants for better code maintainability
56
-
57
57
## [7.2.1] - 2025-12-14
58
58
59
59
## Translation Script Enhancements
@@ -2442,12 +2442,12 @@ None (patch version)
2442
2442
2443
2443
## [4.3.0] - 2025-10-25
2444
2444
2445
-
## What's Changed
2446
-
* feat: Enhanced context hook with session observations and cross-platform improvements by @thedotmack in https://github.com/thedotmack/claude-mem/pull/25
2447
-
2448
-
## New Contributors
2449
-
*@thedotmack made their first contribution in https://github.com/thedotmack/claude-mem/pull/25
2450
-
2445
+
## What's Changed
2446
+
* feat: Enhanced context hook with session observations and cross-platform improvements by @thedotmack in https://github.com/thedotmack/claude-mem/pull/25
2447
+
2448
+
## New Contributors
2449
+
*@thedotmack made their first contribution in https://github.com/thedotmack/claude-mem/pull/25
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ Restart Claude Code. Context from previous sessions will automatically appear in
86
86
- ⚙️ **Context Configuration** - Fine-grained control over what context gets injected
87
87
- 🤖 **Automatic Operation** - No manual intervention required
88
88
- 🔗 **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)
89
+
- 🧪 **Beta Channel** - Try experimental features like Endless Mode via version switching
0 commit comments