From 6a918b08819ff522196230aed50ca13199cc668b Mon Sep 17 00:00:00 2001 From: abose Date: Sat, 25 Apr 2026 21:22:08 +0530 Subject: [PATCH 1/2] feat(ai-chat): add undo/restore warning strings --- src/nls/root/strings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index e906ea580e..5e14c8d98d 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -2208,6 +2208,8 @@ define({ "AI_CHAT_UNDO_TITLE": "Undo changes from this response", "AI_CHAT_RESTORE_TITLE": "Restore files to this point", "AI_CHAT_RESTORED": "Restored", + "AI_CHAT_UNDO_RESTORE_WARNING_TITLE": "AI Undo & Restore", + "AI_CHAT_UNDO_RESTORE_WARNING_BODY": "This will only undo changes made by the AI. Changes made outside the AI won’t be restored and may be lost. For full version history, use version control like Git.", "AI_CHAT_SHOW_DIFF": "Show diff", "AI_CHAT_HIDE_DIFF": "Hide diff", "AI_CHAT_LABEL_YOU": "You", From c053a9cf0d741e9271ff3bb6940ab48a60509675 Mon Sep 17 00:00:00 2001 From: abose Date: Sat, 25 Apr 2026 21:26:17 +0530 Subject: [PATCH 2/2] 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 8e084e487d..44d0dd5a11 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "cbd55399cc8907d7bf072038b70319b1d4b5ef87" + "commitID": "871b8fdaf238c0bedd9dc1e24cbc75ee67987453" } }