You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04-ai.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: AI Chat
2
+
title: AI
3
3
slug: "/Pro Features/ai-chat"
4
4
---
5
5
@@ -12,7 +12,7 @@ import VideoPlayer from '@site/src/components/Video/player';
12
12
13
13
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.
14
14
15
-
> AI Chat is available only in desktop apps.
15
+
> AI is available only in desktop apps.
16
16
17
17
:::note
18
18
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
35
35
36
36
## Getting Started
37
37
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.
39
39
40
40
Once installed, click **Set up Claude Code** to log in. Phoenix Code detects when the login is complete and opens the chat panel automatically.
41
41
@@ -47,7 +47,7 @@ Once installed, click **Set up Claude Code** to log in. Phoenix Code detects whe
47
47
48
48
Click the **AI tab***(sparkle icon)* in the sidebar to open the chat panel.
49
49
50
-

50
+

51
51
52
52
## Sending Messages
53
53
@@ -57,7 +57,7 @@ While the AI is working, you can type your next message. It shows up as a queued
57
57
58
58
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`.
@@ -100,7 +100,7 @@ The AI has three permission levels that control how much it can do on its own. C
100
100
-**Edit** (default) - the AI can read and edit files on its own, but asks for your approval before running terminal commands.
101
101
-**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.
@@ -116,13 +116,13 @@ Every edit card shows the number of lines added and removed, along with a **Show
116
116
-**Collapse all** - hide every diff section on the card
117
117
-**Always show** - keep diffs open by default on future edits without clicking Show diff each time
118
118
119
-

119
+

120
120
121
121
## Session History
122
122
123
123
Every conversation is saved automatically. Click the **history dropdown** at the top of the panel to see your recent sessions and switch between them.
124
124
125
-

125
+

126
126
127
127
> Sessions are saved per project, so each project has its own chat history.
128
128
@@ -132,14 +132,14 @@ Before each AI response that edits files, Phoenix Code creates a **restore point
132
132
133
133
The first time you undo or restore in a session, Phoenix Code shows a confirmation dialog before reverting.
134
134
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.
136
136
137
-

137
+

138
138
139
139
## Settings
140
140
141
141
Click the **gear icon** in the chat panel to open AI settings.
0 commit comments