cody
cody copied to clipboard
AI that knows your entire codebase
Closes CODY-5275. When there is a change but it's not staged, we can now generate a commit message based on it. This PR depends on https://github.com/sourcegraph/cody/pull/7387. ## Test plan CI/CI...
## Description Using 3.7 Sonnet as a reasoning model breaks for inline edit because we prefix the response with text that isn't We should support reasoning models for inline edit,...
## Description This PR implements an in-memory cache for autoedit suggestion images using the `AutoeditRequestID` as the cache key. The cache prevents regenerating the same image for repeated requests, improving...
### IDE Information IntelliJ (Build #IU-243.25659.59, built on March 5, 2025) ### Bug Description I have IntelliJ (Build #IU-243.25659.59, built on March 5, 2025) inside a VMware workstation virtual Rocky...
Include OS platform and architecture details in v2t-telemetry to enhance data collection and reporting. ## test plan CI + locally
## Summary - Add GitHub action to validate PR titles follow semantic convention format - Configure with conventional commit types (feat, fix, docs, style, etc.) - Set to warning-only mode...