Skip to content

Commit 21f5034

Browse files
committed
feat: add images for AI chat docs
1 parent c7384c9 commit 21f5034

10 files changed

Lines changed: 18 additions & 10 deletions

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

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ AI Chat requires the Claude Code CLI to be installed on your machine. If it's no
2727

2828
Once installed, click **Set up Claude Code** to log in. Phoenix Code detects when the login is complete and opens the chat panel automatically.
2929

30-
<!-- Add an image here showing the setup/install screen -->
31-
3230
## Opening the AI Panel
3331

3432
Click the **AI tab** *(sparkle icon)* in the sidebar to open the chat panel.
3533

36-
<!-- Add an image here showing the AI tab in the sidebar -->
34+
![AI tab in the sidebar](./images/ai-panel.png "AI tab in the sidebar")
3735

3836
## Sending Messages
3937

@@ -43,6 +41,8 @@ While the AI is working, you can type your next message. It shows up as a queued
4341

4442
To stop the AI mid-response, click the **stop button** *(square icon)* that appears next to the send button while the AI is working, or press `Escape`.
4543

44+
![Stop button](./images/ai-stop-button.png "Stop button")
45+
4646
### Context
4747

4848
Phoenix Code automatically provides context about what you're working on. Small chips appear above the input box showing:
@@ -60,16 +60,20 @@ Click the **paperclip button** to attach a file or folder. The dropdown lets you
6060
- **Attach a file** - attach a single file. Supported image formats include PNG, JPG, GIF, WebP, and SVG. You can also attach code or document files.
6161
- **Add folder as context** - attach an entire folder so the AI can read its contents.
6262

63+
![Paperclip attach dropdown](./images/ai-attach-dropdown.png "Paperclip attach dropdown")
64+
6365
You can also paste an image directly from your clipboard into the input box.
6466

6567
Click the **camera button** to take a screenshot and attach it. The dropdown lets you choose what to capture:
6668

6769
- **Live Preview** - your Live Preview panel (if open)
68-
- **Selected Element** - the currently selected element in Live Preview
70+
- **Live Preview Selection** - the currently selected element in Live Preview
6971
- **Full Editor** - the entire editor window
70-
- **Area** - a custom region you select with a crop tool
72+
- **Select Area** - a custom region you select with a crop tool
7173
- **Upload from Device** - choose an existing image from your computer instead of taking a new screenshot
7274

75+
![Camera screenshot dropdown](./images/ai-screenshot-dropdown.png "Camera screenshot dropdown")
76+
7377
## Permission Modes
7478

7579
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.
@@ -78,13 +82,15 @@ The AI has three permission levels that control how much it can do on its own. C
7882
- **Edit** (default) - the AI can read and edit files on its own, but asks for your approval before running terminal commands.
7983
- **Full Auto** - the AI works through everything without pausing. Terminal commands still ask for confirmation.
8084

81-
<!-- Add an image here showing the permission mode selector -->
85+
![Permission mode selector](./images/ai-permissions.png "Permission mode selector")
8286

8387
## Session History
8488

8589
Every conversation is saved automatically. Click the **history dropdown** at the top of the panel to see your recent sessions and switch between them.
8690

87-
Sessions are saved per project, so each project has its own chat history.
91+
![Session history dropdown](./images/ai-history.png "Session history dropdown")
92+
93+
> Sessions are saved per project, so each project has its own chat history.
8894
8995
## Undo and Restore
9096

@@ -94,17 +100,19 @@ The first time you undo or restore in a session, Phoenix Code shows a confirmati
94100

95101
> Restore only reverts changes made by the AI. Edits you made outside the AI Chat are not tracked and may be lost if they overlap with files the AI also edited. For full version history, use version control like Git.
96102
97-
<!-- Add an image here showing an edit summary card with the Undo button and file change stats -->
103+
![Undo and Restore](./images/ai-undo.png "Undo and Restore")
98104

99105
## Settings
100106

101-
Click the **gear icon** in the chat panel to open AI settings. Here you can:
107+
Click the **gear icon** in the chat panel to open AI settings.
108+
![AI settings button](./images/ai-settings.png "AI settings button")
102109

110+
This will open a dialog where you can:
103111
- Switch between AI providers
104112
- Add a custom API provider with your own API key and endpoint
105113
- Set a custom API timeout
106114

107-
<!-- Add an image here showing the AI settings dialog with provider configuration -->
115+
![Claude Code Settings dialog](./images/ai-settings-dialog.png "Claude Code Settings dialog")
108116

109117
## Keyboard Shortcuts
110118

26.6 KB
Loading
69.5 KB
Loading
77.9 KB
Loading
20.1 KB
Loading
38.9 KB
Loading
50.5 KB
Loading
70.1 KB
Loading
96.4 KB
Loading
128 KB
Loading

0 commit comments

Comments
 (0)