Skip to content

Releases: trentmcnitt/bespoke-ai-vscode-ext

v0.8.8-beta.1 — Bundled Node spawn fix

26 Mar 18:05
70fcfa4

Choose a tag to compare

Test build for #2. Uses VS Code's bundled Node.js (via Electron) instead of system PATH node for CLI subprocesses, fixing SyntaxError: Unexpected token '??=' on systems with older Node.js.

Install:

code --install-extension bespoke-ai.vsix

(or codium --install-extension for VSCodium)

See PR #7 for details.

v0.8.6 — Subprocess Stderr Capture

20 Mar 15:47
4288985

Choose a tag to compare

  • 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.

v0.8.5 — Better Diagnostics and CI

20 Mar 00:30
0ffbebb

Choose a tag to compare

  • Specific error messages: Pool degradation notifications now explain why autocomplete is unavailable — warmup failure, circuit breaker, or authentication — instead of always suggesting "run claude in your terminal." (#2)
  • Warmup timeout: CLI subprocesses that produce no output within 30 seconds are now detected and reported, instead of hanging silently.
  • Open Log button: The error notification now offers "Open Log" instead of "Open Terminal," making it easier to diagnose issues.
  • Restart flow fix: "Restart Pools" from the error notification now properly resets the status bar state.
  • CI pipeline: Added GitHub Actions workflow (lint, type-check, format, unit tests) with branch protection on main.

v0.7.2 — Launch Prep

27 Feb 15:13

Choose a tag to compare

What's New

  • GitHub Issues enabled for bug reports and feature requests
  • Marketplace listing improved — updated extension display name, tightened marketing copy
  • README — clearer keybinding troubleshooting, Windows context menu note, linked GitHub Issues
  • Cleaned up internal planning docs from the public repository

See CHANGELOG.md for full history.