v2.6.1

Released July 2, 2026 · View on GitHub →

Reliability pass on the permission + diff lifecycle: no more dead permission cards after a CLI crash, no spurious toasts on every Allow/Reject, tool rows finish in the right state, and inline edit won't clobber a file you edited mid-run. All eight fixes came out of a detailed adversarial audit of the extension.

Fixed

while a permission card was pending, the card stayed on screen but clicking Allow did nothing (the request id no longer existed on the reconnected process). The disconnect path now drops the pending resolvers, closes any orphaned diff tabs, and dismisses the cards.

The tab-close handler fired an implicit reject for the extension's own programmatic diff close after a permission resolved, popping a confusing toast on every normal approval. It now only reacts when a permission is genuinely still pending for the closed diff.

change diff opened for an in-flight write/edit stayed open — showing live-looking Accept / Reject lenses — after you cancelled or started a new session. Those tabs are now closed and their tracking dropped.

(in-progress → completed/failed) could get dropped from tracking on the first update, so it never dimmed for completed or turned red for failed. The row now settles correctly and only stops being tracked once it's terminal.

cancel-and-resend or a new session, a watchdog armed for the previous prompt could fire a spurious cancel. Cancelling now disarms it.

document changed during the (possibly minutes-long) model call, the edit is now skipped with a warning instead of silently overwriting the wrong region.

arrives, and per-turn tool-call element references are released — small resource-hygiene fixes with no user-visible behaviour change.

Downloads

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