You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud ADR runtime-identity-binding §2.3 (pairs with framework#1783/#1784,
cloud#264):
- CloudConnectionPanel: environment-id input removed (registration is
created cloud-side at approval); Connect auto-opens the approval page
in a popup — the user-code display becomes the popup-blocked fallback;
bound view shows runtime name + runtime id
- DeviceAuthPage: shows the requesting device's context (runtime_name /
runtime_version from the verification URL) + an 'only approve if you
started this' warning — informed consent for the RFC 8628 flow
- two new auth.device.* keys across all 10 locales
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Cloud Connection bind v2 UX (cloud ADR runtime-identity-binding §2.3): the binding flow becomes one click. `CloudConnectionPanel` drops the environment-id input entirely (registration happens cloud-side at approval), auto-opens the approval page in a popup on Connect (user-code display stays as the popup-blocked fallback), and shows the registered runtime name + runtime id once bound. `DeviceAuthPage` displays the requesting device's context (`runtime_name` / `runtime_version` from the verification URL) plus an "only approve if you started this" warning — the informed-consent surface for the RFC 8628 flow. Two new `auth.device.*` keys across all locales.
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/de.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1148,6 +1148,8 @@ const de = {
1148
1148
title: "Neues Gerät autorisieren",
1149
1149
subtitle: "Genehmigen Sie dieses Gerät für die Anmeldung als {{email}}.",
1150
1150
userCodeLabel: "Gerätecode",
1151
+
requesterLabel: "Verbindungsanfrage von",
1152
+
approveWarning: "Genehmigen Sie nur, wenn Sie diese Verbindung soeben selbst gestartet haben. Nach der Genehmigung kann diese Laufzeitumgebung auf die privaten Pakete Ihrer Organisation zugreifen.",
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/en.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1386,6 +1386,8 @@ const en = {
1386
1386
title: 'Authorize new device',
1387
1387
subtitle: 'Approve this device to sign in as {{email}}.',
1388
1388
userCodeLabel: 'Device code',
1389
+
requesterLabel: 'Connection request from',
1390
+
approveWarning: 'Only approve if you started this connection yourself a moment ago. Once approved, this runtime can access your organization\'s private packages.',
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/es.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1148,6 +1148,8 @@ const es = {
1148
1148
title: "Autorizar nuevo dispositivo",
1149
1149
subtitle: "Apruebe este dispositivo para iniciar sesión como {{email}}.",
1150
1150
userCodeLabel: "Código del dispositivo",
1151
+
requesterLabel: "Solicitud de conexión de",
1152
+
approveWarning: "Aprueba solo si tú mismo iniciaste esta conexión hace un momento. Una vez aprobada, este runtime podrá acceder a los paquetes privados de tu organización.",
Copy file name to clipboardExpand all lines: packages/i18n/src/locales/fr.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1148,6 +1148,8 @@ const fr = {
1148
1148
title: "Autoriser un nouvel appareil",
1149
1149
subtitle: "Approuvez cet appareil pour vous connecter en tant que {{email}}.",
1150
1150
userCodeLabel: "Code de l'appareil",
1151
+
requesterLabel: "Demande de connexion de",
1152
+
approveWarning: "N'approuvez que si vous venez de lancer cette connexion vous-même. Une fois approuvée, ce runtime pourra accéder aux packages privés de votre organisation.",
0 commit comments