You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Critical UX bug — emitted systemMessage now prepends a \n so
the menu box starts on its own line beneath Claude Code's Stop says:
banner. v0.1.1 emitted the box's first row inline with the banner,
shifting every subsequent row right and breaking visual alignment.
Regression-pinned by test_systemMessage_always_starts_with_newline.
render-menu skill body — rewritten to NOT rely on the $ARGUMENTS placeholder (slash-command syntax, not skill syntax).
The haiku fork now receives explicit instructions to take the user
message as the path and invoke the Bash tool with it. v0.1.1's
body left the fork describing what it would do rather than actually
executing the script.