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
234 changes: 117 additions & 117 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.245

- Fixed a crash on startup on Linux distributions that ship glibc 2.44 (for example Arch Linux, CachyOS and Fedora Rawhide)

## 2.1.243

- Added a Loops breakdown to `/usage`: per-loop run count, total tokens, tokens per run, and last run, so runaway or chatty `/loop` tasks are easy to spot
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": "113fa085d1f652c2857e728f969050cbc7348655",
"tarball": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.243.tgz",
"shasum": "cceab6b3a7a4d899e2a94963852304aaba43d6ac",
"tarball": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.245.tgz",
"fileCount": 7,
"integrity": "sha512-akByOU+klFON4/Ob6RMGeXvS2G+NMaPfNAtG4whrmoGjhNtkGcHzLiGB0VFVtVj9mbnHZ7OSM1/LPwANWeJVIg==",
"integrity": "sha512-+7baJddJXZukgd6AgC7xStHGsMTVHDPlRcAoqTSPx2NQ+QwKGtvCZQLgbnKuhjkwq9v9vKvYwIhLOwGiE77mVQ==",
"signatures": [
{
"sig": "MEYCIQDOKHlKLj9YGyLCshI7vmqhSHShm3mVeIKZZXnJh+5gEgIhAOUMyOfZ6EVD2ri+ANLzZ82GXL/OTADHXamiVdBYTazB",
"sig": "MEUCIQDnAbru948LI1AKJ0P31wi9d5ZugaK8YvHVM1X5Sbd5igIgHFiGhup4jpf+kmJgHOIVfuv9qcQdDVo4kKloq31/2ys=",
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
},
{
"sig": "MEUCIQCXgEhyOSXCZhNrBFygNO1FoibbizoL+vg9EtSMVUjSagIgJLYZx1vkO2RBWmVToUYbJyErp1eUmCDP8i8j5JNREm8=",
"sig": "MEQCIFDfM4g+U8vLuxMVk/Zpp3w6ONfE9dfmppnhnQx/7U0aAiALTZslSAqQ6pLolxiFm4LqoiGFITM4Lm+qEAP51URKAg==",
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
}
],
"unpackedSize": 179006
},
"name": "@anthropic-ai/claude-code",
"type": "module",
"_from": "file:staged-npm/anthropic-ai-claude-code-2.1.243.tgz",
"_from": "file:staged-npm/anthropic-ai-claude-code-2.1.245.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.243.tgz",
"_integrity": "sha512-akByOU+klFON4/Ob6RMGeXvS2G+NMaPfNAtG4whrmoGjhNtkGcHzLiGB0VFVtVj9mbnHZ7OSM1/LPwANWeJVIg==",
"_resolved": "/home/runner/work/claude-cli-internal/claude-cli-internal/staged-npm/anthropic-ai-claude-code-2.1.245.tgz",
"_integrity": "sha512-+7baJddJXZukgd6AgC7xStHGsMTVHDPlRcAoqTSPx2NQ+QwKGtvCZQLgbnKuhjkwq9v9vKvYwIhLOwGiE77mVQ==",
"_npmVersion": "11.17.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.243",
"@anthropic-ai/claude-code-win32-x64": "2.1.243",
"@anthropic-ai/claude-code-darwin-x64": "2.1.243",
"@anthropic-ai/claude-code-linux-arm64": "2.1.243",
"@anthropic-ai/claude-code-win32-arm64": "2.1.243",
"@anthropic-ai/claude-code-darwin-arm64": "2.1.243",
"@anthropic-ai/claude-code-linux-x64-musl": "2.1.243",
"@anthropic-ai/claude-code-linux-arm64-musl": "2.1.243"
"@anthropic-ai/claude-code-linux-x64": "2.1.245",
"@anthropic-ai/claude-code-win32-x64": "2.1.245",
"@anthropic-ai/claude-code-darwin-x64": "2.1.245",
"@anthropic-ai/claude-code-linux-arm64": "2.1.245",
"@anthropic-ai/claude-code-win32-arm64": "2.1.245",
"@anthropic-ai/claude-code-darwin-arm64": "2.1.245",
"@anthropic-ai/claude-code-linux-x64-musl": "2.1.245",
"@anthropic-ai/claude-code-linux-arm64-musl": "2.1.245"
},
"_npmOperationalInternal": {
"tmp": "tmp/claude-code_2.1.243_1787613045409_0.9368741401674805",
"tmp": "tmp/claude-code_2.1.245_1787633151980_0.9704444300115862",
"host": "s3://npm-registry-packages-npm-production"
},
"_id": "@anthropic-ai/claude-code@2.1.243",
"version": "2.1.243"
"_id": "@anthropic-ai/claude-code@2.1.245",
"version": "2.1.245"
}
4 changes: 2 additions & 2 deletions content/en/api/claude-platform-on-aws-iam-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ The following table lists every route on Claude Platform on AWS and the IAM acti
Routes not in this table are not available on Claude Platform on AWS. The gateway denies any route not listed here by default.

<Note>
Workspace routes are the only Admin API routes available on Claude Platform on AWS. The Claude Console Workspaces page is read-only; use the Admin API or the AWS Console to create, update, or archive workspaces.
Workspace routes are the only Admin API routes available on Claude Platform on AWS. You can also create, update, or archive workspaces in the AWS Console or, with the Admin role, in the Claude Console.
</Note>

## Managed policies
Expand Down Expand Up @@ -477,7 +477,7 @@ Blocks batch processing and file upload on a specific workspace while leaving sy
### Provisioning automation

<Note>
The Claude Console Workspaces page is read-only; use the Admin API workspace endpoints or the AWS Console to create, update, or archive workspaces.
Besides the Admin API, you can create, update, or archive workspaces in the AWS Console or, with the Admin role, in the Claude Console.
</Note>

Grants a CI/CD role the actions needed to create and manage workspaces, without any inference permissions:
Expand Down
Loading
Loading