chore: Update CHANGELOG.md

This commit is contained in:
GitHub Actions
2025-11-18 00:26:04 +00:00
parent 31ba6e541b
commit 8f34f4744d

View File

@@ -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.