Skip to content

Commit c69d961

Browse files
committed
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.
1 parent c7dcf0a commit c69d961

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,28 @@ Streaming responses, tool use, permission dialogs, MCP server integrations — i
113113

114114
<video src="https://aaa-code.app/aaa-cli-demo.mp4" width="100%" autoplay loop muted></video>
115115

116+
### 🖼️ Drag-and-Drop Images
117+
118+
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+
<div align="center">
121+
<br>
122+
<img src="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+
116138
### 🎨 Settings & Customization
117139

118140
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
129151

130152
| Feature | Description |
131153
|---------|-------------|
154+
| **Composer Images** | Paste or drag screenshots, mockups, and diagrams directly into the prompt |
132155
| **Multi-Workspace** | Multiple project directories in one conversation |
133156
| **Multi-Provider** | Anthropic / DeepSeek / Zhipu / Kimi / MiniMax / Bedrock / Vertex / custom proxy |
134157
| **Remote Access** | Phone/tablet access via local WiFi or Cloudflare tunnel |

0 commit comments

Comments
 (0)