From d5e9e9235f04aa38a94983b530c24276920bef84 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 13 Mar 2026 11:06:11 -0600 Subject: [PATCH] Update changelog for v2.1.75 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efbb165..74c2a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ Note: Only use **NEW:** for entirely new prompt files, NOT for new additions/sec ### Claude Code System Prompts Changelog +# [2.1.75](https://github.com/Piebald-AI/claude-code-system-prompts/commit/97ce0c2) + +_+156 tokens_ + +- **NEW:** Agent Prompt: Determine which memory files to attach — Agent for determining which memory files to attach for the main agent. +- **NEW:** System Prompt: One of six rules for using sleep command — One of the six rules for using the sleep command. +- **NEW:** System Prompt: System section — System section of the main system prompt. +- **REMOVED:** Agent Prompt: Memory selection — Removed instructions for selecting relevant memories for a user query (replaced by "Determine which memory files to attach"). +- **REMOVED:** Tool Description: Bash (sleep — no retry loops) — Removed instruction to diagnose failures instead of retrying in sleep loops. +- **REMOVED:** Tool Description: Bash (sleep — use run_in_background) — Removed instruction to use run_in_background for long-running commands. +- Agent Prompt: Security monitor for autonomous agent actions (first part) — Added "Unseen Tool Results" evaluation rule: when an action's parameters depend on a tool result not visible in the transcript, treat those parameters as unverifiable and block if the action is high-severity. +- System Prompt: Teammate Communication — Updated SendMessage usage instructions from `type: "message"` / `type: "broadcast"` to `to: ""` / `to: "*"` addressing pattern. +- System Reminder: Team Coordination — Updated SendMessage example from `operation`/`target_agent_id`/`value` fields to `to`/`message`/`summary` fields. +- Tool Description: ReadFile — Simplified usage notes around line length truncation and conditional read lines. +- Tool Description: SendMessageTool — Restructured around a unified three-field schema (`to`, `message`, `summary`) replacing the previous `type`/`recipient`/`content` pattern; protocol messages (shutdown, plan approval) are now nested inside the `message` field as structured objects; added addressing table; clarified that structured protocol messages cannot be broadcast. +- Tool Description: TeammateTool — Updated SendMessage references from `type: "shutdown_request"` to `message: {type: "shutdown_request"}`; changed field name from `target_agent_id` to `to` for sending messages. + + # [2.1.74](https://github.com/Piebald-AI/claude-code-system-prompts/commit/93acf03) _+1,750 tokens_