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
246 changes: 123 additions & 123 deletions content/.metadata.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.270

- Fixed read-only git commands in Bash unexpectedly asking for permission after a session had been running for a while (regression in 2.1.269)

## 2.1.269

- Added `claude plugin eval`: run a plugin's eval suite against Claude Code and get scored, reproducible results (JSON + HTML report); see `claude plugin eval --help`
Expand Down
38 changes: 19 additions & 19 deletions content/claude-code-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
"url": "https://github.com/anthropics/claude-code/issues"
},
"dist": {
"shasum": "862f6deaffbfda326ca2306b21f4db80265c2d52",
"tarball": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.269.tgz",
"shasum": "6cba495abac4528f76fddf32acd46b016a0d48a6",
"tarball": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.270.tgz",
"fileCount": 7,
"integrity": "sha512-osSbRU1KjlAfhVSgso7g+KxCr5DLNlfm7xeRPpm/c9s+7HGqQLHbkUYvjepbe6TiHJa9iSeirW/t7vW4sZhTIQ==",
"integrity": "sha512-0zMkfIWQu7/SG56VP8r780HZWvrNShzK28AbAnhKRK0ns+ToGXPT0W8UqyZmZCUKAkJDd5//TrwSOhk1+hysiw==",
"signatures": [
{
"sig": "MEYCIQD8a+7pCPhZuGpwVZtnfCoYhyI9AwuPLtrfVS2ugjHRzgIhAIf5ceettWxav7NVWri4ZDOm5SnZ7eAovfRuT6dCIwCD",
"sig": "MEUCICswNn0ZCH6n8b+WSQFDOEk3QcOvuTFLZwQA0RkGt7r8AiEA514qgU8Z5E/KTJIyHGcXZv2L4B/pTejvTh1xjp/qnzI=",
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
},
{
"sig": "MEQCIGQ0/tVVg2tIZYh7urmYUBOcJ6KEf3RYzSXSu+CPhDm4AiA4F/ZVs8A5YMUBOFK1gJCfJfj9BmGktWtTKBzSArXtcQ==",
"sig": "MEUCIQDyCqb7ch5aX85hMjDSBfIBKo1hMTZ0y/DOzppaCb0AnwIgVVRgJIsRhWqYHNRPctMa/5aJSwpoNTt1q29sH6adZS4=",
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
}
],
"unpackedSize": 184449
},
"name": "@anthropic-ai/claude-code",
"type": "module",
"_from": "file:staged-npm/anthropic-ai-claude-code-2.1.269.tgz",
"_from": "file:staged-npm/anthropic-ai-claude-code-2.1.270.tgz",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
Expand All @@ -42,8 +42,8 @@
"email": "wolffiex@anthropic.com"
},
"homepage": "https://github.com/anthropics/claude-code",
"_resolved": "/home/runner/work/claude-cli-internal/claude-cli-internal/staged-npm/anthropic-ai-claude-code-2.1.269.tgz",
"_integrity": "sha512-osSbRU1KjlAfhVSgso7g+KxCr5DLNlfm7xeRPpm/c9s+7HGqQLHbkUYvjepbe6TiHJa9iSeirW/t7vW4sZhTIQ==",
"_resolved": "/home/runner/work/claude-cli-internal/claude-cli-internal/staged-npm/anthropic-ai-claude-code-2.1.270.tgz",
"_integrity": "sha512-0zMkfIWQu7/SG56VP8r780HZWvrNShzK28AbAnhKRK0ns+ToGXPT0W8UqyZmZCUKAkJDd5//TrwSOhk1+hysiw==",
"_npmVersion": "11.19.0",
"description": "Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
"directories": {},
Expand Down Expand Up @@ -106,19 +106,19 @@
"_hasShrinkwrap": false,
"readmeFilename": "README.md",
"optionalDependencies": {
"@anthropic-ai/claude-code-linux-x64": "2.1.269",
"@anthropic-ai/claude-code-win32-x64": "2.1.269",
"@anthropic-ai/claude-code-darwin-x64": "2.1.269",
"@anthropic-ai/claude-code-linux-arm64": "2.1.269",
"@anthropic-ai/claude-code-win32-arm64": "2.1.269",
"@anthropic-ai/claude-code-darwin-arm64": "2.1.269",
"@anthropic-ai/claude-code-linux-x64-musl": "2.1.269",
"@anthropic-ai/claude-code-linux-arm64-musl": "2.1.269"
"@anthropic-ai/claude-code-linux-x64": "2.1.270",
"@anthropic-ai/claude-code-win32-x64": "2.1.270",
"@anthropic-ai/claude-code-darwin-x64": "2.1.270",
"@anthropic-ai/claude-code-linux-arm64": "2.1.270",
"@anthropic-ai/claude-code-win32-arm64": "2.1.270",
"@anthropic-ai/claude-code-darwin-arm64": "2.1.270",
"@anthropic-ai/claude-code-linux-x64-musl": "2.1.270",
"@anthropic-ai/claude-code-linux-arm64-musl": "2.1.270"
},
"_npmOperationalInternal": {
"tmp": "tmp/claude-code_2.1.269_1789150369156_0.19767114897648885",
"tmp": "tmp/claude-code_2.1.270_1789239164837_0.021757558840275193",
"host": "s3://npm-registry-packages-npm-production"
},
"_id": "@anthropic-ai/claude-code@2.1.269",
"version": "2.1.269"
"_id": "@anthropic-ai/claude-code@2.1.270",
"version": "2.1.270"
}
8 changes: 6 additions & 2 deletions content/claude/claude-tag/admins/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Ask the Slack admin to send `@Claude connect` again and paste the fresh code rig

