From da78ef32409078930cfb790e0e76cc3ce2b0ca30 Mon Sep 17 00:00:00 2001 From: abose Date: Mon, 27 Jul 2026 15:24:46 +0530 Subject: [PATCH 1/3] chore: 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 132e10779f..ef8d23c50a 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "a12762f514f0bb13b002de5b55e5be76d6e7c8cb" + "commitID": "7bc538c80ac230b45426a4984382b44b336670f9" } } From 68353c5dc1926b59c2e9d299e0c3b67b0e29497d Mon Sep 17 00:00:00 2001 From: abose Date: Mon, 27 Jul 2026 16:58:52 +0530 Subject: [PATCH 2/3] style(ai): widen model switcher label Fits the resolved model name now shown on Default. --- src/styles/Extn-AIChatPanel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/Extn-AIChatPanel.less b/src/styles/Extn-AIChatPanel.less index 6b4b9e67a1..1c8ca97d97 100644 --- a/src/styles/Extn-AIChatPanel.less +++ b/src/styles/Extn-AIChatPanel.less @@ -149,7 +149,7 @@ transition: opacity 0.5s ease; .ai-model-select-label { - max-width: 90px; + max-width: 120px; // model names are short; raw ids may ellipsize overflow: hidden; text-overflow: ellipsis; white-space: nowrap; From 5079535c169c4775acccd16d18780f8d74841e09 Mon Sep 17 00:00:00 2001 From: abose Date: Mon, 27 Jul 2026 17:01:17 +0530 Subject: [PATCH 3/3] chore: 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 ef8d23c50a..0dff12e0a5 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "7bc538c80ac230b45426a4984382b44b336670f9" + "commitID": "73d6e0afa0e6788d0c8338b5e62983891879c802" } }