You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add Composer Images, Permission Modes, and Image feature row
- New 'Drag-and-Drop Images' section with composer screenshot.
- New 'Permission Modes' section spelling out default / acceptEdits /
auto / bypassPermissions / plan and what each one auto-allows. Auto
mode in particular lets file edits and Bash through without prompting,
with sub-agents (Task) still requiring explicit approval.
- Features table picks up a 'Composer Images' row.
Paste or drag images straight into the composer — bug screenshots, mockups, error dialogs, hand-drawn diagrams. Claude reads them inline alongside your prompt; no file upload, no tool call dance, no hosting step.
119
+
120
+
<divalign="center">
121
+
<br>
122
+
<imgsrc="https://aaa-code.app/images-screenshot.png"alt="Composer with two image thumbnails attached and a question about diffs"width="680">
123
+
<br><br>
124
+
</div>
125
+
126
+
### 🛡️ Permission Modes
127
+
128
+
Pick how aggressively Claude can act without asking:
129
+
130
+
-**Default** — every tool use prompts for approval (the CLI's standard).
131
+
-**Accept Edits** — file edits go through automatically; everything else still asks.
132
+
-**Auto** — file edits AND shell commands run without a prompt; only sub-agent spawns (`Task`) and explicit kill-switches still ask. One step short of full bypass — convenient when you trust the run, safer than the nuclear option.
133
+
-**Bypass Permissions** — the nuclear option; no prompts at all. Use when you really mean it.
134
+
-**Plan** — read-only; refuses any tool that would mutate state.
135
+
136
+
Switch the mode globally from Settings or per-session from the chat dropdown next to the model selector.
137
+
116
138
### 🎨 Settings & Customization
117
139
118
140
One unified panel — theme (Purple / Orange / Rainbow, light or dark), default permission mode, providers, license activation, and remote-access tokens with copy-paste and QR. Everything you can configure lives in one place; no scattered preferences windows.
@@ -129,6 +151,7 @@ One unified panel — theme (Purple / Orange / Rainbow, light or dark), default
129
151
130
152
| Feature | Description |
131
153
|---------|-------------|
154
+
|**Composer Images**| Paste or drag screenshots, mockups, and diagrams directly into the prompt |
132
155
|**Multi-Workspace**| Multiple project directories in one conversation |
0 commit comments