
New VS Code Extension - Week Three: Memory, Stability, and Moving at Kilo Speed Into the Future

Key Takeaways
- •Windows memory leak reduced; Kilo core now releases RAM promptly
- •Session stability fixes prevent stuck sessions and UI freezes
- •Over 80 PRs merged, adding fork sessions, KiloClaw chat, folder mentions
- •OpenCode v1.4.4‑v1.4.6 integrated, boosting AI SDK and Windows terminal handling
- •Community added visibility‑aware git polling and codebase indexing progress
Pulse Analysis
The most visible win in Kilo’s latest VS Code extension is the dramatic cut in Windows memory usage. Earlier releases saw the Kilo core process balloon to several gigabytes as Agent Manager polled git status, a problem rooted in IPC round‑trips and allocator behavior. By moving git diff work into the extension host, capping diff payloads, and fine‑tuning the core allocator, the new v7.2.20 version releases RAM back to the OS promptly. For developers on Windows, this translates into a smoother, less resource‑hungry experience, especially when handling large repositories.
Equally important are the session‑stability enhancements that eliminate the dreaded "busy" state that could lock the UI after a suggestion prompt was dismissed. The update resolves edge‑case state‑machine bugs, ensuring sessions idle correctly and UI freezes disappear when switching between long chats. Additional polish, such as preventing the chat view from snapping back during streaming responses and enabling near‑instant Agent Manager tab switches, makes the extension feel more responsive. These refinements reduce friction in daily coding workflows, allowing engineers to rely on AI assistance without constant manual resets.
Beyond bug fixes, Kilo’s ecosystem continues to mature through rapid community contributions and upstream OpenCode integration. Merging three OpenCode releases (v1.4.4‑v1.4.6) brings improvements to session sync, provider compatibility, and Windows terminal handling, reinforcing the shared open‑source foundation. Community‑driven features—visibility‑aware git polling, codebase indexing, forkable sessions, and the new KiloClaw chat panel—expand the tool’s capabilities while keeping the core lightweight. This collaborative momentum positions Kilo as a scalable, enterprise‑ready AI coding assistant, poised to accelerate development cycles as models become more capable.
New VS Code Extension - Week Three: Memory, Stability, and Moving at Kilo Speed Into the Future
Comments
Want to join the conversation?