Skip to content

chore(main): release 0.3.0 - #7

Merged
amondnet merged 1 commit into
mainfrom
release-please--branches--main--components--cli-toolkit
Jun 27, 2026
Merged

chore(main): release 0.3.0#7
amondnet merged 1 commit into
mainfrom
release-please--branches--main--components--cli-toolkit

Conversation

@pleaseai-release-bot

@pleaseai-release-bot pleaseai-release-bot Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

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)

This PR was generated with Release Please. See documentation.

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@greptile-apps

greptile-apps Bot commented Jun 25, 2026

Copy link
Copy Markdown

Greptile Summary

Automated release PR generated by Release Please, bumping the package version from 0.2.0 to 0.3.0 to publish the structured errors module and home-path collapsing feature landed in #6.

Confidence Score: 5/5

This is a routine automated release commit with no logic changes — safe to merge.

All three files receive identical version string updates from 0.2.0 to 0.3.0, the CHANGELOG entry accurately reflects the feature shipped in #6, and the ./errors export already present in package.json confirms the new module is wired up. There are no logic, dependency, or configuration changes to evaluate beyond the version bump itself.

No files require special attention.

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from 0.2.0 to 0.3.0, consistent with the other changed files.
CHANGELOG.md New 0.3.0 entry added documenting the structured errors module and home-path collapsing feature from #6.
package.json Version bumped from 0.2.0 to 0.3.0; the existing ./errors export already present confirms readiness for the new module.

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
    participant RP as Release Please Bot
    participant GH as GitHub
    participant NPM as npm Registry

    RP->>GH: "Open PR #7 (bump 0.2.0 → 0.3.0)"
    Note over GH: package.json, CHANGELOG.md,<br/>.release-please-manifest.json updated
    GH-->>RP: PR created
    GH->>GH: "Merge PR #7 into main"
    GH->>NPM: "Publish @pleaseai/cli-toolkit@0.3.0"
    Note over NPM: ./errors export now available to consumers
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
sequenceDiagram
    participant RP as Release Please Bot
    participant GH as GitHub
    participant NPM as npm Registry

    RP->>GH: "Open PR #7 (bump 0.2.0 → 0.3.0)"
    Note over GH: package.json, CHANGELOG.md,<br/>.release-please-manifest.json updated
    GH-->>RP: PR created
    GH->>GH: "Merge PR #7 into main"
    GH->>NPM: "Publish @pleaseai/cli-toolkit@0.3.0"
    Note over NPM: ./errors export now available to consumers
Loading

Reviews (1): Last reviewed commit: "chore(main): release 0.3.0" | Re-trigger Greptile

@pleaseai-release-bot pleaseai-release-bot Bot changed the title chore(main): release 0.3.0 chore(main): release 1.0.0 Jun 27, 2026
@pleaseai-release-bot
pleaseai-release-bot Bot force-pushed the release-please--branches--main--components--cli-toolkit branch from 4ee4070 to e38b658 Compare June 27, 2026 07:21
@greptile-apps

greptile-apps Bot commented Jun 27, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@sonarqubecloud

Copy link
Copy Markdown

@pleaseai-release-bot pleaseai-release-bot Bot changed the title chore(main): release 1.0.0 chore(main): release 0.3.0 Jun 27, 2026
@pleaseai-release-bot
pleaseai-release-bot Bot force-pushed the release-please--branches--main--components--cli-toolkit branch from e38b658 to 2dba96a Compare June 27, 2026 13:08
@amondnet
amondnet merged commit d27fc22 into main Jun 27, 2026
4 checks passed
@amondnet
amondnet deleted the release-please--branches--main--components--cli-toolkit branch June 27, 2026 13:10
@pleaseai-release-bot

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant