From 8ebd45bf281df5eb2c981fe410d27454aa48bfc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 05:55:36 +0000 Subject: [PATCH] chore: release @gh-symphony/cli --- .changeset/friendly-repo-cli-errors.md | 5 ----- .changeset/setup-runtime-selection.md | 5 ----- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/friendly-repo-cli-errors.md delete mode 100644 .changeset/setup-runtime-selection.md diff --git a/.changeset/friendly-repo-cli-errors.md b/.changeset/friendly-repo-cli-errors.md deleted file mode 100644 index d5f56066..00000000 --- a/.changeset/friendly-repo-cli-errors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Improve repository CLI error/help UX for #399: missing `WORKFLOW.md` now points to `workflow init`, repo error paths honor `--json`, repo run/explain help shows the `` format, unknown repo/workflow subcommands are clearer, and removed repo commands are hidden from help. diff --git a/.changeset/setup-runtime-selection.md b/.changeset/setup-runtime-selection.md deleted file mode 100644 index d492e362..00000000 --- a/.changeset/setup-runtime-selection.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Add runtime selection to `gh-symphony setup` so issue #390 users can choose Codex or Claude Code during onboarding, pass `--runtime` in non-interactive setup, and receive a clear install hint when the selected runtime command is missing from `PATH`. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4e1c1d40..1be9c005 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @gh-symphony/cli +## 0.4.9 + +### Patch Changes + +- [#419](https://github.com/hojinzs/github-symphony/pull/419) [`6f42e48`](https://github.com/hojinzs/github-symphony/commit/6f42e484c1c41a42c68a000a0c8c0c1ca3d9b33f) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Improve repository CLI error/help UX for [#399](https://github.com/hojinzs/github-symphony/issues/399): missing `WORKFLOW.md` now points to `workflow init`, repo error paths honor `--json`, repo run/explain help shows the `` format, unknown repo/workflow subcommands are clearer, and removed repo commands are hidden from help. + +- [#420](https://github.com/hojinzs/github-symphony/pull/420) [`022c158`](https://github.com/hojinzs/github-symphony/commit/022c158a357a32a401a835c69dde512534b0a06e) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Add runtime selection to `gh-symphony setup` so issue [#390](https://github.com/hojinzs/github-symphony/issues/390) users can choose Codex or Claude Code during onboarding, pass `--runtime` in non-interactive setup, and receive a clear install hint when the selected runtime command is missing from `PATH`. + ## 0.4.8 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index a8e64667..8a5ee184 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gh-symphony/cli", - "version": "0.4.8", + "version": "0.4.9", "license": "MIT", "author": "hojinzs", "description": "Interactive CLI for GitHub Symphony orchestration",