Releases: pleaseai/cli-toolkit
Releases · pleaseai/cli-toolkit
Release list
v0.5.0
0.5.0 (2026-07-02)
⚠ BREAKING CHANGES
- errors: CliError's constructor is now (message, options) instead of (message, code, suggestions); suggestions is replaced by hint/fix. The ErrorOutput payload drops help in favor of reason/hint/fix/link (legacy suggestions from older toolkit copies still map onto hint). errorOutput() takes a details object instead of a suggestions array, and validateFormat's message moved its supported-formats list into fix.
Features
This PR was generated with Release Please. See documentation.
v0.4.0
v0.3.0
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.