From 4fc132484750da903aa0e05cc9229e3fa9de8d3a Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 14 May 2026 11:25:14 -0600 Subject: [PATCH] v2.1.141 (+4 tokens) --- README.md | 4 ++-- system-prompts/system-prompt-context-compaction-summary.md | 2 +- system-prompts/system-reminder-output-style-active.md | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 641d37e..19268f4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Download it and try it out for free! **https://piebald.ai/** > [!important] > **NEW (January 23, 2026): We've added all of Claude Code's ~40 system reminders to this list—see [System Reminders](#system-reminders).** -This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.1.140](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.1.140) (May 12th, 2026).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 177 versions since v2.0.14. From the team behind [ **Piebald.**](https://piebald.ai/) +This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.1.141](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.1.141) (May 13th, 2026).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 178 versions since v2.0.14. From the team behind [ **Piebald.**](https://piebald.ai/) **This repository is updated within minutes of each Claude Code release. See the [changelog](./CHANGELOG.md), and follow [@PiebaldAI](https://x.com/PiebaldAI) on X for a summary of the system prompt changes in each release.** @@ -262,7 +262,7 @@ Text for large system reminders. - [System Reminder: Memory file contents](./system-prompts/system-reminder-memory-file-contents.md) (**36** tks) - Contents of a memory file by path. - [System Reminder: Nested memory contents](./system-prompts/system-reminder-nested-memory-contents.md) (**33** tks) - Contents of a nested memory file. - [System Reminder: New diagnostics detected](./system-prompts/system-reminder-new-diagnostics-detected.md) (**52** tks) - Notification about new diagnostic issues. -- [System Reminder: Output style active](./system-prompts/system-reminder-output-style-active.md) (**46** tks) - Notification that an output style is active. +- [System Reminder: Output style active](./system-prompts/system-reminder-output-style-active.md) (**50** tks) - Notification that an output style is active. - [System Reminder: Plan file reference](./system-prompts/system-reminder-plan-file-reference.md) (**62** tks) - Reference to an existing plan file. - [System Reminder: Plan mode approval tool enforcement](./system-prompts/system-reminder-plan-mode-approval-tool-enforcement.md) (**236** tks) - Requires plan mode turns to end with either AskUserQuestion for clarification or ExitPlanMode for plan approval, and forbids asking for approval any other way. - [System Reminder: Plan mode is active (5-phase)](./system-prompts/system-reminder-plan-mode-is-active-5-phase.md) (**927** tks) - Enhanced plan mode system reminder with parallel exploration and multi-agent planning. diff --git a/system-prompts/system-prompt-context-compaction-summary.md b/system-prompts/system-prompt-context-compaction-summary.md index e5d9929..8265b67 100644 --- a/system-prompts/system-prompt-context-compaction-summary.md +++ b/system-prompts/system-prompt-context-compaction-summary.md @@ -12,7 +12,7 @@ agentMetadata: integrations, keyboard shortcuts; (2) Claude Agent SDK - building custom agents; (3) Claude API (formerly Anthropic API) - API usage, tool use, Anthropic SDK usage. **IMPORTANT:** Before spawning a new agent, check if there is already a running or recently completed claude-code-guide agent that - you can continue via ${MZ}. + you can continue via ${SEND_MESSAGE_TOOL_NAME}. --> You have been working on the task described above but have not yet completed it. Write a continuation summary that will allow you (or another instance of yourself) to resume work efficiently in a future context window where the conversation history will be replaced with this summary. Your summary should be structured, concise, and actionable. Include: 1. Task Overview diff --git a/system-prompts/system-reminder-output-style-active.md b/system-prompts/system-reminder-output-style-active.md index 7429dd0..e2158e0 100644 --- a/system-prompts/system-reminder-output-style-active.md +++ b/system-prompts/system-reminder-output-style-active.md @@ -1,8 +1,9 @@ -${OUTPUT_STYLE_CONFIG.name} output style is active. ${OUTPUT_STYLE_CONFIG.turnReminder??"Remember to follow the specific guidelines for this style."} +${OUTPUT_STYLE_CONFIG.name} output style is active. ${OUTPUT_STYLE_TURN_REMINDER.turnReminder??"Remember to follow the specific guidelines for this style."}