Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
275 changes: 141 additions & 134 deletions content/.metadata.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions content/en/docs/claude-code/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -836,12 +836,12 @@ Claude Code normally resizes large images automatically. These errors mean the n

### PDF errors

The PDF you attached couldn't be processed.
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.

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

**What to do:**
Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/claude-code/security-guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ The plugin is the in-session companion to [Code Review](/en/code-review), which
## Prerequisites

* Claude Code CLI version 2.1.144 or later
* Python 3.8 or later on your `PATH`. The plugin tries `python3`, `python`, and `py -3` in that order
* 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`
* 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

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

## Install the plugin

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

* The directory is not a git repository: the end-of-turn and commit reviews require git state and skip outside a repository
* The session has no Anthropic authentication: the model-backed reviews skip and only the per-edit pattern check runs
* 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
* A `security-patterns.yaml` file is present but PyYAML is not importable: the file is ignored. Use `security-patterns.json` instead

## Related resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
"source": {
"source": "url",
"url": "https://github.com/base44/skills.git",
"sha": "58a183b6e912fe8ae2827c603d485a37b7d00e1b"
"sha": "876f080f34efcc17fc606774feccecd6b61f44a7"
},
"homepage": "https://docs.base44.com"
},
Expand Down Expand Up @@ -565,7 +565,7 @@
"source": {
"source": "url",
"url": "https://github.com/buildkite/skills.git",
"sha": "48619b1b5187209d74b333a215d63a2c7088f614"
"sha": "369d93ebb0d6f9112615b7b8693f98f6fc241e5e"
},
"homepage": "https://buildkite.com"
},
Expand Down Expand Up @@ -613,7 +613,7 @@
"url": "https://github.com/carta/plugins.git",
"path": "plugins/carta-crm",
"ref": "main",
"sha": "4f46ba0181f4d07b45b7fd8e51208c9699afd566"
"sha": "62e9f9a00ba06ab54f9f8896fb8becdbfd6dd46a"
},
"homepage": "https://carta.com"
},
Expand Down Expand Up @@ -750,7 +750,7 @@
"source": {
"source": "url",
"url": "https://github.com/ClickHouse/clickhouse-claude-code-plugin.git",
"sha": "0b64ebd82240c14639c55c6f800bcad4626e3224"
"sha": "4c60200bf523342b68d5935b53f4dd0acb53e6b8"
},
"homepage": "https://github.com/ClickHouse/clickhouse-claude-code-plugin"
},
Expand Down Expand Up @@ -1306,7 +1306,7 @@
"url": "https://github.com/expo/skills.git",
"path": "plugins/expo",
"ref": "main",
"sha": "8d72763f53c4fe11ed3ae0441b921bda821d2a74"
"sha": "8bd359f8a44d2446de12f1fe6e6316daf043056e"
},
"homepage": "https://github.com/expo/skills/blob/main/plugins/expo/README.md"
},
Expand Down Expand Up @@ -1596,7 +1596,7 @@
"source": {
"source": "url",
"url": "https://github.com/heygen-com/hyperframes.git",
"sha": "458df4c41294655f76e551100a9b634114209bb9"
"sha": "735128a61a152267a00b99defbd290f489482cbc"
},
"homepage": "https://hyperframes.heygen.com"
},
Expand Down Expand Up @@ -2473,7 +2473,7 @@
"url": "https://github.com/pydantic/skills.git",
"path": "plugins/ai",
"ref": "main",
"sha": "fb1b3a8edc9fb5c4d289ab23f614f7f8d268be7e"
"sha": "ec86ff6b8e978b7461a4cb195241cf9fa4fe5e9c"
},
"homepage": "https://github.com/pydantic/skills/tree/main/plugins/ai"
},
Expand Down Expand Up @@ -2511,7 +2511,7 @@
"source": {
"source": "url",
"url": "https://github.com/qdrant/skills.git",
"sha": "d1af526ebe6db70b5cf957a62b7cfdfd85f362e1"
"sha": "e043b7314279f3ff6623c5f0c95c4471cdf0c5f8"
},
"homepage": "https://skills.qdrant.tech"
},
Expand Down Expand Up @@ -2842,7 +2842,7 @@
"source": {
"source": "url",
"url": "https://github.com/SAP/mdk-mcp-server.git",
"sha": "20f6b5714e9cbd9919622e2bd1211ec956e48e59"
"sha": "65c088d14b2078e5409470838a93adb37528874e"
},
"homepage": "https://help.sap.com/docs/MDK"
},
Expand Down Expand Up @@ -3405,7 +3405,7 @@
"source": {
"source": "url",
"url": "https://github.com/wix/skills.git",
"sha": "0e8455f3e8a18262fc819efdca10dde915589515"
"sha": "b9934f834685e8fb5d47df02dee22e6cc69cc53d"
},
"homepage": "https://dev.wix.com/docs/wix-cli/guides/development/about-wix-skills"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To regain access to your account on any device, you'll need to authenticate agai

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.

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

## Unable to access your account?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ If you followed the steps above to delete your Console organization but want to

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

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

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

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

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:

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

If you are seeing this message, this indicates that your Console organization cannot be deleted via the self-service pathway.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ As a Primary Owner or Owner of a Team or Enterprise plan, you can manage the abi

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

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

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)**
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ To manage feedback for your Console organization:

2. Toggle the feedback switch on or off.

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

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)
6 changes: 3 additions & 3 deletions content/support/10593882-share-and-unshare-chats.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ To unshare a chat:

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:**

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

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:

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

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

![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1624243808/b025db8e598f0c88fb16d83d48d5/AD_4nXeUwCKnmFzzrjMHhfr5By4zk5pJlkEn3wbJ8-aNfu13Yl99IjBywpqPx9G07QRzpH1EwRY7uG7Q9m9fib98Gql1cIV7XwUCTzEgBNu79Ey8tCOS5CEVmwveIcEOxJ4fonBhe3g9MA?expires=1784554200&signature=725b9e01403db37c988be46d154a9ac06e52a0789432ddf6c537683d8098d614&req=dSYlEst6nolfUfMW1HO4zdaFncFxhI2zDeZsm0Gz1HtQQcyVZgcRWkfdPNW6%0A%2Bs6VH4yaVswCZHjstbs%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1624243808/b025db8e598f0c88fb16d83d48d5/AD_4nXeUwCKnmFzzrjMHhfr5By4zk5pJlkEn3wbJ8-aNfu13Yl99IjBywpqPx9G07QRzpH1EwRY7uG7Q9m9fib98Gql1cIV7XwUCTzEgBNu79Ey8tCOS5CEVmwveIcEOxJ4fonBhe3g9MA?expires=1784569500&signature=9f79500a77fe0ba9a9669ed22ee328d19ea49e2ecba30d7cfb9aa3736d0aee7f&req=dSYlEst6nolfUfMW1HO4zdaFncFxh4C0DeZsm0Gz1HsqpZ0NOaGKyK5fyKMD%0AhcoxOHJdKGWWS4m%2Fy7E%3D%0A)
2 changes: 1 addition & 1 deletion content/support/10684626-enable-and-use-web-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Web search expands Claude's knowledge with real-time data, helping you make bett

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)**:

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

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.

Expand Down
Loading
Loading