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/03-AI/01-ai-setup.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,25 @@ Phoenix Code walks you through each step in the AI panel. Chats are billed to th
20
20
21
21
## Step 1: Sign in to Phoenix Code
22
22
23
-
Click the **AI tab***(sparkle icon)* in the sidebar. If you are not signed in, the panel shows **Sign in to get started with AI**. Click **Sign In** and log in to your Phoenix Code account.
23
+
Click the **AI tab***(sparkle icon)* in the sidebar. If you are not signed in, the panel asks you to sign in to your Phoenix Code account. Click **Sign In**.
24
+
25
+

24
26
25
27
## Step 2: Install Claude Code
26
28
27
-
If the Claude Code CLI is not installed on your machine, the panel shows **Claude Code Not Installed**. Click **Install Claude Code**. Phoenix Code opens its built-in terminal and runs the official installer from Anthropic. The install can take a while; Phoenix Code detects when it finishes.
29
+
If the Claude Code CLI is not installed on your machine, the panel tells you it must be installed. Click **Install Claude Code**. Phoenix Code opens its built-in terminal and runs the official installer from Anthropic. The install can take a while; Phoenix Code detects when it finishes.
30
+
31
+

28
32
29
33
Restart Phoenix Code after the installation completes.
30
34
31
35
If you prefer to install the CLI yourself, follow [Anthropic's setup guide](https://code.claude.com/docs/en/setup#install-claude-code) and restart Phoenix Code when done.
32
36
33
37
## Step 3: Connect your Claude account
34
38
35
-
Once the CLI is installed, the panel shows **Setup Claude Code**. Clicking it opens Claude Code in the built-in terminal, where you log in with your Claude account. Restart Phoenix Code after the configuration completes.
39
+
Once the CLI is installed, the panel shows **Claude Code is installed but needs to be configured**. Click **Setup Claude Code** to open Claude Code in the built-in terminal, where you log in with your Claude account. Restart Phoenix Code after the configuration completes.
40
+
41
+

36
42
37
43
You have two ways to log in:
38
44
@@ -58,3 +64,5 @@ You can also use any other provider with an Anthropic-compatible API. See [Model
58
64
## If your login expires
59
65
60
66
If your Claude login expires later, the chat shows a **Claude Code is signed out or your login has expired** notice with a **Log in to Claude in Terminal** button. Click it, type `/login` in the terminal that opens, then send your message again.
67
+
68
+

0 commit comments