Skip to content

Commit 13f5de3

Browse files
devvaannshclaude
andcommitted
feat: document quota bar, terminal approval, and diff viewer
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ee1f8b5 commit 13f5de3

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Phoenix Code comes with a built-in AI assistant powered by Claude Code. You can
1414
> AI Chat is available only in desktop apps.
1515
1616
:::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.
1818
:::
1919

2020
<VideoPlayer
@@ -84,6 +84,22 @@ The AI has three permission levels that control how much it can do on its own. C
8484

8585
![Permission mode selector](./images/ai-permissions.png "Permission mode selector")
8686

87+
## Approving Terminal Commands
88+
89+
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+
![Edit card with the diff menu open](./images/ai-diff.png "The three-dot menu on an edit card shows Expand all, Collapse all, and Always show")
102+
87103
## Session History
88104

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

0 commit comments

Comments
 (0)