diff --git a/.changeset/healthy-oranges-drum.md b/.changeset/healthy-oranges-drum.md new file mode 100644 index 0000000..1305bc4 --- /dev/null +++ b/.changeset/healthy-oranges-drum.md @@ -0,0 +1,5 @@ +--- +"roo-cline": patch +--- + +Add a dropdown to select the API configuration for a mode in the Prompts tab diff --git a/webview-ui/src/components/prompts/PromptsView.tsx b/webview-ui/src/components/prompts/PromptsView.tsx index 56f4809..6827878 100644 --- a/webview-ui/src/components/prompts/PromptsView.tsx +++ b/webview-ui/src/components/prompts/PromptsView.tsx @@ -43,6 +43,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => { customModePrompts, customSupportPrompts, listApiConfigMeta, + currentApiConfigName, enhancementApiConfigId, setEnhancementApiConfigId, mode, @@ -609,6 +610,36 @@ const PromptsView = ({ onDone }: PromptsViewProps) => { {/* Mode settings */} <> +