cody icon indicating copy to clipboard operation
cody copied to clipboard

AI that knows your entire codebase

Results 367 cody issues
Sort by recently updated
recently updated
newest added

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...

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...

bug
repo/cody

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...

bug
repo/cody

### 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...

bug
repo/cody

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...