Skip to content

v1.4.7

Latest

Choose a tag to compare

@yarin-mag yarin-mag released this 19 Mar 09:31
· 1 commit to master since this release

What's Changed

Fix: Claude sessions in Terminal.app (and other terminals without nvm in PATH) not appearing in dashboard

Hooks were configured with bare node "..." which fails silently when the terminal doesn't source .zshrc/nvm. Sessions started in macOS Terminal.app, scripts, or any env where node isn't in PATH would never appear in Marionette.

Hooks now use the absolute path to the node binary (process.execPath at setup time), so they work regardless of the terminal's PATH.

After updating, run marionette setup once to re-write the hooks with the correct path.

Full Changelog: v1.4.6...v1.4.7