Skip to content

v0.8.6 — Subprocess Stderr Capture

Latest

Choose a tag to compare

@trentmcnitt trentmcnitt released this 20 Mar 15:47
· 9 commits to main since this release
4288985
  • Stderr capture: CLI subprocess stderr output is now captured and logged, so when the Claude Code process exits with an error, the actual reason (auth failure, missing dependency, etc.) appears in the Output panel instead of just "process exited with code 1." (#2)
  • Success-path warnings: Stderr warnings from healthy subprocesses (deprecation notices, etc.) are logged at debug level on slot recycle instead of being silently discarded.
  • Bounded buffer: Stderr accumulation is capped at 100 chunks per slot to prevent unbounded memory growth.

Install from the VS Code Marketplace or download the VSIX below.