From 8f34f4744d6c23638667a58b9f70373c52717f64 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 18 Nov 2025 00:26:04 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da5f1272..bc581010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.0.43 + +- Added `permissionMode` field for custom agents +- Added `tool_use_id` field to `PreToolUseHookInput` and `PostToolUseHookInput` types +- Added skills frontmatter field to declare skills to auto-load for subagents +- Added the `SubagentStart` hook event +- Fixed nested `CLAUDE.md` files not loading when @-mentioning files +- Fixed duplicate rendering of some messages in the UI +- Fixed some visual flickers +- Fixed NotebookEdit tool inserting cells at incorrect positions when cell IDs matched the pattern `cell-N` + ## 2.0.42 - Added `agent_id` and `agent_transcript_path` fields to `SubagentStop` hooks.