Skip to content

Commit bbbac71

Browse files
Update Claude Code docs - 2025-11-08 | Updated: changelog.md,en__docs__claude-code__overview.md en__docs__claude-code__sdk__migration-guide.md,en__docs__claude-code__skills.md
1 parent 6ee1d11 commit bbbac71

5 files changed

Lines changed: 26 additions & 20 deletions

docs/changelog.md

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

99
# Changelog
1010

11+
## 2.0.36
12+
13+
- Fixed: DISABLE_AUTOUPDATER environment variable now properly disables package manager update notifications
14+
- Fixed queued messages being incorrectly executed as bash commands
15+
- Fixed input being lost when typing while a queued message is processed
16+
1117
## 2.0.35
1218

1319
- Improve fuzzy search results when searching commands

docs/docs_manifest.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159
"en__docs__claude-code__overview.md": {
160160
"original_url": "https://code.claude.com/docs/en/overview",
161161
"original_md_url": "https://code.claude.com/docs/en/overview.md",
162-
"hash": "d253f85b2939e19f736d9dcaf52e19540ef77c8d44c10630edc565b70514bcab",
163-
"last_updated": "2025-11-07T23:26:03.862398"
162+
"hash": "8d485b8aceeafba9e707c06a6a5f7f199f091493fd20dfb78c57a5866ec820d2",
163+
"last_updated": "2025-11-08T00:22:55.961267"
164164
},
165165
"en__docs__claude-code__plugin-marketplaces.md": {
166166
"original_url": "https://code.claude.com/docs/en/plugin-marketplaces",
@@ -195,8 +195,8 @@
195195
"en__docs__claude-code__sdk__migration-guide.md": {
196196
"original_url": "https://code.claude.com/docs/en/sdk/migration-guide",
197197
"original_md_url": "https://code.claude.com/docs/en/sdk/migration-guide.md",
198-
"hash": "77e114fc8107cc335bb5297d81c20446e13c52b357cb03f2f3a1af13ca9f0a16",
199-
"last_updated": "2025-11-07T23:26:07.571228"
198+
"hash": "c755d7d349493f38bba4e790c9906a116f0afb30ed7428b719a528e2f709b6ed",
199+
"last_updated": "2025-11-08T00:22:59.395401"
200200
},
201201
"en__docs__claude-code__security.md": {
202202
"original_url": "https://code.claude.com/docs/en/security",
@@ -219,8 +219,8 @@
219219
"en__docs__claude-code__skills.md": {
220220
"original_url": "https://code.claude.com/docs/en/skills",
221221
"original_md_url": "https://code.claude.com/docs/en/skills.md",
222-
"hash": "b0d29288b97dc00e594eb6a79b4c87bb5ea5ee886006403cf91d570419fc1604",
223-
"last_updated": "2025-11-07T23:26:10.087001"
222+
"hash": "756cdd96be0b1a14fba168d4cb7cfde95898cb8fe8fda71be1ea1524d3da8595",
223+
"last_updated": "2025-11-08T00:23:01.754457"
224224
},
225225
"en__docs__claude-code__slash-commands.md": {
226226
"original_url": "https://code.claude.com/docs/en/slash-commands",
@@ -267,14 +267,14 @@
267267
"changelog.md": {
268268
"original_url": "https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md",
269269
"original_raw_url": "https://raw.githubusercontent.com/anthropics/claude-code/main/CHANGELOG.md",
270-
"hash": "1bfd24d59b0804221e760bb03af88166af6915e6677fb2212544b437c9dac6dc",
271-
"last_updated": "2025-11-07T23:26:14.735364",
270+
"hash": "4e3743d041d7c8341c49cb188c2870d04721c5a162ce0773a905a3af1bdc13ea",
271+
"last_updated": "2025-11-08T00:23:05.975003",
272272
"source": "claude-code-repository"
273273
}
274274
},
275275
"fetch_metadata": {
276-
"last_fetch_completed": "2025-11-07T23:26:51.017626",
277-
"fetch_duration_seconds": 27.708668,
276+
"last_fetch_completed": "2025-11-08T00:23:05.975018",
277+
"fetch_duration_seconds": 26.493446,
278278
"total_pages_discovered": 44,
279279
"pages_fetched_successfully": 45,
280280
"pages_failed": 0,
@@ -284,9 +284,9 @@
284284
"total_files": 45,
285285
"fetch_tool_version": "3.0"
286286
},
287-
"last_updated": "2025-11-07T23:26:51.017645",
288-
"base_url": "https://raw.githubusercontent.com/ericbuess/claude-code-docs/main/docs/",
289-
"github_repository": "ericbuess/claude-code-docs",
287+
"last_updated": "2025-11-08T00:23:05.975033",
288+
"base_url": "https://raw.githubusercontent.com/costiash/claude-code-docs/main/docs/",
289+
"github_repository": "costiash/claude-code-docs",
290290
"github_ref": "main",
291291
"description": "Claude Code documentation manifest. Keys are filenames, append to base_url for full URL."
292292
}

docs/en__docs__claude-code__overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You'll be prompted to log in on first use. That's it! [Continue with Quickstart
9292
## Additional resources
9393

9494
<CardGroup>
95-
<Card title="Build with the Agent SDK" icon="code-branch" href="https://docs.claude.com/enhttps://docs.claude.com/en/api/agent-sdk/overview">
95+
<Card title="Build with the Agent SDK" icon="code-branch" href="https://docs.claude.com/en/api/agent-sdk/overview">
9696
Create custom AI agents with the Claude Agent SDK
9797
</Card>
9898

docs/en__docs__claude-code__sdk__migration-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Claude Code SDK has been renamed to the **Claude Agent SDK** and its documen
1515
| **Documentation Location** | Claude Code docs → SDK section | API Guide → Agent SDK section |
1616

1717
<Note>
18-
**Documentation Changes:** The Agent SDK documentation has moved from the Claude Code docs to the API Guide under a dedicated [Agent SDK](https://docs.claude.com/enhttps://docs.claude.com/en/api/agent-sdk/overview) section. The Claude Code docs now focus on the CLI tool and automation features.
18+
**Documentation Changes:** The Agent SDK documentation has moved from the Claude Code docs to the API Guide under a dedicated [Agent SDK](https://docs.claude.com/en/api/agent-sdk/overview) section. The Claude Code docs now focus on the CLI tool and automation features.
1919
</Note>
2020

2121
## Migration Steps
@@ -321,7 +321,7 @@ See the [Troubleshooting](/en/troubleshooting) guide for common issues.
321321

322322
## Next Steps
323323

324-
* Explore the [Agent SDK Overview](https://docs.claude.com/enhttps://docs.claude.com/en/api/agent-sdk/overview) to learn about available features
325-
* Check out the [TypeScript SDK Reference](https://docs.claude.com/enhttps://docs.claude.com/en/api/agent-sdk/typescript) for detailed API documentation
326-
* Review the [Python SDK Reference](https://docs.claude.com/enhttps://docs.claude.com/en/api/agent-sdk/python) for Python-specific documentation
327-
* Learn about [Custom Tools](https://docs.claude.com/enhttps://docs.claude.com/en/api/agent-sdk/custom-tools) and [MCP Integration](https://docs.claude.com/enhttps://docs.claude.com/en/api/agent-sdk/mcp)
324+
* Explore the [Agent SDK Overview](https://docs.claude.com/en/api/agent-sdk/overview) to learn about available features
325+
* Check out the [TypeScript SDK Reference](https://docs.claude.com/en/api/agent-sdk/typescript) for detailed API documentation
326+
* Review the [Python SDK Reference](https://docs.claude.com/en/api/agent-sdk/python) for Python-specific documentation
327+
* Learn about [Custom Tools](https://docs.claude.com/en/api/agent-sdk/custom-tools) and [MCP Integration](https://docs.claude.com/en/api/agent-sdk/mcp)

docs/en__docs__claude-code__skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Claude loads additional files only when needed.
597597
Learn how Skills work across Claude products
598598
</Card>
599599

600-
<Card title="Use Skills in the Agent SDK" icon="cube" href="https://docs.claude.com/enhttps://docs.claude.com/en/api/agent-sdk/skills">
600+
<Card title="Use Skills in the Agent SDK" icon="cube" href="https://docs.claude.com/en/api/agent-sdk/skills">
601601
Use Skills programmatically with TypeScript and Python
602602
</Card>
603603

0 commit comments

Comments
 (0)