Skip to content

CLI v3.0.39

Choose a tag to compare

@github-actions github-actions released this 03 Jul 20:03
  • Fixed CLI startup from Windows drive roots (e.g. D:\) where path.basename is empty and workspace manifest validation failed with a silent TUI exit or a Zod hint error. Drive roots now get a fallback hint like D:.
  • Fixed Windows npm global installs launching the compiled binary via async spawn (instead of spawnSync) so interactive mode keeps a real console TTY for OpenTUI.
  • Added bin/trumbo.cmd in the published wrapper package as a direct platform-binary launcher on Windows.
  • Made the CI Slack release notification step optional when SLACK_RELEASE_BOT_TOKEN is not configured.

Full Changelog: cli-v3.0.38...cli-v3.0.39