From c6b849f27118d97ed57d6067eeb269750b2e647e Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 21 May 2026 23:23:10 +0000 Subject: [PATCH] Remove changelog entry included in error https://claude.ai/code/session_01QpYmSoWsmcQFYapvscKSwy --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aad674e3..f0edcbc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,9 @@ ## 2.1.147 -- Added the `Workflow` tool for deterministic multi-agent orchestration. It is off by default — set `CLAUDE_CODE_WORKFLOWS=1` to enable - Pinned background sessions (`Ctrl+T` in `claude agents`) now stay alive when idle, are restarted in place to apply Claude Code updates, and are shed under memory pressure only after non-pinned sessions - Renamed `/simplify` to `/code-review`. It now reports correctness bugs at a chosen effort level (e.g., `/code-review high`); pass `--comment` to post findings as inline GitHub PR comments. The old cleanup-and-fix behavior has been removed -- Hardened REPL and Workflow tool sandboxes against prototype-pollution and thenable-based escapes +- Hardened the REPL tool sandbox against prototype-pollution and thenable-based escapes - Improved auto-updater: retries transient network failures, reports specific error categories and OS error codes on failure, and shows the current version when an update fails - Improved diff rendering performance for large file edits - Prompt history no longer records consecutive duplicate entries — recalling a prompt with arrow-up and submitting it again won't add another copy