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
Copy file name to clipboardExpand all lines: src/core/webview/ClineProvider.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2186,7 +2186,8 @@ Here is the project's README to help you get started:\n\n${mcpDetails.readmeCont
2186
2186
qwenApiLine,
2187
2187
mistralApiKey,
2188
2188
azureApiVersion,
2189
-
openRouterModelId,
2189
+
// Fixes bug where switching to plan/act would result in setting this model id to previousModeModelId which may have been a non-string value by default, causing a type error in the webview when calling .toLowerCase() on it.
0 commit comments