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
feat(clone): Phase 4 — warn on clones with missing auth headers
Autonomous decisions:
- Light clone-wizard touch (header-name preview, not a new form step) — Phase 1 already seeds parent extra_headers; a preview plus updated footer copy is enough visibility at create time
- Expected header keys from parent extra_headers plus required ${input:ID} HTTP definition headers — reuses existing clone/parent and registry shapes without new backend metadata
- Warn-only on enable/reconnect/refresh/retry via toast plus persistent row banner — matches Decision #3; no blocking of enable or connect
Signed-off-by: crimsonsunset <jsangio1@gmail.com>
Copy file name to clipboardExpand all lines: apps/desktop/src/locales/en/servers.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,10 +165,17 @@
165
165
"serverId": "Server ID",
166
166
"toolPrefix": "Tool prefix",
167
167
"checkingAvailability": "Checking availability…",
168
-
"footerNote": "The clone copies the server definition but not credentials. You will configure this account before enabling it.",
168
+
"headersPreviewTitle": "HTTP headers copied from source",
169
+
"headersPreviewDesc": "Header names from the source account are copied into the new clone. Update their values in Configure before enabling.",
170
+
"headersPreviewEmpty": "No custom HTTP headers on the source account.",
171
+
"footerNote": "The clone copies the server definition and HTTP header overrides from the source. Swap account-specific header values in Configure before enabling.",
169
172
"creating": "Creating…",
170
173
"createAccount": "Create account"
171
174
},
175
+
"cloneAuthWarning": {
176
+
"banner": "This clone may be using the wrong credentials — review its headers in Configure.",
177
+
"connectToast": "This clone is missing HTTP headers from its source — review Configure before connecting."
178
+
},
172
179
"uninstallClones": {
173
180
"title": "Uninstall server with account clones?",
174
181
"description_one": "{{sourceName}} has {{count}} account clone in this space: {{dependentList}}.",
0 commit comments