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

Get started with the desktop app

desktop-quickstart

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

Nearest release: v2.1.233, published 3 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.

desktop-quickstart Changed · +9 / -5 lines

from line 30
 
 * **Chat**: General conversation with no file access, similar to claude.ai.
 * **Cowork**: An autonomous background agent that works on tasks in a sandboxed virtual machine with its own environment, running independently while you do other work. On-device Cowork sessions run the VM on your computer; remote Cowork sessions run on an Anthropic-managed VM instead.
-* **Code**: An interactive coding assistant with direct access to your local files. You review and approve each change in real time.
+* **Code**: An interactive coding assistant with direct access to your local files. Depending on the permission mode, you approve each change as Claude proposes it or review the changes after Claude makes them.
 
 Chat and Cowork are covered in the [Claude Help Center](https://support.claude.com/); installing and deploying the desktop app is covered in the [Claude Desktop support articles](https://support.claude.com/en/collections/16163169-claude-desktop). This page focuses on the **Code** tab.
 
from line 82
   </Step>
 
   <Step title="Review and accept changes">
-    By default, the Code tab starts in [Manual mode](/docs/en/desktop#choose-a-permission-mode), where Claude proposes changes and waits for your approval before applying them. You'll see:
+    What happens next depends on the [permission mode](/docs/en/desktop#choose-a-permission-mode) shown in the selector next to the send button:
 
+    * **Auto or Accept edits**: Claude applies its file changes, and an indicator such as `+12 -1` appears so you can review them in the diff view
+    * **Manual**: Claude proposes each change and waits for your approval before applying it. Your files aren't modified until you accept, and if you reject a change, Claude asks how you'd like to proceed instead
+
+    In Manual mode, you'll see:
+
     1. A [diff view](/docs/en/desktop#review-changes-with-diff-view) showing exactly what will change in each file
     2. Accept/Reject buttons to approve or decline each change
     3. Real-time updates as Claude works through your request
-
-    If you reject a change, Claude will ask how you'd like to proceed differently. Your files aren't modified until you accept.
   </Step>
 </Steps>
 
from line 109
 
 **Adjust how much control you have.** Your [permission mode](/docs/en/desktop#choose-a-permission-mode) sets how much Claude can do without asking for approval:
 
-* **Manual**: the default. Claude asks before editing files or running commands.
+* **Auto**: a classifier reviews actions in the background and blocks the risky ones instead of asking you.
+* **Manual**: Claude asks before editing files or running commands.
 * **Accept edits**: Claude auto-accepts file edits for faster iteration.
 * **Plan**: Claude proposes an approach without editing any files, which is useful before a large refactor.