cody
cody copied to clipboard
AI that knows your entire codebase
This commit renames `DeepCodyAgentID` to `DeepCodyModelRef` to align with the naming convention used for other model references. This change ensures consistency and clarity in the codebase. ## Test plan Agentic...
This commit renames `DeepCodyAgentID` to `DeepCodyModelRef` to align with the naming convention used for other model references. This change ensures consistency and clarity in the codebase. ## Test plan Agentic...
Handle `IncorrectOperationException` in `CodyConsole` https://sourcegraph.sentry.io/issues/6364414376?project=4508886063644672 ## Test plan N/A
Continuation of #7651. `IllegalStateException - JS query has been disposed` is still showing in the version [7.82.0](https://sourcegraph.sentry.io/issues/6372518034/events/?query=release%3A%22cody-jb%407.82.0%22) Sending `action` parameter to Sentry to see in which context `JavaToJSBridge.query` is null...
### Version 1.84.0 ### Describe the bug I want to turn off cody autocomplete on certain workspaces with `settings.json`. This is achievable via setting `false` to all language `"cody.autocomplete.languages"` like...
Adsress comments from https://github.com/sourcegraph/cody/pull/7694 ## Test plan updated docs
Pending `vscode/src/chat/agentic/*` ## Test plan
Show the remote directories and files provider in the Prose Mirror mentions menu. ## Test plan - make sure the flag is enabled for you here: https://sourcegraph.sourcegraph.com/site-admin/feature-flags/configuration/cody-experimental-prompt-editor - Do @...
Type: Bug ## Extension Information - Cody Version: 1.60.0 - VS Code Version: 1.96.2 - Extension Host: desktop ## Steps to Reproduce 1. I have a ruby class file that...
## Changes This PR partially mitigates the issue where users faces multiple prompt passwords if they change the endpoints in different IDEs. To fully solve that issue it would need...