Skip to content

v0.6.1 — stdin prompt delivery on Windows, exact-match drop-list

Latest

Choose a tag to compare

@freema freema released this 10 Aug 15:24
· 1 commit to main since this release

Fixed

  • /cursor:review works on Windows again (#26). The prompt — which for a review carries the whole diff — was passed to cursor-agent as a single argv element. Windows caps the entire command line at 32,767 characters and Node's spawn rejects anything longer with ENAMETOOLONG, so any realistic diff failed. The prompt now travels over stdin on all platforms; buildArgs carries flags only. A regression test pushes a 260 KB prompt through runHeadless.
  • /cursor:from-plan no longer discards genuine Risk*/Effort* spec sections (#25). The reviewer-commentary drop-list prefix-matched bare risk/risks/effort, silently dropping real sections like ## Risk mitigation. The list now holds only the exact plan-mode headings; everything else flows into ## Additional specification context.

Full changelog: https://github.com/freema/cursor-plugin-cc/blob/main/CHANGELOG.md