Skip to content

Commit 014a992

Browse files
github-actions[bot]claude-yolo[bot]
authored andcommitted
docs: Claude Code v2.1.215 - Fable 5 promotion ends, security plugin gets Bedrock/Vertex support
Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
1 parent 13a856f commit 014a992

78 files changed

Lines changed: 421 additions & 337 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/.metadata.json

Lines changed: 141 additions & 134 deletions
Large diffs are not rendered by default.

content/en/docs/claude-code/errors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,12 +836,12 @@ Claude Code normally resizes large images automatically. These errors mean the n
836836

837837
### PDF errors
838838

839-
The PDF you attached couldn't be processed.
839+
The PDF you attached couldn't be processed. The messages are shown here in their non-interactive form; in an interactive session they instead prompt you to double press esc and try again.
840840

841841
```text theme={null}
842-
PDF too large (max 100 pages, 32 MB). Try splitting it or extracting text first.
843-
PDF is password protected. Try removing protection or extracting text first.
844-
The PDF file was not valid. Try converting to a different format first.
842+
PDF too large (max 100 pages, 20MB). Try reading the file a different way (e.g., extract text with pdftotext).
843+
PDF is password protected. Try using a CLI tool to extract or convert the PDF.
844+
The PDF file was not valid. Try converting it to text first (e.g., pdftotext).
845845
```
846846

847847
**What to do:**

content/en/docs/claude-code/security-guidance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The plugin is the in-session companion to [Code Review](/en/code-review), which
1515
## Prerequisites
1616

1717
* Claude Code CLI version 2.1.144 or later
18-
* Python 3.8 or later on your `PATH`. The plugin tries `python3`, `python`, and `py -3` in that order
18+
* Python 3.7 or later on your `PATH`. The agentic commit review needs Python 3.10 or later, as do all model-backed reviews when Claude Code uses a third-party provider such as Amazon Bedrock or Google Cloud's Agent Platform. The plugin prefers the versioned interpreters `python3.13` through `python3.10`, then falls back to `python3`, `python`, and `py -3`
1919
* A git repository for the directory you work in. The end-of-turn and commit reviews diff against git state and skip silently outside a repository. The per-edit pattern check works anywhere
2020

21-
On first run the plugin creates a virtual environment under `~/.claude/security/` and installs the Claude Agent SDK into it, which requires `pip` and network access. If that install fails, the commit review falls back to a single-shot review instead of the agentic one. On Windows the virtual environment step is skipped, so the agentic commit review runs only if `claude-agent-sdk` is already importable and otherwise falls back the same way.
21+
On first run the plugin creates a virtual environment under `~/.claude/security/` and installs the Claude Agent SDK into it, which requires `pip` and network access. If that install fails, or the available Python is older than 3.10, the commit review on first-party authentication falls back to a single-shot review instead of the agentic one; on a third-party provider such as Amazon Bedrock or Google Cloud's Agent Platform the model-backed reviews need the SDK themselves, so they skip. The plugin shows a one-time notice when an older Python is the cause.
2222

2323
## Install the plugin
2424

@@ -232,7 +232,7 @@ The plugin writes runtime diagnostics to `~/.claude/security/log.txt`. Check the
232232
Common reasons a review layer skips without a message in the conversation:
233233

234234
* The directory is not a git repository: the end-of-turn and commit reviews require git state and skip outside a repository
235-
* The session has no Anthropic authentication: the model-backed reviews skip and only the per-edit pattern check runs
235+
* The session has no Anthropic authentication and no third-party provider configured: the model-backed reviews skip and only the per-edit pattern check runs
236236
* A `security-patterns.yaml` file is present but PyYAML is not importable: the file is ignored. Use `security-patterns.json` instead
237237

238238
## Related resources

