v10.6.1
thedotmack/claude-memv10.6.1Mar 18, 2026by thedotmack
AI Summary
This release introduces the new Timeline Report skill (`/timeline-report`) for generating narrative development history reports with token-aware economics, along with significant context compression reducing token overhead by ~53%. A critical security fix removes an arbitrary file write vulnerability.
Key Highlights
- New Timeline Report skill generates narrative 'Journey Into [Project]' reports from development history
- Context injection compressed ~53% by converting tables to compact flat lines
- Git worktree detection automatically uses parent project as data source
- Security fix removes arbitrary file write vulnerability (`dump_to_file` parameter)
- Added `full=true` parameter for fetching all observations via `/api/context/inject`
Breaking Changes
- Removed `dump_to_file` parameter - arbitrary file write vulnerability patched
New Features
- Timeline Report Skill - `/timeline-report` generates narrative reports with token-aware economics
- Git Worktree Detection - automatically detects git worktrees and uses parent project as data source
- Compressed Context Output - ~53% reduction in markdown context injection (tables → compact flat lines)
- Full Observation Fetch - `full=true` parameter added to `/api/context/inject`
Full Release Notes
### New Features - **Timeline Report Skill** — New `/timeline-report` skill generates narrative "Journey Into [Project]" reports from claude-mem's development history with token-aware economics - **Git Worktree Detection** — Timeline report automatically detects git worktrees and uses parent project as data source - **Compressed Context Output** — Markdown context injection compressed ~53% (tables → compact flat lines), reducing token overhead in session starts - **Full Observation Fetch** — Added `full=true` parameter to `/api/context/inject` for fetching all observations ### Improvements - Split `TimelineRenderer` into separate markdown/color rendering paths - Fixed timestamp ditto marker leaking across session summary boundaries ### Security - Removed arbitrary file write vulnerability (`dump_to_file` parameter)