From d11d5ae71ea0827ff9b6c0659470bf62d43e47be Mon Sep 17 00:00:00 2001 From: abose Date: Fri, 20 Mar 2026 20:10:53 +0530 Subject: [PATCH 1/5] feat(ai-chat): add screenshot selected element string key --- src/nls/root/strings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 4cc9e2e53b..2a25058074 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -2107,6 +2107,7 @@ define({ "AI_CHAT_SCREENSHOT_LIVE_PREVIEW": "Live Preview", "AI_CHAT_SCREENSHOT_AREA": "Select Area", "AI_CHAT_SCREENSHOT_FULL_EDITOR": "Full Editor", + "AI_CHAT_SCREENSHOT_SELECTED_ELEMENT": "Live Preview Selection", "AI_CHAT_SCREENSHOT_CAPTURE": "Capture", "AI_CHAT_SCREENSHOT_CANCEL": "Cancel", "AI_CHAT_FILE_REMOVE": "Remove file", From 6597759236c398dfdc1b52769fc8997e636bfa73 Mon Sep 17 00:00:00 2001 From: abose Date: Fri, 20 Mar 2026 20:13:34 +0530 Subject: [PATCH 2/5] build: update pro deps --- tracking-repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracking-repos.json b/tracking-repos.json index 95d34e1c72..2b2f34bef8 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "6f0ac36ce36ff5d524590442ef6e16320fa904f1" + "commitID": "a932c386ab9823790b504e313a34876faf439442" } } From 320ad486c4bbad12a6fab4ce4cca84181b00f725 Mon Sep 17 00:00:00 2001 From: abose Date: Fri, 20 Mar 2026 20:42:31 +0530 Subject: [PATCH 3/5] feat(ai-chat): add privacy consent dialog strings --- src/nls/root/strings.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 2a25058074..a54cf81b7f 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -2110,6 +2110,9 @@ define({ "AI_CHAT_SCREENSHOT_SELECTED_ELEMENT": "Live Preview Selection", "AI_CHAT_SCREENSHOT_CAPTURE": "Capture", "AI_CHAT_SCREENSHOT_CANCEL": "Cancel", + "AI_CHAT_PRIVACY_TITLE": "Start AI Chat with Claude Code", + "AI_CHAT_PRIVACY_BODY": "To provide responses, this feature sends your prompts and relevant context to Claude Code.

Learn more and manage your privacy settings.", + "AI_CHAT_PRIVACY_OK": "OK", "AI_CHAT_FILE_REMOVE": "Remove file", "AI_CHAT_QUEUED": "Queued", "AI_CHAT_QUEUED_EDIT": "Edit", From 1d173df9029652c0278ff7f5d3763f1ecdcda944 Mon Sep 17 00:00:00 2001 From: abose Date: Fri, 20 Mar 2026 20:46:46 +0530 Subject: [PATCH 4/5] build: update pro deps --- tracking-repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracking-repos.json b/tracking-repos.json index 2b2f34bef8..c379cdf53e 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "a932c386ab9823790b504e313a34876faf439442" + "commitID": "94648ccae07973bd49b4ea748f6fc12f30be08b1" } } From eb860c47ff6105b09b8bbd109fca610f1fa96a9e Mon Sep 17 00:00:00 2001 From: abose Date: Fri, 20 Mar 2026 22:18:58 +0530 Subject: [PATCH 5/5] build: update pro deps --- tracking-repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracking-repos.json b/tracking-repos.json index c379cdf53e..ed880098d3 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "94648ccae07973bd49b4ea748f6fc12f30be08b1" + "commitID": "69b8d0160b40bbcc89f454498ef30115a018c3e9" } }