content/github/claude-plugins-official/.claude-plugin/marketplace.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
"source": {
478478
"source": "url",
479479
"url": "https://github.com/base44/skills.git",
480-
"sha": "58a183b6e912fe8ae2827c603d485a37b7d00e1b"
480+
"sha": "876f080f34efcc17fc606774feccecd6b61f44a7"
481481
},
482482
"homepage": "https://docs.base44.com"
483483
},
@@ -565,7 +565,7 @@
565565
"source": {
566566
"source": "url",
567567
"url": "https://github.com/buildkite/skills.git",
568-
"sha": "48619b1b5187209d74b333a215d63a2c7088f614"
568+
"sha": "369d93ebb0d6f9112615b7b8693f98f6fc241e5e"
569569
},
570570
"homepage": "https://buildkite.com"
571571
},
@@ -613,7 +613,7 @@
613613
"url": "https://github.com/carta/plugins.git",
614614
"path": "plugins/carta-crm",
615615
"ref": "main",
616-
"sha": "4f46ba0181f4d07b45b7fd8e51208c9699afd566"
616+
"sha": "62e9f9a00ba06ab54f9f8896fb8becdbfd6dd46a"
617617
},
618618
"homepage": "https://carta.com"
619619
},
@@ -750,7 +750,7 @@
750750
"source": {
751751
"source": "url",
752752
"url": "https://github.com/ClickHouse/clickhouse-claude-code-plugin.git",
753-
"sha": "0b64ebd82240c14639c55c6f800bcad4626e3224"
753+
"sha": "4c60200bf523342b68d5935b53f4dd0acb53e6b8"
754754
},
755755
"homepage": "https://github.com/ClickHouse/clickhouse-claude-code-plugin"
756756
},
@@ -1306,7 +1306,7 @@
13061306
"url": "https://github.com/expo/skills.git",
13071307
"path": "plugins/expo",
13081308
"ref": "main",
1309-
"sha": "8d72763f53c4fe11ed3ae0441b921bda821d2a74"
1309+
"sha": "8bd359f8a44d2446de12f1fe6e6316daf043056e"
13101310
},
13111311
"homepage": "https://github.com/expo/skills/blob/main/plugins/expo/README.md"
13121312
},
@@ -1596,7 +1596,7 @@
15961596
"source": {
15971597
"source": "url",
15981598
"url": "https://github.com/heygen-com/hyperframes.git",
1599-
"sha": "458df4c41294655f76e551100a9b634114209bb9"
1599+
"sha": "735128a61a152267a00b99defbd290f489482cbc"
16001600
},
16011601
"homepage": "https://hyperframes.heygen.com"
16021602
},
@@ -2473,7 +2473,7 @@
24732473
"url": "https://github.com/pydantic/skills.git",
24742474
"path": "plugins/ai",
24752475
"ref": "main",
2476-
"sha": "fb1b3a8edc9fb5c4d289ab23f614f7f8d268be7e"
2476+
"sha": "ec86ff6b8e978b7461a4cb195241cf9fa4fe5e9c"
24772477
},
24782478
"homepage": "https://github.com/pydantic/skills/tree/main/plugins/ai"
24792479
},
@@ -2511,7 +2511,7 @@
25112511
"source": {
25122512
"source": "url",
25132513
"url": "https://github.com/qdrant/skills.git",
2514-
"sha": "d1af526ebe6db70b5cf957a62b7cfdfd85f362e1"
2514+
"sha": "e043b7314279f3ff6623c5f0c95c4471cdf0c5f8"
25152515
},
25162516
"homepage": "https://skills.qdrant.tech"
25172517
},
@@ -2842,7 +2842,7 @@
28422842
"source": {
28432843
"source": "url",
28442844
"url": "https://github.com/SAP/mdk-mcp-server.git",
2845-
"sha": "20f6b5714e9cbd9919622e2bd1211ec956e48e59"
2845+
"sha": "65c088d14b2078e5409470838a93adb37528874e"
28462846
},
28472847
"homepage": "https://help.sap.com/docs/MDK"
28482848
},
@@ -3405,7 +3405,7 @@
34053405
"source": {
34063406
"source": "url",
34073407
"url": "https://github.com/wix/skills.git",
3408-
"sha": "0e8455f3e8a18262fc819efdca10dde915589515"
3408+
"sha": "b9934f834685e8fb5d47df02dee22e6cc69cc53d"
34093409
},
34103410
"homepage": "https://dev.wix.com/docs/wix-cli/guides/development/about-wix-skills"
34113411
},

content/support/10310342-how-do-i-log-out-of-all-active-sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To regain access to your account on any device, you'll need to authenticate agai
3838

