This week landed a mix of maintenance you can't skip and concepts worth understanding before they bite you in production. The Continue plugin fixes address real crash vectors that have been silently tanking IDE sessions, while a quietly alarming paper shows that KV cache quantization is eroding model safety alignment in ways standard evals completely miss.
Continue IDE plugins fix stability, security issues
v1.2.20 patches memory leaks, unhandled exceptions, and JCEF message chunking crashes across both the JetBrains and VS Code adapters. The fixes specifically target the sync layer between Continue's core process and the IDE host—the part responsible for sidebar hangs and autocomplete failures that are notoriously hard to trace back to a root cause.
If you're running v1.2.19 on either IDE, you've likely hit these intermittently and blamed your machine or your project setup. The disposed browser guard fix in particular closes a crash vector that triggers under normal usage patterns, not edge cases.
Verdict: Ship. Drop-in upgrade, no config changes required. Install it now.






