From b6d6be077392c4987b106fef75687c21867ada18 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 24 Jun 2026 13:48:08 -0600 Subject: [PATCH] Update changelog for v2.1.191 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d4013..55a9b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ Note: Only use **NEW:** for entirely new prompt files, NOT for new additions/sec ### Claude Code System Prompts Changelog +# [2.1.191](https://github.com/Piebald-AI/claude-code-system-prompts/commit/a52517c) + +_+59 tokens_ + +- **NEW:** Agent Prompt: Context tip selector — Adds a selector for deciding when a brief Claude Code feature tip would help, defaulting to silence unless the transcript shows a repeated friction pattern, an eligible matching tip, and a non-interruptive moment. +- **NEW:** Agent Prompt: Context tip reception evaluator — Adds follow-up evaluation for shown context tips, tracking whether the user acted on the suggested command or feature and whether the reception was positive, neutral, negative, or unknown. +- **NEW:** Data: Context tip situations (manual polling, persistent memory) — Adds catalog situations for suggesting `/loop` when the user is manually polling status and memory guidance when the user keeps restating durable project context or explicitly asks Claude to remember it. +- **REMOVED:** Memory prompts and reminders — Removes the standalone memory synthesis/pruning agent prompts, memory-file description and staleness guidance fragments, recalled-memory handling guidance, stale project-memory refresh guidance, and immutable memory extraction/consolidation tool-constraint reminders. + #### [2.1.190](https://github.com/Piebald-AI/claude-code-system-prompts/commit/2c86a14) _No changes to the system prompts in v2.1.190._