Skip to content

Commit dadd279

Browse files
committed
refactor: move ai to the root level in docs
1 parent 100034f commit dadd279

2 files changed

Lines changed: 15 additions & 20 deletions

File tree

docs/04-AI/_category_.json

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: AI Chat
2+
title: AI
33
slug: "/Pro Features/ai-chat"
44
---
55

@@ -12,7 +12,7 @@ import VideoPlayer from '@site/src/components/Video/player';
1212

1313
Phoenix Code comes with a built-in AI assistant powered by Claude Code. You can ask it to write code, fix bugs, explain files, and more. The AI can read and edit your project files, run terminal commands, take screenshots, and work alongside you as you code.
1414

15-
> AI Chat is available only in desktop apps.
15+
> AI is available only in desktop apps.
1616
1717
:::note
1818
Free users get a daily and monthly chat limit. Once you're past halfway on either limit, a usage bar appears at the top of the chat. [Upgrade to Phoenix Code Pro](https://phcode.io/pricing) for unlimited access.
@@ -35,7 +35,7 @@ Free users get a daily and monthly chat limit. Once you're past halfway on eithe
3535

3636
## Getting Started
3737

38-
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.
38+
AI 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.
3939

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

@@ -47,7 +47,7 @@ Once installed, click **Set up Claude Code** to log in. Phoenix Code detects whe
4747

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

50-
![AI tab in the sidebar](../images/pro/ai-chat-panel.png "AI tab in the sidebar")
50+
![AI tab in the sidebar](./images/pro/ai-chat-panel.png "AI tab in the sidebar")
5151

5252
## Sending Messages
5353

@@ -57,7 +57,7 @@ While the AI is working, you can type your next message. It shows up as a queued
5757

5858
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`.
5959

60-
![Stop button](../images/pro/ai-stop.png "Stop button")
60+
![Stop button](./images/pro/ai-stop.png "Stop button")
6161

6262
### Context
6363

@@ -69,7 +69,7 @@ Phoenix Code automatically provides context about what you're working on. Small
6969

7070
You can dismiss any of these by clicking the **x** button on the chip.
7171

72-
![Context chips above the input box](../images/pro/ai-chips.png "Context chips above the input box")
72+
![Context chips above the input box](./images/pro/ai-chips.png "Context chips above the input box")
7373

7474
## Attachments and Screenshots
7575

@@ -78,7 +78,7 @@ Click the **paperclip button** to attach a file or folder. The dropdown lets you
7878
- **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.
7979
- **Add folder as context** - attach an entire folder so the AI can read its contents.
8080

81-
![Paperclip attach dropdown](../images/pro/ai-attach-dropdown.png "Paperclip attach dropdown")
81+
![Paperclip attach dropdown](./images/pro/ai-attach-dropdown.png "Paperclip attach dropdown")
8282

8383
You can also paste an image directly from your clipboard into the input box.
8484

@@ -90,7 +90,7 @@ Click the **camera button** to take a screenshot and attach it. The dropdown let
9090
- **Select Area** - a custom region you select with a crop tool
9191
- **Upload from Device** - choose an existing image from your computer instead of taking a new screenshot
9292

93-
![Camera screenshot dropdown](../images/pro/ai-screenshot-dropdown.png "Camera screenshot dropdown")
93+
![Camera screenshot dropdown](./images/pro/ai-screenshot-dropdown.png "Camera screenshot dropdown")
9494

9595
## Permission Modes
9696

@@ -100,7 +100,7 @@ The AI has three permission levels that control how much it can do on its own. C
100100
- **Edit** (default) - the AI can read and edit files on its own, but asks for your approval before running terminal commands.
101101
- **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.
102102

103-
![Permission mode selector](../images/pro/ai-permissions.png "Permission mode selector")
103+
![Permission mode selector](./images/pro/ai-permissions.png "Permission mode selector")
104104

105105
## Approving Terminal Commands
106106

@@ -116,13 +116,13 @@ Every edit card shows the number of lines added and removed, along with a **Show
116116
- **Collapse all** - hide every diff section on the card
117117
- **Always show** - keep diffs open by default on future edits without clicking Show diff each time
118118

119-
![Edit card with the diff menu open](../images/pro/ai-diff.png "The three-dot menu on an edit card shows Expand all, Collapse all, and Always show")
119+
![Edit card with the diff menu open](./images/pro/ai-diff.png "The three-dot menu on an edit card shows Expand all, Collapse all, and Always show")
120120

121121
## Session History
122122

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

125-
![Session history dropdown](../images/pro/ai-history.png "Session history dropdown")
125+
![Session history dropdown](./images/pro/ai-history.png "Session history dropdown")
126126

127127
> Sessions are saved per project, so each project has its own chat history.
128128
@@ -132,14 +132,14 @@ Before each AI response that edits files, Phoenix Code creates a **restore point
132132

133133
The first time you undo or restore in a session, Phoenix Code shows a confirmation dialog before reverting.
134134

135-
> 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.
135+
> Restore only reverts changes made by the AI. Edits you made outside the AI panel 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.
136136
137-
![Undo and Restore](../images/pro/ai-undo.png "Undo and Restore")
137+
![Undo and Restore](./images/pro/ai-undo.png "Undo and Restore")
138138

139139
## Settings
140140

141141
Click the **gear icon** in the chat panel to open AI settings.
142-
![AI settings button](../images/pro/ai-settings.png "AI settings button")
142+
![AI settings button](./images/pro/ai-settings.png "AI settings button")
143143

144144
This will open a dialog where you can:
145145
- Pick the **active provider** from a dropdown at the top
@@ -149,7 +149,7 @@ This will open a dialog where you can:
149149

150150
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.
151151

152-
![Claude Code Settings dialog](../images/pro/ai-settings-dialog.png "Claude Code Settings dialog")
152+
![Claude Code Settings dialog](./images/pro/ai-settings-dialog.png "Claude Code Settings dialog")
153153

154154
### Compatible providers
155155

0 commit comments

Comments
 (0)