Skip to content

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

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 21, 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
Version and changelog-only release PR with no application or security logic changes.

Overview
Automated Changesets release for @tigrisdata/cli@3.9.1 and the unscoped tigris@3.9.1 alias.

Consumes the pending changeset and writes the 3.9.1 changelog entries for the tigris init skills-install and postinstall-banner fixes. No runtime code changes.

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

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.

0 participants