From c57a2210b304b76c90e5259d5a68ab86a3172f80 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 15 Apr 2026 18:11:12 -0600 Subject: [PATCH] Update changelog for v2.1.110 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a82352..3328ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ Note: Only use **NEW:** for entirely new prompt files, NOT for new additions/sec ### Claude Code System Prompts Changelog +# [2.1.110](https://github.com/Piebald-AI/claude-code-system-prompts/commit/5249956) + +_+590 tokens_ + +- **NEW:** Tool Description: PushNotification — Describes a tool that sends desktop notifications to the user's terminal and pushes to their phone when Remote Control is connected. +- Agent Prompt: Security monitor for autonomous agent actions (second part) — Added new "Sandbox Network Callback" threat definition covering outbound connections from sandboxed Bash commands to OAST collaborators, request bins, tunnels, raw public IPs, or DNS-exfil-shaped subdomains; clarifies when to allow vs. block based on trusted domains and routine build/test/install activity. +- System Prompt: REPL tool usage and scripting conventions — Made `gh()` shorthand and `REPO` constant conditional on whether a GitHub repo is present; added heredoc piping guidance warning against writing temp files to feed shell commands, since generic temp paths get clobbered by parallel agents. +- Tool Description: REPL — Added guidance to pipe via heredoc instead of writing temp files for shell commands, warning that generic temp paths get clobbered by parallel agents. + # [2.1.109](https://github.com/Piebald-AI/claude-code-system-prompts/commit/29ab332) _+0 tokens_