Skip to content

Commit ee1f8b5

Browse files
devvaannshclaude
andcommitted
fix: correct Full Auto behavior and clarify Plan mode and Settings dialog
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0cbb4e2 commit ee1f8b5

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/12-Pro Features/01-ai-chat.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ Click the **camera button** to take a screenshot and attach it. The dropdown let
7878

7979
The AI has three permission levels that control how much it can do on its own. Click the **permission label** at the bottom of the panel to cycle between them.
8080

81-
- **Plan** - the AI proposes a plan first as a card in the chat (titled **Proposed Plan**). Click the **expand icon** in the card header to view the plan in full screen. Then click **Approve** to proceed, or **Revise** to open an inline feedback box where you describe what should change before the AI tries again. Good for complex tasks where you want to stay in control.
81+
- **Plan** - the AI proposes a plan first as a card in the chat (titled **Proposed Plan**). Click the **expand icon** in the card header to view the plan in full screen. Then click **Approve** to proceed, or **Revise** to open an inline feedback box where you describe what should change before the AI tries again. If the AI tries to edit a file while in Plan mode, you'll see an **Allow / Stay in Plan** prompt; choosing **Allow** switches the session to Edit mode for the rest of the turn. Good for complex tasks where you want to stay in control.
8282
- **Edit** (default) - the AI can read and edit files on its own, but asks for your approval before running terminal commands.
83-
- **Full Auto** - the AI works through everything without pausing. Terminal commands still ask for confirmation.
83+
- **Full Auto** - the AI runs everything without pausing — file edits, terminal commands, and tool calls all execute without confirmation. The first time you turn this on in a project, Phoenix Code shows a one-time warning so you understand the risk.
8484

8585
![Permission mode selector](./images/ai-permissions.png "Permission mode selector")
8686

@@ -108,10 +108,13 @@ Click the **gear icon** in the chat panel to open AI settings.
108108
![AI settings button](./images/ai-settings.png "AI settings button")
109109

110110
This will open a dialog where you can:
111-
- Switch between AI providers
112-
- Add a custom API provider with your own API key and endpoint
111+
- Pick the **active provider** from a dropdown at the top
112+
- Add a custom API provider with a name, API key (masked), and base URL
113+
- Edit or delete any custom provider you've added
113114
- Set a custom API timeout
114115

116+
When a custom provider with a base URL is active, the chat shows a one-time **Using custom endpoint: \<hostname\>** notice on your next message.
117+
115118
![Claude Code Settings dialog](./images/ai-settings-dialog.png "Claude Code Settings dialog")
116119

117120
## Keyboard Shortcuts

0 commit comments

Comments
 (0)