|
2 | 2 |
|
3 | 3 | All notable changes to claude-mem. |
4 | 4 |
|
| 5 | +## [v9.0.4] - 2026-01-10 |
| 6 | + |
| 7 | +## What's New |
| 8 | + |
| 9 | +This release adds the `/do` and `/make-plan` development commands to the plugin distribution, making them available to all users who install the plugin from the marketplace. |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +- **Development Commands Now Distributed with Plugin** (#666) |
| 14 | + - `/do` command - Execute tasks with structured workflow |
| 15 | + - `/make-plan` command - Create detailed implementation plans |
| 16 | + - Commands now available at `plugin/commands/` for all users |
| 17 | + |
| 18 | +### Documentation |
| 19 | + |
| 20 | +- Revised Arabic README for clarity and corrections (#661) |
| 21 | + |
| 22 | +### Full Changelog |
| 23 | + |
| 24 | +https://github.com/thedotmack/claude-mem/compare/v9.0.3...v9.0.4 |
| 25 | + |
5 | 26 | ## [v9.0.3] - 2026-01-10 |
6 | 27 |
|
7 | 28 | ## Bug Fixes |
@@ -1281,25 +1302,3 @@ Fixed unbounded database growth in the `pending_messages` table by implementing |
1281 | 1302 |
|
1282 | 1303 | **Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v7.3.0...v7.3.1 |
1283 | 1304 |
|
1284 | | -## [v7.3.0] - 2025-12-16 |
1285 | | - |
1286 | | -## Features |
1287 | | - |
1288 | | -- **Table-based search output**: Unified timeline formatting with cleaner, more organized presentation of search results grouped by date and file |
1289 | | -- **Simplified API**: Removed unused format parameter from MCP search tools for cleaner interface |
1290 | | -- **Shared formatting utilities**: Extracted common timeline formatting logic into reusable module |
1291 | | -- **Batch observations endpoint**: Added `/api/observations/batch` endpoint for efficient retrieval of multiple observations by ID array |
1292 | | - |
1293 | | -## Changes |
1294 | | - |
1295 | | -- **Default model upgrade**: Changed default model from Haiku to Sonnet for better observation quality |
1296 | | -- **Removed fake URIs**: Replaced claude-mem:// pseudo-protocol with actual HTTP API endpoints for citations |
1297 | | - |
1298 | | -## Bug Fixes |
1299 | | - |
1300 | | -- Fixed undefined debug function calls in MCP server |
1301 | | -- Fixed skillPath variable scoping bug in instructions endpoint |
1302 | | -- Extracted magic numbers to named constants for better code maintainability |
1303 | | - |
1304 | | -**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v7.2.4...v7.3.0 |
1305 | | - |
0 commit comments