diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 1a11e1d1fb..0edb7f2409 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -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}”", diff --git a/tracking-repos.json b/tracking-repos.json index a661ce4e62..ef018a171e 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "d89085d705cd227280f3a1dd3d4dfbb9a5bef05c" + "commitID": "f07435fe2714e57ca69f49634255aee36b4802ca" } }