Capture
One read of Claude Documentation
3 pages moved out of 215 read.
cowork/changelog Changed · +30 / -0 lines
from line 2
> Release notes for Claude Desktop +<Update label="v1.34493.0" description="2026-08-20"> + **General** + + * Fixed a startup freeze on Macs that keep applications in iCloud Drive with Optimize Mac Storage turned on. + * Fixed scheduled task problems: "every N days/months" schedules ran on the wrong days (existing tasks move to the correct days on their next run), re-enabling a task or editing its schedule immediately started a catch-up run for a time slot that passed while it was off, and manually run tasks sometimes did not record when they last ran. + * Fixed the app crashing when signing in with Touch ID on macOS; Touch ID passkey sign-in is temporarily unavailable. + * Fixed the app quitting on macOS when the disk was full or when stopping dictation. + + **Code** + + * Fixed archiving an SSH session discarding uncommitted or unmerged work in its remote worktree; the worktree is now kept, and unarchiving recreates it if it is missing so the session can pick up where it left off. + * Fixed session history no longer updating or appearing lost on macOS for sessions in folders whose names contain accented, Korean, or Japanese characters. + * Fixed sessions you hadn't opened for 30 days or more losing their conversation history even though the app was in regular use. + * Fixed SSH connections on slow or unstable networks failing on the first attempt and needing a manual retry. + * Fixed SSH sessions losing a task that was still running when the app reconnected after an app update. + * Fixed the side chat answering once and then failing with an authentication error for the rest of a long session. + + **Cowork** + + * Fixed conversations failing to open when a message contained a very long run of bracketed text, a very long line starting with an unclosed `[`, or a very long run of `>` characters. + * Fixed message ratings and "Send feedback" links sometimes appearing when your organization has product feedback turned off. + * Fixed sessions failing to start on managed Macs where the app's temporary directory is not writable. + + **3P** + + * Changed gateway device-code sign-in to refresh silently when the gateway also issues a refresh token, instead of prompting you to sign in again each time the access token expires. + * Fixed an ended gateway device-code sign-in going unnoticed while the app was idle; the app now notices at its next periodic configuration check or shortly after the computer wakes from sleep and asks you to sign in again, and the Setup window says "Session expired" instead of "Denied". + * Fixed Cowork file previews showing "Preview unavailable" until the app was restarted once a preview pane had been closed for a few minutes. +</Update> + <Update label="v1.32885.1" description="2026-08-18"> **General**
third-party/claude-desktop/configuration Changed · +10 / -10 lines
from line 524
## Telemetry & updates -| Setting | Type | Availability | Default | Description | -| ---------------------------------------------------------------------------------------------------------- | --------- | --------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| <span id="deploymentorganizationuuid" />Organization UUID<br />`deploymentOrganizationUuid` | `string` | MDM + Bootstrap | — | A UUID you generate. Tags telemetry so Anthropic support can locate your fleet’s events, and namespaces each user’s local data. Not used for auth. | -| <span id="disableessentialtelemetry" />Block essential telemetry<br />`disableEssentialTelemetry` | `boolean` | MDM + Bootstrap | `false` | Crash and performance reports to Anthropic. Defaults to `false`. | -| <span id="disablenonessentialtelemetry" />Block nonessential telemetry<br />`disableNonessentialTelemetry` | `boolean` | MDM + Bootstrap | `false` | Product-usage analytics and diagnostic-report uploads. No message content. Defaults to `false`. | -| <span id="disablenonessentialservices" />Block nonessential services<br />`disableNonessentialServices` | `boolean` | MDM + Bootstrap | `false` | Connector favicons, the connector directory (MCP registry) lookup, and the artifact-preview and MCP Apps widget iframe origins. Artifacts will not render. Defaults to `false`. | +| Setting | Type | Availability | Default | Description | +| ---------------------------------------------------------------------------------------------------------- | --------- | --------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | +| <span id="deploymentorganizationuuid" />Organization UUID<br />`deploymentOrganizationUuid` | `string` | MDM + Bootstrap | — | A UUID you generate. Tags telemetry so Anthropic support can locate your fleet’s events, and namespaces each user’s local data. Not used for auth. | +| <span id="disableessentialtelemetry" />Block essential telemetry<br />`disableEssentialTelemetry` | `boolean` | MDM + Bootstrap | `false` | Crash and performance reports to Anthropic. Defaults to `false`. | +| <span id="disablenonessentialtelemetry" />Block nonessential telemetry<br />`disableNonessentialTelemetry` | `boolean` | MDM + Bootstrap | `false` | Product-usage analytics and diagnostic-report uploads. No message content. Defaults to `false`. | +| <span id="disablenonessentialservices" />Block nonessential services<br />`disableNonessentialServices` | `boolean` | MDM + Bootstrap | `false` | Connector favicons and the artifact-preview and MCP Apps widget iframe origins. Artifacts will not render. Defaults to `false`. | <AccordionGroup> <Accordion title="deploymentOrganizationUuid details">
from line 547
<Accordion title="disableNonessentialTelemetry details"> "Nonessential" covers two things: **product-usage analytics** (which features get used, navigation patterns; no prompts or completions) and the **Send** action in Help → Generate Diagnostic Report. Turning this on stops both. - Destination for both: `claude.ai`. Already listed under Egress Requirements → Nonessential telemetry. + Destinations are listed under Egress Requirements → Nonessential telemetry. </Accordion> <Accordion title="disableNonessentialServices details"> - "Nonessential services" covers four outbound fetches the app runs without: **connector favicons** (the icon proxy), the **connector directory** lookup (the Anthropic MCP registry), the **artifact-preview** iframe origin, and the **MCP Apps widget** iframe origin (`*.claudemcpcontent.com`). Turning this on blocks all four. + "Nonessential services" covers three outbound fetches the app runs without: **connector favicons** (the icon proxy), the **artifact-preview** iframe origin, and the **MCP Apps widget** iframe origin (`*.claudemcpcontent.com`). Turning this on blocks all three. - **What you lose when this is on:** connectors show without icons, the connector directory can't be fetched, artifacts do not render in conversations, and connectors that return MCP Apps show the text tool result instead of the widget. + **What you lose when this is on:** connectors show without icons, artifacts do not render in conversations, and connectors that return MCP Apps show the text tool result instead of the widget. Destinations are listed under Egress Requirements → Nonessential services. </Accordion>
third-party/claude-desktop/configuration-changelog Changed · +4 / -0 lines
from line 4
Configuration keys by Claude Desktop release. Each section lists keys added in that release, with the MDM key name (for plist/registry deployment) and the equivalent JSON shape (for local-file or bootstrap remote configuration). +<Update label="v1.34493.0" description="2026-08-20"> + No configuration changes in this release. +</Update> + <Update label="v1.32885.1" description="2026-08-18"> <div className="cfg-keys"> | MDM key | Type | Description |