Skip to content

Commit 23a7f74

Browse files
committed
ai chat what you can do section
1 parent 8410c36 commit 23a7f74

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ Free users get a daily and monthly chat limit. Once you're past halfway on eithe
2121
src="https://docs-images.phcode.dev/website/videos/ai-pro-dialog.mp4"
2222
/>
2323

24+
## What you can do
25+
26+
- **[Plan, Auto-Edit, and Edit modes](#permission-modes)** let you decide how much freedom the AI has. Plan mode confirms before any change, Auto-Edit applies safe edits automatically, and Edit lets you approve each action.
27+
- **[Restore points and a visual undo timeline](#undo-and-restore)** mean every AI change is reversible. If you don't like what it did, roll back with one click.
28+
- **Live preview integration** — the AI can see your running app, take screenshots, click around, and verify its own work.
29+
- **[Bring your own provider](#settings)** — Claude from Anthropic (the default) gives the best results, or bring your own API key from any Claude Code CLI-compatible provider.
30+
- **Privacy-first onboarding** with a clear consent dialog and a video walkthrough.
31+
- **[Type while the AI is still working](#sending-messages)** — your next message gets queued.
32+
- **[Session history](#session-history)** keeps your conversations alive across restarts.
33+
- **Free-tier quotas** let everyone try AI; pro users get unlimited use.
34+
2435
## Getting Started
2536

2637
AI Chat requires the Claude Code CLI to be installed on your machine. If it's not installed, Phoenix Code shows a setup screen with the install command for your platform.
@@ -139,6 +150,14 @@ When a custom provider with a base URL is active, the chat shows a one-time **Us
139150

140151
![Claude Code Settings dialog](./images/ai-settings-dialog.png "Claude Code Settings dialog")
141152

153+
### Compatible providers
154+
155+
Phoenix Code uses the Claude Code CLI under the hood, so it works with any provider that exposes an Anthropic-compatible API.
156+
157+
- **Anthropic Claude** (default) — recommended; gives the best results.
158+
- **z.ai GLM** — tested working as a drop-in alternative. Use z.ai's Anthropic-compatible endpoint as the base URL.
159+
- **Other Anthropic-API-compatible providers** — add the provider's base URL and API key in the dialog above.
160+
142161
## Keyboard Shortcuts
143162

144163
| Action | Shortcut |

0 commit comments

Comments
 (0)