3939
If you used your Claude account to authenticate into Claude Code, you can manage your authorization tokens by navigating to [Settings > Claude Code](http://claude.ai/settings/claude-code). To remove a token and log out of Claude Code, click the trash can icon.
4040

41-
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1608263923/b4fa7d6f6f08f2adffb4ea63bc58/image+%287%29.png?expires=1784554200&amp;signature=747d7dccb94496664ef42ac33f7a1aafeedbaf5dd3478333d862140376be2c9a&amp;req=dSYnHst4nohdWvMW1HO4zVuHihj402O5AQofdwM8qVew5mWOTRflDCOG3leS%0Am8xdOAWi%2FQyqi%2BWfwdI%3D%0A)
41+
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1608263923/b4fa7d6f6f08f2adffb4ea63bc58/image+%287%29.png?expires=1784569500&amp;signature=e34aa6fb16f38b3151a3cf3d6250f64e52b18136413a38c3397e67e660869148&amp;req=dSYnHst4nohdWvMW1HO4zVuHihj40G6%2BAQofdwM8qVcOczLaBFDKSYJM5YAW%0ApwkGE3BJEapL2Y107Wk%3D%0A)
4242

4343
## Unable to access your account?
4444

content/support/10366376-how-can-i-delete-my-claude-console-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ If you followed the steps above to delete your Console organization but want to
3636

3737
If you have an outstanding balance, you will see a message during the deletion flow that prompts you to pay the balance first by routing you to [Settings > Billing](https://platform.claude.com/settings/billing).
3838

39-
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1973957766/5c2dd87c0818a0400099a833c9b3/4cc3130a-f696-4967-9fe3-e5623c6f02bd?expires=1784554200&amp;signature=8791a5dafafdf4e51401a639464284586565288ea561c26c28c366b87dafcfcb&amp;req=dSkgFcB7moZZX%2FMW1HO4zbYXUBNnWeAZFZRyvJPpBZ%2FbFCDKODoNqTLM4Xut%0A30jdIeAN2FkoCtGGg6M%3D%0A)
39+
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1973957766/5c2dd87c0818a0400099a833c9b3/4cc3130a-f696-4967-9fe3-e5623c6f02bd?expires=1784569500&amp;signature=b4945fc5052e858de8a612f2e550ddcdd0856a7bf5a46e569e4311ee83dad6ec&amp;req=dSkgFcB7moZZX%2FMW1HO4zbYXUBNnWu0eFZRyvJPpBZ%2F%2BamR0X16vDnKab5TS%0AsMQTGEy8nuqFrhwsBS0%3D%0A)
4040

4141
You must pay this outstanding balance before you’re able to move forward with the deletion process.
4242

4343
### I’m seeing a message about contacting the Support team when I try to delete my Console organization.
4444

4545
There are some scenarios where you will need to contact our team to delete your account. If this is the case, it will be noted when you try to delete your organization:
4646

47-
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1973957765/19dda72a40db95d78c00c27a1a1c/6ce89be6-93ce-409c-bbea-d34be09db348?expires=1784554200&amp;signature=fe93a09c68b79c082594b746e24a499c75ac48c106e2929d6c88f986d4d2b3d2&amp;req=dSkgFcB7moZZXPMW1HO4zRW12%2BHIfaD7ZxDZGlqR6GhpINNqEClE1QJfB%2BC%2F%0AjUN0%2FFaJb3RMGUBwMg8%3D%0A)
47+
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1973957765/19dda72a40db95d78c00c27a1a1c/6ce89be6-93ce-409c-bbea-d34be09db348?expires=1784569500&amp;signature=c7862794616eeaa658734fd30da15e114c5e8d7002830401f24e4ad057dd2934&amp;req=dSkgFcB7moZZXPMW1HO4zRW12%2BHIfq38ZxDZGlqR6GhlnkZh8heXkQLhv%2FcR%0AjRCyiLwIqLyAql8oCWQ%3D%0A)
4848

4949
If you are seeing this message, this indicates that your Console organization cannot be deleted via the self-service pathway.

content/support/10504844-manage-user-feedback-settings-on-team-and-enterprise-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ As a Primary Owner or Owner of a Team or Enterprise plan, you can manage the abi
66

77
2. Use the toggle to change the **Rate chats** setting for your organization:
88

9-
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/2058292603/75752add0bed6a9f3ab217f01708/CleanShot%2B2026-02-12%2Bat%2B08_55_14-402x.png?expires=1784554200&amp;signature=aaf37eaed11bdfa61bcae211b1db0b0b8e66f5031c4a2f951e2713c4a12d982d&amp;req=diAiHst3n4dfWvMW1HO4zYGm8iMZFazO085gFtEpvcRkPt283%2BolStnXh3r1%0AhThQ9MRk6XYWR1xBbNk%3D%0A)
9+
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/2058292603/75752add0bed6a9f3ab217f01708/CleanShot%2B2026-02-12%2Bat%2B08_55_14-402x.png?expires=1784569500&amp;signature=b81bbeb9bed56be7f32874d559d333e8ef97327ae85b80005a22d37b0e1cc60c&amp;req=diAiHst3n4dfWvMW1HO4zYGm8iMZFqHJ085gFtEpvcTs%2FtIG05OZCdq1pEFb%0AyV0YPqgvVP0FfR3Lu5Y%3D%0A)
1010

