Tags: akhayam99/goodboy
Tags
feat(desktop): persist workflow drafts across session switches (#810) - create workflowDrafts slice (Zustand) with session-scoped storage - hydrate WorkflowBuilderView from draft on mount + lazy init - mirror-effect intelligently writes non-empty drafts, clears when empty - explicit cleanup on attach/cancel/reset; preserved across session switch - add reset button (visible when draft non-empty) - 23 tests passing, tsc clean Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
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>
PreviousNext