From 5698d10113a085a403bfa9742b3fd0aab60212bc Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 12 Jan 2025 14:05:35 -0500 Subject: [PATCH] Small fixes --- .changeset/quiet-mails-live.md | 5 +++++ CHANGELOG.md | 2 +- webview-ui/src/components/chat/ChatTextArea.tsx | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/quiet-mails-live.md diff --git a/.changeset/quiet-mails-live.md b/.changeset/quiet-mails-live.md new file mode 100644 index 0000000..7e29deb --- /dev/null +++ b/.changeset/quiet-mails-live.md @@ -0,0 +1,5 @@ +--- +"roo-cline": patch +--- + +Fix the reddit link and a small visual glitch in the chat input diff --git a/CHANGELOG.md b/CHANGELOG.md index 582d107..d9743de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Major Changes -- This release adds chat modes! Now you can ask Roo Cline questions about system architecture or the codebase without immediately jumping into writing code. You can even assign different API configuration profiles to each mode if you prefer to use different models for thinking vs coding. Would love feedback in the new Roo Cline Reddit! https://www.reddit.com/roocline +- This release adds chat modes! Now you can ask Roo Cline questions about system architecture or the codebase without immediately jumping into writing code. You can even assign different API configuration profiles to each mode if you prefer to use different models for thinking vs coding. Would love feedback in the new Roo Cline Reddit! https://www.reddit.com/r/roocline ## [2.2.46] diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 038706a..f7703bc 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -764,7 +764,7 @@ const ChatTextArea = forwardRef( ))} -
+
{apiConfiguration?.apiProvider === "openrouter" && (