Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

One change

Set up Claude Code for your organization

admin-setup

first seen The page's own history The capture it came from

Nearest release: v2.1.234, published 8 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

admin-setup Changed · +1 / -0 lines

from line 81
 | :------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------- |
 | [Permission rules](/docs/en/permissions)                                                    | Allow, ask, or deny specific tools and commands                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | `permissions.allow`, `permissions.deny`                                                                                                 |
 | [Permission lockdown](/docs/en/permissions#managed-only-settings)                           | Only managed permission rules apply; disable `--dangerously-skip-permissions`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | `allowManagedPermissionRulesOnly`, `permissions.disableBypassPermissionsMode`                                                           |
+| [Starting permission mode](/docs/en/permission-modes#which-mode-a-session-starts-in)        | Choose the permission mode your developers' terminal sessions start in instead of the built-in starting permission mode, or remove auto mode. The VS Code extension reads a `defaultMode` you set only on Pro, Max, and Team plans; [Switch permission modes](/docs/en/permission-modes#switch-permission-modes) lists what the extension reads                                                                                                                                                                                                                                                                                                             | `permissions.defaultMode`, `permissions.disableAutoMode`                                                                                |
 | [Sandboxing](/docs/en/sandboxing)                                                           | OS-level filesystem and network isolation with domain allowlists                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | `sandbox.enabled`, `sandbox.network.allowedDomains`                                                                                     |
 | [Managed policy CLAUDE.md](/docs/en/memory#deploy-organization-wide-claude-md)              | Org-wide instructions loaded in every session, can't be excluded                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | File at the managed policy path                                                                                                         |
 | [MCP server control](/docs/en/managed-mcp)                                                  | Restrict which MCP servers users can add or connect to, or deploy a fixed set                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | `allowedMcpServers`, `deniedMcpServers`, `allowManagedMcpServersOnly`, or a deployed `managed-mcp.json` file                            |