@cipherstash/wizard@0.1.1
·
291 commits
to main
since this release
Patch Changes
- f34fe9d: Show and execute commands using the detected package manager's runner (
npx/bunx/pnpm dlx/yarn dlx) instead of always emittingnpx. A user who runsbunx @cipherstash/cli initnow sees a "Next Steps" panel that suggestsbunx @cipherstash/cli db installandbunx @cipherstash/wizard, and the wizard's post-agent step both displays and shells out tobunx @cipherstash/cli db push(was:Failed: npx @cipherstash/cli db push). Wizard prerequisite messages and AI-agent error hints (e.g. on a 401,Run: bunx @cipherstash/cli auth login) follow the same rule. Detection sources are unchanged:npm_config_user_agentfirst, then lockfile, thennpxfallback.