Skip to content

chore(release): bump versions and update changelogs - #269

Closed
github-actions[bot] wants to merge 0 commit into
mainfrom
changeset-release/main
Closed

chore(release): bump versions and update changelogs#269
github-actions[bot] wants to merge 0 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 24, 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

@tigrisdata/cli@3.9.1

Patch Changes

  • #259 45e8661 Thanks @designcode! - Fix tigris init failing the whole skills step over one unsupported editor, and
    the install banner appearing twice

    Two things went wrong in a single npx tigris@latest init run:

    • Skills installed for nobody. init passes every selected editor to the
      upstream skills installer in one call, and that tool validates all of its
      -a names before doing any work — so one name it doesn't know fails the step
      for every editor. A user with Zed selected got
      Invalid agents: zed and no skills at all, in any editor. Two changes: the
      installer is now pinned to skills@latest, since npx otherwise reuses a
      cached release that predates the newer agent names; and when the installer
      does reject an editor, init warns about that editor and installs for the
      rest instead of giving up.
    • The banner printed mid-wizard. The package's postinstall banner is written
      straight to /dev/tty, so it escaped the captured stdio of the npm install -g that init and tigris update run and was painted over the wizard's own
      prompts. Children the CLI spawns to install or update itself now set
      TIGRIS_NO_BANNER, which postinstall honours — the banner still greets a
      first-time install.

tigris@3.9.1

Patch Changes

  • Updated dependencies [45e8661]:
    • @tigrisdata/cli@3.9.1

Note

Low Risk
Release-only version and changelog updates; no runtime or security-sensitive code changes. Merging will publish to npm.

Overview
Automated Changesets release PR: bumps @tigrisdata/cli and the tigris alias to 3.9.1 and updates their changelogs.

The patch notes the tigris init skills-install fix (skip unsupported editors instead of failing the whole step, pin skills@latest) and suppressing the postinstall banner during self-install/update via TIGRIS_NO_BANNER. No application logic is changed in this PR itself.

Reviewed by Cursor Bugbot for commit 29aa3df. Bugbot is set up for automated code reviews on this repo. Configure here.

@designcode designcode closed this Aug 24, 2026
@designcode
designcode force-pushed the changeset-release/main branch from 9778c5c to 29aa3df Compare August 24, 2026 07:08
@designcode
designcode deleted the changeset-release/main branch August 24, 2026 07:08
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