Ara
Ara
Kevin pointed out in this PR https://github.com/sourcegraph/sourcegraph/pull/60128 Thats a valid issue and we can improve this UX. IT shouldn't take much time to solve this but given my other commitments...
During the testing phase for [Enterprise model selection training](https://docs.google.com/document/d/19AC8KF4Q3pz9VtvCg_qUY6PWaXe_V2hk_yQKDmikyZw/edit#heading=h.qi3klszb0l6o) we found this in the logs This confused people for so long because it makes people think that AWS bedrock is...
This PR introduces several key changes to improve the autocomplete functionality in Cody’s inline completions, primarily focused on user experience improvements, testing, and analysis. Changes: 1. Feature Flag Implementation: •...
Fixes https://github.com/cline/cline/issues/3308 ### Description Add blockers to users to stop users from uploading images larger than 8000x8000 size as that is not supported in claude. ### Test Procedure You can...
Solves https://github.com/cline/cline/issues/3292 ### Description ### Problem: The caching mechanism used a message count heuristic to determine if content was already cached. In scenarios where the current request's message count matched...
### Description This PR Adds a walkthrough feature for Cline ### Test Procedure Run a debuggger ### Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes...
### Description ### Test Procedure ### Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] ✨ New feature (non-breaking change which...
### Related Issue **Issue:** #XXXX ### Description ### Test Procedure ### Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] ✨...
### Description https://github.com/user-attachments/assets/d57b33e2-f21d-4d04-a70d-a5209c654efd This PR implements a complete voice recording and transcription feature for Cline, allowing users to record voice messages that are automatically transcribed using OpenAI's Whisper model and...
This commit introduces several improvements to task persistence and recovery mechanisms to address issues of data corruption and loss. Key changes include: - Safe JSON Writing: - Added string sanitization...