From c3e36deed6d50bcca585089c52428c9b51bfd646 Mon Sep 17 00:00:00 2001
From: Matt Rubens
Date: Mon, 3 Mar 2025 10:51:45 -0500
Subject: [PATCH 1/2] Update the warning text for the VS LM API
---
.changeset/tidy-donuts-rhyme.md | 5 +++++
webview-ui/src/components/settings/ApiOptions.tsx | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
create mode 100644 .changeset/tidy-donuts-rhyme.md
diff --git a/.changeset/tidy-donuts-rhyme.md b/.changeset/tidy-donuts-rhyme.md
new file mode 100644
index 0000000000..f931bdaf28
--- /dev/null
+++ b/.changeset/tidy-donuts-rhyme.md
@@ -0,0 +1,5 @@
+---
+"roo-cline": patch
+---
+
+Update the warning text for the VS LM API"
diff --git a/webview-ui/src/components/settings/ApiOptions.tsx b/webview-ui/src/components/settings/ApiOptions.tsx
index 4b1707afa6..e69be19ef2 100644
--- a/webview-ui/src/components/settings/ApiOptions.tsx
+++ b/webview-ui/src/components/settings/ApiOptions.tsx
@@ -1209,8 +1209,8 @@ const ApiOptions = ({
color: "var(--vscode-errorForeground)",
fontWeight: 500,
}}>
- Note: This is a very experimental integration and may not work as expected. Please report
- any issues to the Roo-Code GitHub repository.
+ Note: This is a very experimental integration and provider support will vary. If you get an
+ error about a model not being supported, that's an issue on the provider's end.
From 17da9f051194114db77661b7baa311831d28294b Mon Sep 17 00:00:00 2001
From: Matt Rubens
Date: Mon, 3 Mar 2025 10:56:22 -0500
Subject: [PATCH 2/2] Update .changeset/tidy-donuts-rhyme.md
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---
.changeset/tidy-donuts-rhyme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.changeset/tidy-donuts-rhyme.md b/.changeset/tidy-donuts-rhyme.md
index f931bdaf28..51fbea3fc2 100644
--- a/.changeset/tidy-donuts-rhyme.md
+++ b/.changeset/tidy-donuts-rhyme.md
@@ -2,4 +2,4 @@
"roo-cline": patch
---
-Update the warning text for the VS LM API"
+Update the warning text for the VS LM API