v2.5.0

Released June 4, 2026 · View on GitHub →

Blockquotes render in chat again, and file edits containing a $ now apply literally instead of corrupting. Also hardens link rendering against an attribute-injection edge case.

Fixed

before checking for blockquote lines, so the blockquote branch was dead code and > quote showed as plain text. Fixed.

edit_file diff used String.replace(old, new), which interprets $&, $$, $1 in the replacement — corrupting any edit whose new text contained $ (template literals, shell vars, regex). Now inserted verbatim.

model-supplied link URL containing a quote could break out of the href attribute. Quotes are now entity-encoded.

Downloads

Install by downloading the codeep-2.5.0.vsix above, then run code --install-extension codeep-2.5.0.vsix — or open the Extensions view in VS Code and install from the menu → Install from VSIX…