Compare commits

..
3 Commits
Author SHA1 Message Date
Mike 8b2ecb3849 v2.0.57 2025-12-05 17:28:08 -07:00
bl-ue ff2740fe0b Fix URL 2025-12-05 10:49:01 -07:00
bl-ue 5e9f7fdd50 Update changelog for v2.0.56 2025-12-03 07:33:53 -07:00
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -4,6 +4,17 @@ Note: Only use **NEW:** for entirely new prompt files, NOT for new additions/sec
### Claude Code System Prompts Changelog ### Claude Code System Prompts Changelog
# [2.0.56](https://github.com/Piebald-AI/claude-code-system-prompts/commit/47571b6ad6110bebc89553bba49ebcf94f4605fc)
- Reinforced note about using the current year in the WebSearch tool description
- Added a note to the main system prompt instructing Claude to never include time estimates when presenting options or plans.
- Strengthened and elaborated "plan mode is active" system reminder
- Encouraged the Explore subagent to be more tool-call-efficient and token-efficient
- Added an instruction to _"Read any files provided to you in the initial prompt"_ to the Plan subagent
- Changed the theme of the prompt suggestion generator's prompt from _"predict what the user will type next"_ to _"suggest what Claude could help with"_
- Stopped directing the user to open a GH an on the Claude Code repo via `/feedback` when the `claude-code-guide` subagent is at a loss
- Removed the old plan mode's system reminder
# [2.0.55](https://github.com/Piebald-AI/claude-code-system-prompts/commit/5c2f24217280a6c0a0b0ae5f80ba7f195e874ed0) # [2.0.55](https://github.com/Piebald-AI/claude-code-system-prompts/commit/5c2f24217280a6c0a0b0ae5f80ba7f195e874ed0)
_+121 tokens_ _+121 tokens_
+1 -1
View File
@@ -1,6 +1,6 @@
# Claude Code System Prompts # Claude Code System Prompts
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.0.56](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.56) (December 1st, 2025).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 37 versions since v2.0.14. 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.0.57](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.57) (December 2nd, 2025).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 38 versions since v2.0.14.
Why multiple "system prompts?" Why multiple "system prompts?"