• v8.0.2 bb30b82102

    v8.0.2 - Chill Mode

    airkjw released this 2025-12-23 03:05:12 +00:00 | 1033 commits to main since this release

    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:

    {
      "CLAUDE_MEM_MODE": "code--chill"
    }
    
    Downloads