71852f2466
Introduce a "Take Heap Snapshot" command in the VS Code Command Palette that triggers the bundled CLI process to write a V8 heap snapshot to the log directory. This includes: - New server route POST /kilocode/heap/snapshot in opencode - HeapSnapshot module using node:v8 writeHeapSnapshot - VS Code command registration and client-side fetch logic - Generated SDK types and client methods for the new endpoint