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
fix: gate workspace profile overrides behind experimental flag and show conflict state
- Add WORKSPACE_PROFILE_OVERRIDES experiment to types, schema, and config
- Gate workspace override logic in ClineProvider behind experiment flag
- Gate workspace override logic in webviewMessageHandler behind experiment flag
- Gate workspace pin button in ApiConfigSelector behind experiment flag
- Show warning icon when current mode is already pinned to a different profile
- Add "reassignWorkspaceProfile" translation key for conflict state
- Add "Project-specific profile usage" experimental feature setting
- Add test for experiment-disabled scenario
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/settings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -886,6 +886,10 @@
886
886
"refreshSuccess": "Tools refreshed successfully",
887
887
"refreshError": "Failed to refresh tools",
888
888
"toolParameters": "Parameters"
889
+
},
890
+
"WORKSPACE_PROFILE_OVERRIDES": {
891
+
"name": "Project-specific profile usage",
892
+
"description": "When enabled, you can pin provider profiles to specific modes on a per-workspace basis. Workspace overrides take priority over global mode-to-profile mappings."
0 commit comments