Skip to content

Commit 2375ed5

Browse files
Update Claude Code docs - 2025-11-18 | Updated: changelog.md
1 parent 3644a2a commit 2375ed5

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
# Changelog
1010

11+
## 2.0.43
12+
13+
- Added `permissionMode` field for custom agents
14+
- Added `tool_use_id` field to `PreToolUseHookInput` and `PostToolUseHookInput` types
15+
- Added skills frontmatter field to declare skills to auto-load for subagents
16+
- Added the `SubagentStart` hook event
17+
- Fixed nested `CLAUDE.md` files not loading when @-mentioning files
18+
- Fixed duplicate rendering of some messages in the UI
19+
- Fixed some visual flickers
20+
- Fixed NotebookEdit tool inserting cells at incorrect positions when cell IDs matched the pattern `cell-N`
21+
1122
## 2.0.42
1223

1324
- Added `agent_id` and `agent_transcript_path` fields to `SubagentStop` hooks.

docs/docs_manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,14 +1599,14 @@
15991599
"changelog.md": {
16001600
"original_url": "https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md",
16011601
"original_raw_url": "https://raw.githubusercontent.com/anthropics/claude-code/main/CHANGELOG.md",
1602-
"hash": "652024e485f70ec2bfac6b05bf42bec0d0124c7316fe8a3a009441947805d2d6",
1603-
"last_updated": "2025-11-16T17:40:45.016693",
1602+
"hash": "2ea52c7b41b5c221848b5715d2f62e0ea276c09254b611c45880a51b774fb92a",
1603+
"last_updated": "2025-11-18T00:26:38.679008",
16041604
"source": "claude-code-repository"
16051605
}
16061606
},
16071607
"fetch_metadata": {
1608-
"last_fetch_completed": "2025-11-17T21:08:06.393771",
1609-
"fetch_duration_seconds": 153.549509,
1608+
"last_fetch_completed": "2025-11-18T00:26:38.679066",
1609+
"fetch_duration_seconds": 152.721565,
16101610
"total_pages_discovered": 270,
16111611
"pages_fetched_successfully": 267,
16121612
"pages_failed": 4,
@@ -1621,7 +1621,7 @@
16211621
"total_files": 267,
16221622
"fetch_tool_version": "3.0"
16231623
},
1624-
"last_updated": "2025-11-17T21:08:06.393800",
1624+
"last_updated": "2025-11-18T00:26:38.679086",
16251625
"base_url": "https://raw.githubusercontent.com/costiash/claude-code-docs/main/docs/",
16261626
"github_repository": "costiash/claude-code-docs",
16271627
"github_ref": "main",

0 commit comments

Comments
 (0)