Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2777,6 +2777,10 @@ define({
"AI_CHAT_RESUME_WHILE_STREAMING_MSG": "AI is currently working on a task. Switching to a previous conversation will stop it. Continue?",
"AI_CHAT_CLI_NEW_CONFIRM_TITLE": "End this CLI session?",
"AI_CHAT_CLI_NEW_CONFIRM_MSG": "This will end the running Claude Code CLI session and start a fresh one. Continue?",
"AI_CHAT_CLI_UPSELL_TITLE": "Available in Phoenix Pro",
"AI_CHAT_CLI_UPSELL_MSG": "Running Claude Code inside the Phoenix AI panel is a Pro feature. It gives Claude access to Phoenix integrations such as your editor and Live Preview. You can still run Claude Code CLI for free from the Terminal, without the Phoenix AI integrations.",
"AI_CHAT_CLI_UPSELL_OPEN_TERMINAL_BTN": "Open in Terminal",
"AI_CHAT_CLI_UPSELL_UPGRADE_BTN": "Upgrade to Pro",
"AI_CHAT_CLI_STALE_PROJECT_MSG": "This Claude Code CLI session is still running in {0} — the open project is now {1}.",
"AI_CHAT_CLI_STALE_PROJECT_SWITCH_BTN": "Switch to “{0}”",
"AI_CHAT_CLI_STALE_PROJECT_STAY_BTN": "Stay on “{0}”",
Expand Down
2 changes: 1 addition & 1 deletion tracking-repos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"phoenixPro": {
"commitID": "d89085d705cd227280f3a1dd3d4dfbb9a5bef05c"
"commitID": "f07435fe2714e57ca69f49634255aee36b4802ca"
}
}
Loading