cody
cody copied to clipboard
AI that knows your entire codebase
Add a configurable delay function to the Man-in-the-Middle proxy middleware. This allows for controlling network timings for proxied requests in test functions. Also introduce a default floor delay of 10ms...
This PR restructures and modularizes the E2Ev2 fixture. The new structure aims to make the fixtures more manageable and easier to understand by separating the logic into different files: 1....
For some reason the import when mixed with types ends up imported not as the exported const but as the entire module. 🤷 ## Test plan Only unused testing framework...
Allow fetching of credentials necessary for updating Polly recordings. Either by using a script or as a test dependency. By using `.env` files the workflow works nicely with both the...
Ensures that both running Playwright directly or via a VSCode extension paths are resolved correctly. Normally Playwright ensures that process.cwd() is relative to the Playwright config file. However when running...
Before there was no good way of attaching a debugger to the Cody extension as it ran in the VSCode code-host. This made it difficult to debug outside of running...
The lockfile was causing some flakiness on certain platforms due to a race condition. This solves the issue Fixes [CODY-3161] ## Test plan Existing test should stop showing up as...
### Version v1.8.2 ### Areas for Improvement - [ ] UI/UX - [ ] Onboarding - [ ] Docs - [ ] Chat - [ ] Commands - [ ]...
## Context OpenCtx providers may return additional [`AssistantInfo`](https://github.com/sourcegraph/openctx/blob/6d432fc076756bc2aeea56f4c8e2b04ab025f154/lib/schema/src/openctx.schema.ts#L25) to be consumed by code AI. At the moment the VSCode extension does not include these annotations in Cody's prompt. Here we...
Issues: - The original bug is fixed in the storybook but not in the actual VS Code debug build. - If the @ is too far to the right in...