Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Sep 04:05
· 87 commits to main since this release

Fixed

  • Packages published as 0.1.0 depended on internal package version 0.0.1, which does not exist,
    so opencode-cockpit@0.1.0 could not be installed. Use 0.1.1.
  • Releases now fail before publishing if a packed package pins an internal dependency to a
    version other than the one being released.
  • shell_wait / shell.wait with a pattern now matches a prompt that was already on screen
    (no trailing newline) before the wait started, instead of timing out.