Skip to content

Commit 550183b

Browse files
thedotmackclaude
andcommitted
docs: update CHANGELOG.md for v9.0.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 92c4d24 commit 550183b

1 file changed

Lines changed: 21 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to claude-mem.
44

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+
526
## [v9.0.3] - 2026-01-10
627

728
## Bug Fixes
@@ -1281,25 +1302,3 @@ Fixed unbounded database growth in the `pending_messages` table by implementing
12811302

12821303
**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v7.3.0...v7.3.1
12831304

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

Comments
 (0)