Evan
Evan
### What happened? Cline is creating unnecessary new terminal windows when executing commands after a directory change. After using a `cd` command in a terminal, subsequent commands create new terminals...
### Description Fixes #1293 This PR fixes an issue where the terminal management system was creating unnecessary new terminals due to CWD (Current Working Directory) mismatches after `cd` commands. The...
### Description ### Test Procedure ### Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] ✨ New feature (non-breaking change which...
### Description Filter out RTF files, which add a bunch of weird formatting, when reading clinerules files These are sometimes created as the default file type when making a file...
### Description This PR improves the user experience by allowing users to type in the text area while Cline is processing a request. Previously, the entire text area was disabled...
### Description - Add links to the public bucket for images - Add new docs scripts for dev ### Test Procedure Ran docs locally ### Type of Change - [...
### Description Don't pass mcp config args field to the system prompt. Not a huge need to do so and it avoids passing potentially sensitive args to the model. Also...
### Description We pass whether the webview is a sidebar or tab into the webview itself, so it has access to this information. This will initially be used so that...
### Description Migrate chatbuttonclicked protobus ### Test Procedure Check the logs on frontend and backend. Ensure that the chatview is still opened as before when this event occurs. ### Type...
## Problem Multiple users are requesting to add various AI providers to Cline, creating fragmented discussions across separate issues. This makes it difficult to: - Track all provider requests in...