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

### Version 1.53.1734584341 ### Describe the bug I am aware that `cody.dev.models` is experimental feature but there is an issue with external OpenAI compatible (groq) API calls. For example, given...

bug
repo/cody

### Improved JetBrains Changelog Generation Script A new script, `vscode/scripts/jb-changelogs.sh`, has been introduced and subsequently refactored to automate the generation of changelogs for JetBrains releases. Key improvements include: - **Automated...

Some time ago we decided to hide stable releases by default. That was caused by the fact we were focused on limiting the time from the moment releases to the...

### Version 1.52.0 ### Describe the bug When I ask Cody to modify a svelte file, (e.g. src/routes/+layout.svelte), it generates a new one instead called routes+layout.svelte. So it looks like...

bug
repo/cody

Added support for Ctrl+C not working in Rider/Windows, when trying to copy text from Cody tool window. CLOSE https://linear.app/sourcegraph/issue/CODY-4258/fix-ctrl-c-text-copy-issue-in-cody-for-rider-on-windows ## Test plan 1. Open Rider (Windows) 2. Open Cody chat...

This commit prevents the addition of duplicate `.sourcegraph` paths when generating rule search paths. This avoids scenarios where the same `.sourcegraph` directory is added multiple times to the search path...

refactor(chat): Remove file mention duplication for default commands. Based on the comments: https://github.com/sourcegraph/cody/pull/6910#pullrequestreview-2588426217 https://github.com/sourcegraph/cody/pull/6910#issuecomment-2638393115 I'm opening this pull request in order to get rid of the extra setup parentheses between...

- Add the prompt mode icon to the UI - Change 'This prompt was promoted by your admin' to 'This prompt was recommended by your admin' ## Test plan Local...

### Version Not specific to version(I use 1.89.1745454294) ### Describe the bug **Description:** I've encountered a specific bug where Cody's chat file suggestion after you type @-filename stop working correctly...

bug
repo/cody

## Changes Core changes are in the `modelsService.ts`. Previously setting selected model was looking like this: `UI` -> `ModelService::setSelectedModel` -> `LocalStorage::setModelPreferences` -> [ change in local storage] -> `LocalStorage::clientStateChanges` ->...