From d0ff2522115400cf704f02db8e7ed4560859d3e1 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 30 Apr 2026 07:32:15 -0600 Subject: [PATCH] Update changelog for v2.1.124 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62dd98..6b8a29c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Note: Only use **NEW:** for entirely new prompt files, NOT for new additions/sec ### Claude Code System Prompts Changelog +# [2.1.124](https://github.com/Piebald-AI/claude-code-system-prompts/commit/f96acd9) + +_+166 tokens_ + +- **NEW:** System Reminder: File modification detected (budget exceeded) — Tells the agent when a user or linter changed a file but the diff was omitted because other modified files already exceeded the snippet budget, and directs it to read the file if current content is needed. +- System Prompt: Harness instructions — Replaces the core-identity function call with explicit introductory-line and security-note insertion points before the shared harness instructions. +- System Prompt: REPL tool usage and scripting conventions — Clarifies that thenable shorthand results are auto-awaited only at return time, so inline uses such as concatenation, templates, or arguments to another call must be awaited first. + #### [2.1.123](https://github.com/Piebald-AI/claude-code-system-prompts/commit/903365e) _+0 tokens_