Skip to content

Releases: pleaseai/cli-toolkit

v0.5.0

Choose a tag to compare

@pleaseai-release-bot pleaseai-release-bot released this 03 Jul 17:39
c5d6093

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

  • errors: rebuild errors module on @vercel/error (#15) (2963421)

This PR was generated with Release Please. See documentation.

v0.4.0

Choose a tag to compare

@pleaseai-release-bot pleaseai-release-bot released this 01 Jul 16:43
e908de0

0.4.0 (2026-07-01)

Features

Bug Fixes

  • ci: publish to npm with provenance instead of bun publish (#12) (cf508f1)

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)

v0.2.0

Choose a tag to compare

@pleaseai-release-bot pleaseai-release-bot released this 30 Oct 09:39
b7c16b1

0.2.0 (2025-10-30)

Features

  • initial release of @pleaseai/cli-toolkit v0.1.0 (80e1092)

Bug Fixes

  • generate individual module JS files for subpath exports (a0d8e35)