cody
cody copied to clipboard
AI that knows your entire codebase
1. This PR fixes the issue of using PromptString as prompt text in the messages we send to the LLM, causing regression in chat response from some Ollama models. 2....
What: - We apply edits by default, but it can be difficult for users to see exactly what has changed. - Users rely on the “Show diff” CTA in the...
This issue needs to be fleshed out more, but I'm capturing it here so we can start discussing. As a user, I can run into a scenario where my local...
Type: Bug ## Extension Information - Cody Version: 1.10.2 - VS Code Version: 1.87.2 - Extension Host: desktop Suggested by users on Discord https://discord.com/channels/969688426372825169/1223802097376694423 ## Steps to Reproduce ## Expected...
- Tree-sitter WASM bindings usage causes V8 external memory to grow linearly with the number of documents parsed with no clear way to free it. - Unit test for reproduction...
**What:** - Currently we use the users' default formatter to format the output of an Edit, immediately after it is applied to the document. - This is _ok_ but it's...
**What:** We currently use Tree-sitter to expand to the nearest enclosing function for JS/TS/Go & Python. We should expand this to more languages **How:** 1. Prioritise languages based on the...
What: - Currently we show live decorations of the character-level diff that we calculate for Edits. - This can appear quite confusing for users, also partly glitchy because the character-level...
What: - We support changing models for Edits - It would be nice if users had a way to quickly retry an edit using a different model. How: - Show...