v1.3.2
OpenCodeSummary
This release introduces a new heap snapshot feature, enabling users to capture memory snapshots for both the TUI and server processes directly from the command line. These snapshots are saved to dedicated files for easier debugging and analysis.
New Features
- Added heap snapshot functionality allowing users to capture memory snapshots of both TUI and server processes via the "Write heap snapshot" command.
Improvements
- Snapshots are now saved to specific files: `tui.heapsnapshot` and `server.heapsnapshot`.