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/12-Pro Features/01-ai-chat.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Phoenix Code comes with a built-in AI assistant powered by Claude Code. You can
14
14
> AI Chat is available only in desktop apps.
15
15
16
16
:::note
17
-
Free users get a daily and monthly chat limit. [Upgrade to Phoenix Code Pro](https://phcode.io/pricing) for unlimited access.
17
+
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.
18
18
:::
19
19
20
20
<VideoPlayer
@@ -84,6 +84,22 @@ The AI has three permission levels that control how much it can do on its own. C
In Edit mode (the default), the AI shows an **Allow / Deny** card before running any terminal command. The card displays the full command so you can verify it before approving. Choosing **Deny** lets the AI continue with the rest of its response without running it.
90
+
91
+
> Bash confirmations are skipped in Full Auto mode.
92
+
93
+
## Reviewing Diffs
94
+
95
+
Every edit card shows the number of lines added and removed, along with a **Show diff** button that toggles a unified diff of the change inline. Click the **three-dot menu** on the card to:
96
+
97
+
-**Expand all** - open every diff section on the card at once
98
+
-**Collapse all** - hide every diff section on the card
99
+
-**Always show** - keep diffs open by default on future edits without clicking Show diff each time
100
+
101
+

102
+
87
103
## Session History
88
104
89
105
Every conversation is saved automatically. Click the **history dropdown** at the top of the panel to see your recent sessions and switch between them.
0 commit comments