1111
More information on how Anthropic collects, uses, and stores feedback data can be found in our Privacy Center: **[How long do you store my organization’s data?](https://privacy.claude.com/en/articles/7996866-how-long-do-you-store-my-organization-s-data)**

content/support/10504853-manage-user-feedback-settings-on-claude-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ To manage feedback for your Console organization:
88

99
2. Toggle the feedback switch on or off.
1010

11-
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1729186182/ebf4032a12a8c56959ca927726ce/Screenshot+2025-09-16+at+12_32_31%E2%80%AFPM.png?expires=1784554200&amp;signature=b3a8c5e0bf9356a837c21c575a4995f2b3d486eb965b6ad42bebcb0c01ab1b08&amp;req=dSclH8h2m4BXW%2FMW1HO4zVpN5HMYXGxHJ%2FadMup7FQfXAaOEcZpoZHA6b1io%0AXF9Nh2g7zDkxr4g8ugI%3D%0A)
11+
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1729186182/ebf4032a12a8c56959ca927726ce/Screenshot+2025-09-16+at+12_32_31%E2%80%AFPM.png?expires=1784569500&amp;signature=328d903d76e3c837c1288a7aa531b4c9f016b878ac98c09cbb245b349eb741c6&amp;req=dSclH8h2m4BXW%2FMW1HO4zVpN5HMYX2FAJ%2FadMup7FQfJGmQIHA7pmZ1dHF8B%0ApQrQBvpSdAft32VYWfw%3D%0A)
1212

1313
More information on how Anthropic collects, uses, and stores feedback data can be found in our Privacy Center: [How long do you store my organization’s data?](https://privacy.claude.com/en/articles/7996866-how-long-do-you-store-my-organization-s-data)

content/support/10593882-share-and-unshare-chats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ To unshare a chat:
3838

3939
Users on free, Pro, or Max plans can review a log of shared chats by navigating to **[Settings > Privacy](https://claude.ai/settings/data-privacy-controls)**. Find the **Privacy settings** section and click “Manage” next to **Shared chats:**
4040

41-
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1921669913/7cc7be48cfc7a18f9f469d6cd83c/CleanShot+2026-01-08+at+10_20_43%402x.png?expires=1784554200&amp;signature=b7a8e30cade7bb6945f9e9681d890a6e31455f782b6ad170ec91692fd134e991&amp;req=dSklF894lIheWvMW1HO4zWn5HzcYZ0Fpc9cNIYuX0GFT6frCWk9h%2FgEZKDVa%0Am47uE%2FSRACF6iYHjg24%3D%0A)
41+
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1921669913/7cc7be48cfc7a18f9f469d6cd83c/CleanShot+2026-01-08+at+10_20_43%402x.png?expires=1784569500&amp;signature=16736fab3b5c4f22e51ceb2cae2920b4bd638e586d6c4e6a9f56e4196ab3cd14&amp;req=dSklF894lIheWvMW1HO4zWn5HzcYZExuc9cNIYuX0GH1qLPp2%2BB5YnlyKk6A%0AccqJyAW9Vbo%2B%2FKTNrKE%3D%0A)
4242

4343
This will open a **Shared chats** modal listing the title, date shared, and link to each chat, allowing you to easily review and access all your previously-shared content. From here, you also have the option to click “Unshare” next to each listed chat to revoke access to the last snapshot you shared:
4444

