cody
cody copied to clipboard
AI that knows your entire codebase
This is the VSCode half of [CODY-1043](https://linear.app/sourcegraph/issue/CODY-1043/bug-account-credentials-are-cached-between-installs). Unfortunately, we don't have access to any VSCode APIs during the uninstall script; it is just a raw node process that VSCode kicks...
Support extension-specific proxy settings (don't rely on `http(s)_proxy`). Support using a unix domain socket as a proxy. Add a CA cert setting to enable using proxies with self-signed or not-public...
### Version v1.34.2 ### Describe the bug Every time I open VSCode after closing it, it asks for a sign in. ### Expected behavior The session is saved between sessions....
bug:
Type: Bug ## Extension Information - Cody Version: 1.37.1728054979 - VS Code Version: 1.94.0 - Extension Host: desktop ## Steps to Reproduce 1. 2. 3. ## Expected Behaviour ## Logs...
### Version Latest Pre-Release(couldnt find the number) ### Describe the bug When restarting Visual Studio Code, im logged out at all. I need to click sign-in with sourcegraph each time....
### Version 1.94.0 (i think) ### Describe the bug In my first login to Cody, the transition from browser to VS Code fails. I was requested to post my output...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sentry/browser](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/browser) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`^7.107.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/7.107.0/8.33.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Version latest ### Describe the bug cody should update and improve the Ui ux and syntax look and fell and copy and paster ### Expected behavior Upgrade look feel...
Type: Bug I am logged in. Often when I reopen a new vscode window, I need to reauthenticate with Cody. This has only started happening today. ## Extension Information -...
ChatController mutates its internal state in a lot of intricate ways that make it hard to understand and hard to iterate on the chat/context UI. I'm trying to simplify it...