Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0](https://github.com/pleaseai/cli-toolkit/compare/v0.4.0...v0.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](https://github.com/pleaseai/cli-toolkit/issues/15)) ([2963421](https://github.com/pleaseai/cli-toolkit/commit/2963421321fd6bb608d60113afebebb82bc7dfa7))

## [0.4.0](https://github.com/pleaseai/cli-toolkit/compare/v0.3.0...v0.4.0) (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/cli-toolkit",
"type": "module",
"version": "0.4.0",
"version": "0.5.0",
"packageManager": "bun@1.3.14",
"description": "Shared CLI utilities for LLM-focused command-line tools",
"author": "PleaseAI",
Expand Down
Loading