Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fair-repo-configs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/github-ghes-graphql.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/repo-logs-level-filter.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down