Skip to content

v0.4.4 - Bug Fixes for Windows & VS Code

Choose a tag to compare

@hanlulong hanlulong released this 19 Jan 02:50

What's Changed

Fixed

  • HTTP Protocol Error on Windows: Fixed h11 "MUST_CLOSE" error during streaming execution (Issue #45)

    • Restructured run_selection_stream to match run_file_stream approach
    • Moved temp file cleanup from generator's try-finally to worker thread
    • Prevents protocol violations when client disconnects mid-stream
  • Unwanted .cursor Directory Creation: Fixed extension creating .cursor/mcp.json in VS Code (Issue #45)

    • Added IDE detection using vscode.env.appName
    • MCP config auto-update now only runs when using Cursor IDE

Full Changelog: v0.4.3...v0.4.4