-
v8.5.1
v8.5.1 - Migration 17 idempotency fix
-
v8.5.0
v8.5.0 - Cursor Support Now Available
-
v8.2.10
Release v8.2.10: Auto-restart worker on version mismatch
-
v8.2.3
Release v8.2.3: Worker bugfixes - Fix worker port environment variable in smart-install script - Implement file-based locking mechanism for worker operations - Fix restart command references in documentation
-
v8.2.1
v8.2.1 - Worker Lifecycle Hardening
-
v8.0.4
v8.0.4: Changed worker start script
-
v8.0.2
v8.0.2 - Chill Mode New "chill" remix of code mode for users who want fewer, more selective observations. - **code--chill mode**: A behavioral variant that produces fewer observations - Only records things "painful to rediscover" - shipped features, architectural decisions, non-obvious gotchas - Skips routine work, straightforward implementations, and obvious changes - Philosophy: "When in doubt, skip it" - Updated modes.mdx with all 28 language modes (was 10) - Added Code Mode Variants section documenting chill mode Set in ~/.claude-mem/settings.json: ```json { "CLAUDE_MEM_MODE": "code--chill" } ```