v0.4.4 - Bug Fixes for Windows & VS Code
What's Changed
Fixed
-
HTTP Protocol Error on Windows: Fixed h11 "MUST_CLOSE" error during streaming execution (Issue #45)
- Restructured
run_selection_streamto matchrun_file_streamapproach - Moved temp file cleanup from generator's try-finally to worker thread
- Prevents protocol violations when client disconnects mid-stream
- Restructured
-
Unwanted .cursor Directory Creation: Fixed extension creating
.cursor/mcp.jsonin VS Code (Issue #45)- Added IDE detection using
vscode.env.appName - MCP config auto-update now only runs when using Cursor IDE
- Added IDE detection using
Full Changelog: v0.4.3...v0.4.4