From b5fdca523144f3eeb3172384dc7a51e2afb2a086 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 9 Jan 2026 13:50:38 -0700 Subject: [PATCH] Update changelog for v2.1.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd37e8f..3dd9f5c 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.2](https://github.com/Piebald-AI/claude-code-system-prompts/commit/25150a99c6a1bc916417476178008dbcfa740aa0) + +_-374 tokens_ + +- **NEW:** Agent Prompt: Bash command risk classifier - classifies shell commands by risk level (LOW/MEDIUM/HIGH) to determine permission requirements +- **REMOVED:** Agent Prompt: Bash output summarization - system prompt for determining whether bash command output should be summarized +- **REMOVED:** Agent Prompt: Plan verification agent - agent prompt for verifying that the main agent correctly executed a plan + #### [2.1.1](https://github.com/Piebald-AI/claude-code-system-prompts/commit/9f507fd) _No changes to the system prompts in v2.1.1._