Skip to content

Version Packages#399

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

Version Packages#399
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 3, 2026

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

stash@0.12.0

Minor Changes

  • ce70b4d: Add stash wizard as a thin wrapper subcommand around @cipherstash/wizard.

    The wizard ships as a separate npm package so the heavy agent SDK stays out of the stash CLI bundle. Until now, users had to remember a second tool name (npx @cipherstash/wizard); the wrapper exposes the same capability under the existing stash surface so the user only has to think about one CLI.

    stash wizard detects the project's package manager and spawns the wizard via the matching one-shot runner — npx, pnpm dlx, yarn dlx, or bunx — with stdio: 'inherit' so the wizard owns the terminal cleanly. Any flags after wizard are forwarded verbatim, so stash wizard --debug works.

    On a cold cache (the wizard package isn't installed in the project) the runner downloads it before launching — a few seconds. The wrapper prints an explicit "first run downloads ~5s" line in that case so the CLI doesn't appear hung. On a warm cache, just a "Launching the CipherStash wizard…" line, then the wizard takes over.

    Existing copy that pointed at npx @cipherstash/wizard (init's next-steps for base / Drizzle / Supabase, db install's post-install note) now uses stash wizard.

@github-actions github-actions Bot requested a review from a team as a code owner May 3, 2026 23:11
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