Skip to content

Goodboy v0.2.0-rc.5 (Windows + Linux)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jun 18:04
· 168 commits to main since this release
fix(desktop): robustly resolve npm shim node target on windows

rc.4 still hit "batch file arguments are invalid": node-direct fell back to
the .cmd because the shim parser was too strict (only quoted %dp0%/%~dp0
tokens), so a multi-line --append-system-prompt failed through cmd. Scan
every quote/whitespace token ending in .js, strip %dp0%/%~dp0/%CD%, and
resolve against the shim dir or as an absolute path. Route qualified .cmd
paths through the same logic. Log the resolved target (or the shim head on
failure) so a still-unsupported layout is diagnosable from the app log.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>