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
- Batch observations endpoint: Added
/api/observations/batchendpoint for efficient retrieval of multiple observations by ID array
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
Full Changelog: v7.2.4...v7.3.0