From 7fcb387f2efd8ba13856c09464e5198b6ec3c02a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 00:53:41 +0000 Subject: [PATCH] Version Packages --- .changeset/allow-claude-yolo.md | 5 ----- .changeset/wizard-plan-mode.md | 8 -------- packages/cli/CHANGELOG.md | 12 ++++++++++++ packages/cli/package.json | 2 +- packages/wizard/CHANGELOG.md | 8 ++++++++ packages/wizard/package.json | 2 +- 6 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 .changeset/allow-claude-yolo.md delete mode 100644 .changeset/wizard-plan-mode.md diff --git a/.changeset/allow-claude-yolo.md b/.changeset/allow-claude-yolo.md deleted file mode 100644 index 49c642db..00000000 --- a/.changeset/allow-claude-yolo.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stash": patch ---- - -feat(cli): pass `--allow-dangerously-skip-permissions` when `stash init` launches Claude Code, so the user can opt in to skip-permissions mode mid-session without relaunching. Codex and Wizard handoffs are unchanged. diff --git a/.changeset/wizard-plan-mode.md b/.changeset/wizard-plan-mode.md deleted file mode 100644 index 266b6cf1..00000000 --- a/.changeset/wizard-plan-mode.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@cipherstash/wizard": minor -"stash": minor ---- - -Add plan-mode support to the wizard so `stash plan` can hand off to the CipherStash Agent. The wizard now accepts `--mode ` (default `implement` for back-compat). In plan mode it skips the column-selection TUI, forwards `mode: 'plan'` to the gateway (which returns a planning prompt whose deliverable is `.cipherstash/plan.md`), and skips the post-agent install/push/migrate and call-site-scan steps. Implement mode is unchanged. - -`stash plan`'s handoff picker now offers all four targets (Claude Code, Codex, AGENTS.md, CipherStash Agent) — the wizard is no longer gated out of plan mode. `stash impl`'s picker is unchanged. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f2281b93..a41ab142 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @cipherstash/cli +## 0.14.0 + +### Minor Changes + +- 1a97d40: Add plan-mode support to the wizard so `stash plan` can hand off to the CipherStash Agent. The wizard now accepts `--mode ` (default `implement` for back-compat). In plan mode it skips the column-selection TUI, forwards `mode: 'plan'` to the gateway (which returns a planning prompt whose deliverable is `.cipherstash/plan.md`), and skips the post-agent install/push/migrate and call-site-scan steps. Implement mode is unchanged. + + `stash plan`'s handoff picker now offers all four targets (Claude Code, Codex, AGENTS.md, CipherStash Agent) — the wizard is no longer gated out of plan mode. `stash impl`'s picker is unchanged. + +### Patch Changes + +- 440879b: feat(cli): pass `--allow-dangerously-skip-permissions` when `stash init` launches Claude Code, so the user can opt in to skip-permissions mode mid-session without relaunching. Codex and Wizard handoffs are unchanged. + ## 0.13.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 16e81e98..b281feba 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "stash", - "version": "0.13.0", + "version": "0.14.0", "description": "CipherStash CLI — the one stash command for auth, init, encryption schema, database setup, and secrets.", "license": "MIT", "author": "CipherStash ", diff --git a/packages/wizard/CHANGELOG.md b/packages/wizard/CHANGELOG.md index 90258664..210d50f7 100644 --- a/packages/wizard/CHANGELOG.md +++ b/packages/wizard/CHANGELOG.md @@ -1,5 +1,13 @@ # @cipherstash/wizard +## 0.2.0 + +### Minor Changes + +- 1a97d40: Add plan-mode support to the wizard so `stash plan` can hand off to the CipherStash Agent. The wizard now accepts `--mode ` (default `implement` for back-compat). In plan mode it skips the column-selection TUI, forwards `mode: 'plan'` to the gateway (which returns a planning prompt whose deliverable is `.cipherstash/plan.md`), and skips the post-agent install/push/migrate and call-site-scan steps. Implement mode is unchanged. + + `stash plan`'s handoff picker now offers all four targets (Claude Code, Codex, AGENTS.md, CipherStash Agent) — the wizard is no longer gated out of plan mode. `stash impl`'s picker is unchanged. + ## 0.1.3 ### Patch Changes diff --git a/packages/wizard/package.json b/packages/wizard/package.json index 44b4e3b2..5785409d 100644 --- a/packages/wizard/package.json +++ b/packages/wizard/package.json @@ -1,6 +1,6 @@ { "name": "@cipherstash/wizard", - "version": "0.1.3", + "version": "0.2.0", "description": "AI-powered encryption setup for CipherStash. Reads your codebase, picks columns to encrypt, and wires everything up.", "license": "MIT", "author": "CipherStash ",