45-
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1624243810/e6fe1d262597446c7fe21dff9f10/AD_4nXdW-GhByF8uKV7fCq9lTbkVB91FglSL6TSyXAOUk_MLcTV9YsEMBMkm9rgm1oXqv0k3sJh1JhlzZP6tHVkKbDJJ71pDRRtM3aVNG64MDuKDIzgmknh-XDZdNa7biTsTdwGoPr5GRg?expires=1784554200&amp;signature=c10cf188656be71c93f6a4ecfe63bd2888d8c2cbe876ca38346a9b7c41154bf7&amp;req=dSYlEst6noleWfMW1HO4ze44eCNkkRY8guvTv9woD7Z1%2F1H4VtT%2FLcHjW%2BVd%0AdXHR1QgmQEBL9kZLJmE%3D%0A)
45+
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1624243810/e6fe1d262597446c7fe21dff9f10/AD_4nXdW-GhByF8uKV7fCq9lTbkVB91FglSL6TSyXAOUk_MLcTV9YsEMBMkm9rgm1oXqv0k3sJh1JhlzZP6tHVkKbDJJ71pDRRtM3aVNG64MDuKDIzgmknh-XDZdNa7biTsTdwGoPr5GRg?expires=1784569500&amp;signature=0621ff8bd0c797e5fd2a84a061d529039429ad4685595c0c25112be5c53ef036&amp;req=dSYlEst6noleWfMW1HO4ze44eCNkkhs7guvTv9woD7bOQGV%2FiHf0vO1rfaGn%0Ac%2ButE1sZ1lcjiexIa0M%3D%0A)
4646

4747
If you don’t have any shared chat snapshots, the **Shared chats** modal will show “No shared content found”:
4848

49-
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1624243808/b025db8e598f0c88fb16d83d48d5/AD_4nXeUwCKnmFzzrjMHhfr5By4zk5pJlkEn3wbJ8-aNfu13Yl99IjBywpqPx9G07QRzpH1EwRY7uG7Q9m9fib98Gql1cIV7XwUCTzEgBNu79Ey8tCOS5CEVmwveIcEOxJ4fonBhe3g9MA?expires=1784554200&amp;signature=725b9e01403db37c988be46d154a9ac06e52a0789432ddf6c537683d8098d614&amp;req=dSYlEst6nolfUfMW1HO4zdaFncFxhI2zDeZsm0Gz1HtQQcyVZgcRWkfdPNW6%0A%2Bs6VH4yaVswCZHjstbs%3D%0A)
49+
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1624243808/b025db8e598f0c88fb16d83d48d5/AD_4nXeUwCKnmFzzrjMHhfr5By4zk5pJlkEn3wbJ8-aNfu13Yl99IjBywpqPx9G07QRzpH1EwRY7uG7Q9m9fib98Gql1cIV7XwUCTzEgBNu79Ey8tCOS5CEVmwveIcEOxJ4fonBhe3g9MA?expires=1784569500&amp;signature=9f79500a77fe0ba9a9669ed22ee328d19ea49e2ecba30d7cfb9aa3736d0aee7f&amp;req=dSYlEst6nolfUfMW1HO4zdaFncFxh4C0DeZsm0Gz1HsqpZ0NOaGKyK5fyKMD%0AhcoxOHJdKGWWS4m%2Fy7E%3D%0A)

content/support/10684626-enable-and-use-web-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Web search expands Claude's knowledge with real-time data, helping you make bett
2222

2323
An Owner or Primary Owner must first enable web search for the entire workspace. This can be found in **[Admin settings > Capabilities](https://claude.ai/admin-settings/capabilities)**:
2424

25-
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/2032032614/ad907328c4d9a26ee4bd9ca27a52/CleanShot+2026-02-05+at+09_01_42%402x.png?expires=1784554200&amp;signature=1251b8a5b8176da30d5cbe57dbd360856b5b4f405108e54804a3129a00349ec8&amp;req=diAkFMl9n4deXfMW1HO4zetvyra%2FHcpSUJIbgsqS2%2BPn9%2Bk0fD4KuJpi49kU%0AMLtBZUJ5YVyzpToyolU%3D%0A)
25+
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/2032032614/ad907328c4d9a26ee4bd9ca27a52/CleanShot+2026-02-05+at+09_01_42%402x.png?expires=1784569500&amp;signature=d0561e07de82013652ab1af7d70a7bcf11b63dd5ab496157b2ee8ec9250d5b67&amp;req=diAkFMl9n4deXfMW1HO4zetvyra%2FHsdVUJIbgsqS2%2BO3qOZT5%2FqV%2BlM7wm4Z%0A2xhKM3GaiuzIDwkO2bU%3D%0A)
2626

2727
Once this is enabled at the workspace level, any member of the organization can switch it on while starting a chat by clicking the “+” button in the lower left corner of the chat window and selecting “Web search." Users can toggle this off for chats that don’t require web search capabilities.
2828

0 commit comments

Comments
 (0)