From f491b61f4f9085082ca9109ef511e2c6bfecf002 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Mon, 22 Dec 2025 22:07:02 -0500 Subject: [PATCH] chore: update CHANGELOG.md for v8.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8ec5b2..bfd4ea43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [8.0.2] - 2025-12-23 + +New "chill" remix of code mode for users who want fewer, more selective observations. + +## Features + +- **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" + +## Documentation + +- Updated modes.mdx with all 28 language modes (was 10) +- Added Code Mode Variants section documenting chill mode + +## Usage + +Set in ~/.claude-mem/settings.json: +```json +{ + "CLAUDE_MEM_MODE": "code--chill" +} +``` + ## [8.0.1] - 2025-12-23 ## 🎨 UI Improvements