Skip to content

Tags: akhayam99/goodboy

Tags

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(repo): bump version to 0.1.15 (#824)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(desktop): give sidebar quick-actions row bottom padding (#814)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(repo): bump version to 0.1.12 (#804)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(repo): bump version to 0.1.11 (#800)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(repo): bump version to 0.1.10 (#795)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(repo): bump version to 0.1.9 (#786)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(repo): bump version to 0.1.8 (#774)

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

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(repo): bump version to 0.1.7 (#748)

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

v0.2.0-rc.5

Toggle v0.2.0-rc.5's commit message
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>