cody
cody copied to clipboard
AI that knows your entire codebase
This PR adds V2 telemetry validation on the Agent E2E test. For each Agent test, there is a list of `expectedEvents` that the loggedEvents check against, to ensure they fired....
- Adds experimental LSP context support to the Fix command. For now, it's meant to be used for internal testing and benchmarking. - Part of https://github.com/sourcegraph/cody-issues/issues/204 Fixes CODY-1556 https://github.com/sourcegraph/cody/assets/3846380/36459393-1165-4b46-9624-97be6b409e8d ##...
Adds a var to ClientCapabilities allowing extensions to specify a file path where the agent can persist global state, such as chat. Currently does the simplest possible thing which is...
### Version v1.30.3 ### Describe the bug i am faccing issue while login , getting error like "Your request was blocked by our firewall" ### Expected behavior should able to...
Needed for https://linear.app/sourcegraph/issue/CODY-2801/implement-vscodewindowshowsavedialog-to-get-save-file-button JetBrains part: https://github.com/sourcegraph/jetbrains/pull/2040 ## Test plan Use the test plan from: https://github.com/sourcegraph/jetbrains/pull/2040 ## Changelog
- **I don´t know what Sourcegraph version I am using..how to know** - **Platform information: Brave browser, Windows 10 Pro** #### Steps to reproduce: 1.the issue has started just today...
Enables block-level accept/reject of diffs using code lens. https://github.com/user-attachments/assets/640be261-e7f9-442f-8859-8582f85a99bf ## Test plan Manual testing: - Accept all - only accepts - only rejects - mix up order of accepts/rejects -...
## Test plan ## Changelog
## Description The current smart apply implementation uses an OS-native dropdown for "Insert at Cursor" and "Save to New File". This is via a VS Code API. It works well...
### Version v1.30.3 ### Areas for Improvement - [X] UI/UX - [ ] Onboarding - [ ] Docs - [ ] Chat - [X] Commands - [ ] Context -...