cody
cody copied to clipboard
AI that knows your entire codebase
CLOSE https://linear.app/sourcegraph/issue/CODY-5478 This commit changes the default chat handler to `DeepCodyHandler`. It also removes the `ChatHandler` import and updates the `getAgent` function to return a `DeepCodyHandler` instance when no specific...
WIP ## Test plan CI
Type: Bug ## Extension Information - Cody Version: 1.86.1 - VS Code Version: 1.90.1 - Extension Host: server-distro ## Steps to Reproduce 1. 2. 3. ## Expected Behaviour ## Logs...
## Test plan
Refs CODY-5032 improve error messages Up to this point, we were replying with a full-blown HTML file all inside of an error box. We now simplify the error message to...
### Version 1.88.0 ### Describe the bug With ALT + L you toggle the cody chat. I have it on the right sidebar which is the secondary sidebar. Opening works...
### Version 1.88.0 ### Describe the bug This a very minor UI bug and of course is not critical but when chat history is empty then the history view doesn't...
This PR fixes a React warning that occurs during test runs related to improper usage of flushSync within a React lifecycle method. The warning appears in the HumanMessageEditor test: The...
My first batch change! [_Created by Sourcegraph batch change `audrey/lbah`._](https://sourcegraph.test:3443/users/audrey/batch-changes/lbah)
## Description **Image:** Switches from the custom diff implementation to just showing a unified diff image in the debug panel. 1. Fixes bug where lines were ordered correctly 2. Means...