From f4835615b362756a8194b8d0937b26d5443305c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:46:51 +0000 Subject: [PATCH] chore: release @gh-symphony/cli --- .changeset/fair-repo-configs.md | 5 ----- .changeset/github-ghes-graphql.md | 5 ----- .changeset/repo-logs-level-filter.md | 5 ----- packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fair-repo-configs.md delete mode 100644 .changeset/github-ghes-graphql.md delete mode 100644 .changeset/repo-logs-level-filter.md diff --git a/.changeset/fair-repo-configs.md b/.changeset/fair-repo-configs.md deleted file mode 100644 index a12d3255..00000000 --- a/.changeset/fair-repo-configs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Fix issue #389 so `gh-symphony repo` subcommands honor the documented global `--config` / `GH_SYMPHONY_CONFIG_DIR` runtime override instead of silently falling back to the cwd repo runtime. diff --git a/.changeset/github-ghes-graphql.md b/.changeset/github-ghes-graphql.md deleted file mode 100644 index d92d5563..00000000 --- a/.changeset/github-ghes-graphql.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Propagate configured GitHub Enterprise GraphQL endpoints into worker environments, validate `doctor` against the resolved GHES host, and surface endpoint diagnostics for #388. diff --git a/.changeset/repo-logs-level-filter.md b/.changeset/repo-logs-level-filter.md deleted file mode 100644 index e87748ac..00000000 --- a/.changeset/repo-logs-level-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Fix `gh-symphony repo logs --level` to derive levels from structured event types, include turn failures in error results, validate unsupported level values, and report empty filtered results clearly for issue #386. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 61644193..cd7a3c1a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @gh-symphony/cli +## 0.4.7 + +### Patch Changes + +- [#411](https://github.com/hojinzs/github-symphony/pull/411) [`c7c8e2d`](https://github.com/hojinzs/github-symphony/commit/c7c8e2da90765b512851127c4f96921134ce4760) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Fix issue [#389](https://github.com/hojinzs/github-symphony/issues/389) so `gh-symphony repo` subcommands honor the documented global `--config` / `GH_SYMPHONY_CONFIG_DIR` runtime override instead of silently falling back to the cwd repo runtime. + +- [#405](https://github.com/hojinzs/github-symphony/pull/405) [`0c1b0b8`](https://github.com/hojinzs/github-symphony/commit/0c1b0b8ec53e250e5485417b4d22f0733544140e) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Propagate configured GitHub Enterprise GraphQL endpoints into worker environments, validate `doctor` against the resolved GHES host, and surface endpoint diagnostics for [#388](https://github.com/hojinzs/github-symphony/issues/388). + +- [#407](https://github.com/hojinzs/github-symphony/pull/407) [`b4dda49`](https://github.com/hojinzs/github-symphony/commit/b4dda49ff556f7ec745107525baa4714c1614801) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Fix `gh-symphony repo logs --level` to derive levels from structured event types, include turn failures in error results, validate unsupported level values, and report empty filtered results clearly for issue [#386](https://github.com/hojinzs/github-symphony/issues/386). + ## 0.4.6 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index b3c6538a..ffbd197b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gh-symphony/cli", - "version": "0.4.6", + "version": "0.4.7", "license": "MIT", "author": "hojinzs", "description": "Interactive CLI for GitHub Symphony orchestration",