Skip to content

chore: version packages#198

Merged
jxom merged 1 commit into
mainfrom
changeset-release/main
Jul 17, 2026
Merged

chore: version packages#198
jxom merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

incur@0.4.17

Patch Changes

  • 5b9647a: Delivered CTA suggestions in MCP tool result and error text, keeping _meta.cta for structured consumers.

  • eacc238: Added variadic positional arguments: a final z.array(...) args key collects all remaining positionals.

    Cli.create("my-cli").command("lint", {
      args: z.object({ paths: z.array(z.string()).describe("Files to lint") }),
      run: (c) => ({ count: c.args.paths.length }),
    });

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 7feb2a3 to 6920011 Compare July 17, 2026 07:56
@jxom
jxom merged commit 34ede46 into main Jul 17, 2026
2 checks passed
@jxom
jxom deleted the changeset-release/main branch July 17, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant