Skip to content

v0.3.0

Choose a tag to compare

@pleaseai-release-bot pleaseai-release-bot released this 27 Jun 13:10
d27fc22

0.3.0 (2026-06-27)

⚠ BREAKING CHANGES

  • errors: the 'code' field of unknown/fallback errors (toErrorOutput) and CliError's default code change from 'UNKNOWN' to 'UNKNOWN_ERROR'. Consumers comparing against the literal 'UNKNOWN' must update; using the exported UNKNOWN_ERROR constant is unaffected.

Features

  • add structured errors module and home-path collapsing (#6) (fd0a64f)

Bug Fixes

  • errors: align UNKNOWN_ERROR value + document isCliError guard (#8) (caa4d68)