## Nothing responds

Most of the silence problems in this section span a whole workspace or channel and come down to configuration. When a single thread goes quiet and Claude answers everywhere else, the cause is a stuck session rather than a setting; see [Claude went silent in one thread, but responds elsewhere](#claude-went-silent-in-one-thread-but-responds-elsewhere).
Most of the silence problems in this section span a whole workspace or channel and come down to configuration. If Claude stays silent in one thread but answers everywhere else, a setting isn't the cause. Either Claude's session for that thread is stuck, or the thread is muted. See [Claude went silent in one thread, but responds elsewhere](#claude-went-silent-in-one-thread-but-responds-elsewhere).

### Claude went silent in one thread, but responds elsewhere

Expand All @@ -374,7 +374,11 @@ In one thread, an "is thinking…" line appeared under a request and no reply fo

**What it means**

The session behind that thread is stuck: it hasn't replied and hasn't posted an error. Because Claude responds everywhere else, the problem is confined to that one session, and none of the configuration fixes in the entries below apply.
First check the thread for a notice from Claude that begins `:mute: Claude is muted in this thread`. If that notice is there, the thread is muted and the session isn't stuck. A 👎 reaction on one of Claude's replies mutes the thread and posts that notice. If Claude's session for the thread was partway through a reply, the reaction also stops that reply.

To bring Claude back to a muted thread, send `@Claude !unmute` in the thread or @-mention Claude there, as [Thumbs-down reactions and muting](/docs/claude-tag/users/commands#thumbs-down-reactions-and-muting) describes.

Without that notice, the session behind that thread is stuck: it hasn't replied and hasn't posted an error. Because Claude responds everywhere else, the problem is confined to that one session, and none of the configuration fixes in the entries below apply.

**How to resolve**

Expand Down
12 changes: 12 additions & 0 deletions content/claude/claude-tag/users/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ A muted thread also unmutes on any direct `@Claude` mention, so you don't need `

You need the same access to mute or unmute a thread that you'd need to message Claude there.

### Thumbs-down reactions and muting

When someone reacts 👎 to one of Claude's replies in a thread, Claude mutes that thread and stops posting there. If Claude's [working session](/docs/claude-tag/concepts/how-it-works) in that thread is partway through writing another reply, Claude abandons that unfinished reply. Claude then posts this notice in the thread:

```text wrap theme={null}
:mute: Claude is muted in this thread and won't post here again. `@Claude !unmute` (or any @-mention) brings it back; `@Claude !mute` mutes it again anytime.
```

To bring Claude back, send `@Claude !unmute` in the thread, or @-mention Claude there with your next request.

A 👎 reaction doesn't tell Claude what was wrong with the answer. To get a corrected answer, @-mention Claude in the thread and say what was wrong. The mention also unmutes the thread.

## Send feedback

```text wrap theme={null}
Expand Down
2 changes: 1 addition & 1 deletion content/claude/claude-tag/users/when-claude-responds.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Tell Claude in the thread to respond only when mentioned.
@Claude only respond when I @-mention you
```

Claude stops following that thread, and the rest of the channel is unaffected. This is the fix when one busy thread is the noise. The [`!mute` command](/docs/claude-tag/users/commands#mute-or-unmute-a-thread) goes further and silences the thread entirely; any direct `@Claude` mention turns it back on.
Claude stops following that thread, and the rest of the channel is unaffected. This is the fix when one busy thread is the noise. The [`!mute` command](/docs/claude-tag/users/commands#mute-or-unmute-a-thread) goes further and silences the thread entirely; any direct `@Claude` mention turns it back on. A 👎 reaction on one of Claude's replies also mutes the thread, as [Thumbs-down reactions and muting](/docs/claude-tag/users/commands#thumbs-down-reactions-and-muting) describes.

### Quiet the whole channel

Expand Down
4 changes: 4 additions & 0 deletions content/en/docs/claude-code/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This page is generated from the [CHANGELOG.md on GitHub](https://github.com/anth

Run `claude --version` to check your installed version.

<Update label="2.1.270" description="September 12, 2026">
* Fixed read-only git commands in Bash unexpectedly asking for permission after a session had been running for a while (regression in 2.1.269)
</Update>

<Update label="2.1.269" description="September 11, 2026">
* Added `claude plugin eval`: run a plugin's eval suite against Claude Code and get scored, reproducible results (JSON + HTML report); see `claude plugin eval --help`
* Added `/output-style [name]` to list and switch output styles, including over Remote Control and in cloud and other headless sessions
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](https://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=1789237800&amp;signature=9220cabea28e3343d1dfdb3281d7b70d408140d728eb93f3146d96cc8afe457b&amp;req=dSYnHst4nohdWvMW1HO4zVuHihX%2F1WCzAQofdwM8qVfvppDqfQ7TtG%2BQjGDU%0A7ZTyOUAsu3OD5Y4PQ9Y%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1608263923/b4fa7d6f6f08f2adffb4ea63bc58/image+%287%29.png?expires=1789279200&amp;signature=d445688279394c9447d08319faa43e9b57123fe937a32071bdba4f6ba1b4a51a&amp;req=dSYnHst4nohdWvMW1HO4zVuHihX%2F0W65AQofdwM8qVf2sWf9s%2BHy7pBkEZwr%0AK9gUsVpa849bPn%2FNHYY%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=1789237800&amp;signature=e70cb611de52cb46cde6509d7d34c5a8d50c1a6de9068b96642344f492a8f90c&amp;req=dSkgFcB7moZZX%2FMW1HO4zbYXUB5gX%2BMTFZRyvJPpBZ%2FbB%2FGBd3P%2BU8d6O6%2FQ%0A8Cqa47DyX1%2FGR9ifMTI%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1973957766/5c2dd87c0818a0400099a833c9b3/4cc3130a-f696-4967-9fe3-e5623c6f02bd?expires=1789279200&amp;signature=51924a694d5f79a424c4af1bd3eb886c4eec453fbedefdff2ade42aea7ef9177&amp;req=dSkgFcB7moZZX%2FMW1HO4zbYXUB5gW%2B0ZFZRyvJPpBZ%2B6KNN95%2FRZOY%2FOSkST%0A6bArcRpZaiN1ksabXnQ%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=1789237800&amp;signature=40f35868f0de10d51d536bab5e05f11e8a51f59a981062025aea47ea33d31ec7&amp;req=dSkgFcB7moZZXPMW1HO4zRW12%2BzPe6PxZxDZGlqR6GhqIasY6HdHnCPRKlvm%0AHhtvkw1eTT2f2WMQ7z0%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1973957765/19dda72a40db95d78c00c27a1a1c/6ce89be6-93ce-409c-bbea-d34be09db348?expires=1789279200&amp;signature=d6100f3b6c62fc8677ae23786c7cd9a3fded36ab49fbe241a419b2844d73c8bc&amp;req=dSkgFcB7moZZXPMW1HO4zRW12%2BzPf637ZxDZGlqR6Gjd7tquVl3abhxqLcQx%0AHrGghRZQgvg3WpJe55I%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=1789237800&amp;signature=04908a9141c2ade1fd7698bef89569a3a08237ef77b7f57bf6611628595b1d59&amp;req=diAiHst3n4dfWvMW1HO4zYGm8i4eE6%2FE085gFtEpvcQet3XM5VusozjcVs8J%0ASocoJZeh0gseXtV%2FVuc%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/2058292603/75752add0bed6a9f3ab217f01708/CleanShot%2B2026-02-12%2Bat%2B08_55_14-402x.png?expires=1789279200&amp;signature=902215fd5fd1a60bc8fd28525ff19acb51454261663803c5a237d5f4f87af2dd&amp;req=diAiHst3n4dfWvMW1HO4zYGm8i4eF6HO085gFtEpvcRk%2FmlwURIE5n5Ne5oL%0AVK1CuPahwUwZLXmdymU%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=1789237800&amp;signature=84bc452b3e2a91534e9e6bc242a8df86a1ebf070f1aebea4bba10a4c5fdf919a&amp;req=dSclH8h2m4BXW%2FMW1HO4zVpN5H4fWm9NJ%2FadMup7FQf2ZrAXkivxt7Zq4zN4%0AwiZds9A7NORl2gMbYjc%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1729186182/ebf4032a12a8c56959ca927726ce/Screenshot+2025-09-16+at+12_32_31%E2%80%AFPM.png?expires=1789279200&amp;signature=d3a69974d4c757754cded7b0c5ad7b106a6a00e1b0af2e664ebe81c27d6b5a0f&amp;req=dSclH8h2m4BXW%2FMW1HO4zVpN5H4fXmFHJ%2FadMup7FQcjMXKElvFsIMgSnvRT%0Au%2FMdApSkPXTMJnDpIso%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=1789237800&amp;signature=1170735510eb911c6f5823df861ece5209f7a23f8142dbcba6cc1cb71533ec26&amp;req=dSklF894lIheWvMW1HO4zWn5HzofYUJjc9cNIYuX0GFuDPXUaaINwQsMnlAU%0AmlSh%2BP%2BqQeelpVvgqJ4%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1921669913/7cc7be48cfc7a18f9f469d6cd83c/CleanShot+2026-01-08+at+10_20_43%402x.png?expires=1789279200&amp;signature=026965febec50751fa0086a2e9be8687b687b4152fc79ed8084d9b5335425a42&amp;req=dSklF894lIheWvMW1HO4zWn5HzofZUxpc9cNIYuX0GFQ97OWBrUiEok2g981%0A%2FivHX2IyGuH5IccYxa4%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=1789237800&amp;signature=5585561af7c6d80637d83d292d11f1020c3d64b7c1c579cd59a9f291605870fe&amp;req=dSYlEst6noleWfMW1HO4ze44eC5jlxU2guvTv9woD7bLZ2MqRScDM5z%2BwDdc%0A5QemFnwvShls6VxPUBE%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1624243810/e6fe1d262597446c7fe21dff9f10/AD_4nXdW-GhByF8uKV7fCq9lTbkVB91FglSL6TSyXAOUk_MLcTV9YsEMBMkm9rgm1oXqv0k3sJh1JhlzZP6tHVkKbDJJ71pDRRtM3aVNG64MDuKDIzgmknh-XDZdNa7biTsTdwGoPr5GRg?expires=1789279200&amp;signature=cbb52fb2d4c23974f2a67f67052dcfe3851660b28c23f8cee89ec57a39532503&amp;req=dSYlEst6noleWfMW1HO4ze44eC5jkxs8guvTv9woD7Zuin9lvmCROTnTVFhy%0AOsTNdGQRa70a%2BFPgm6E%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=1789237800&amp;signature=d7e08e6f5fe1ea660bf45afd1bfa570252a8f80d2717d385bd4f5851e3daec66&amp;req=dSYlEst6nolfUfMW1HO4zdaFncx2go65DeZsm0Gz1Hs7zI0ilbEwdGyzLCyI%0ADNbOFX3m8ah1CW%2B5HLM%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1624243808/b025db8e598f0c88fb16d83d48d5/AD_4nXeUwCKnmFzzrjMHhfr5By4zk5pJlkEn3wbJ8-aNfu13Yl99IjBywpqPx9G07QRzpH1EwRY7uG7Q9m9fib98Gql1cIV7XwUCTzEgBNu79Ey8tCOS5CEVmwveIcEOxJ4fonBhe3g9MA?expires=1789279200&amp;signature=4f7130a853f897db305d496f7920e3194ea5a48b906ba7f8aae1aaab2df2f53f&amp;req=dSYlEst6nolfUfMW1HO4zdaFncx2hoCzDeZsm0Gz1HuiR%2B%2BO5g9G92nlaEfi%0AuuVPol%2FWpyMfF2Zt7MQ%3D%0A)
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for specific instructions.

Custom desktop extensions uploads allow Team and Enterprise plans to leverage organization-specific workflows that aren’t available in the public directory. After creating a custom desktop extension, Owners and Primary Owners can navigate to Settings > Extensions within Claude Desktop and click “Advanced settings” to access the **Extension Developer** section:

![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1681607607/ba6e379d2769d190f0970a0adaed/AD_4nXd4aZkqjJFpiXMPF28Pih7HmSJ9pPsnoWAfVgiLdFRFiTkO92YtXteIjvDHaPl7T0tjfpRTBOlyrMbQ_aciCNDgfIuEvV3szmKvt72x5O51DMSClXOYWk1JIRIzylwkj3joXqZcLw?expires=1789237800&amp;signature=26c27d559e8d92664ec73719e6b69e32314a24e85d70f9cf151b14e11f108460&amp;req=dSYvF89%2BmodfXvMW1HO4zWbPxEl9NDo6Hn9K2IaIG2LzAvir01LO3E7E%2FsmE%0Ax5Pc2gYzlvGDfgdzF8U%3D%0A)
![](https://downloads.intercomcdn.com/i/o/lupk8zyo/1681607607/ba6e379d2769d190f0970a0adaed/AD_4nXd4aZkqjJFpiXMPF28Pih7HmSJ9pPsnoWAfVgiLdFRFiTkO92YtXteIjvDHaPl7T0tjfpRTBOlyrMbQ_aciCNDgfIuEvV3szmKvt72x5O51DMSClXOYWk1JIRIzylwkj3joXqZcLw?expires=1789279200&amp;signature=9455576ac8b7844e785ba576bf6341f64ec2aafce1c9604949f029c846c047da&amp;req=dSYvF89%2BmodfXvMW1HO4zWbPxEl9MDQwHn9K2IaIG2IYdMEbSMjt1RBnYpso%0ALLt0EOXlHdUlcoVOJ5g%3D%0A)

Click “Install Extension…” and select the .mcpb file. Follow the prompts to install and configure your custom desktop extension. For more in-depth information, please refer to our [desktop extension developer documentation](https://github.com/anthropics/mcpb).

Expand Down
Loading
Loading