Skip to content
Open
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/fuzzy-cats-guard.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-hooks-validate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-pandas-report.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

## 2.0.2

### Patch Changes

- [#880](https://github.com/hojinzs/github-symphony/pull/880) [`19778b9`](https://github.com/hojinzs/github-symphony/commit/19778b9ff69573b13827a988f59ee2648fb4fb07) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Keep `USERPROFILE` aligned with the isolated agent child home in both built-in runtimes while preserving declared secret exclusions from the child environment ([#870](https://github.com/hojinzs/github-symphony/issues/870)).

- [#886](https://github.com/hojinzs/github-symphony/pull/886) [`5bc1374`](https://github.com/hojinzs/github-symphony/commit/5bc137470a2006585d2cbf435accccfc4d5c6a69) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Reject malformed or unknown `SYMPHONY_WORKFLOW_HOOK_ENV_ALLOWLIST` entries instead of silently ignoring them, and document the coding-agent child environment boundary ([#871](https://github.com/hojinzs/github-symphony/issues/871)).

- [#884](https://github.com/hojinzs/github-symphony/pull/884) [`f59e24a`](https://github.com/hojinzs/github-symphony/commit/f59e24a8736874755cdd3a0379e70c866cbc2b84) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Report the effective runtime timeout values and their configuration source from `workflow validate`, including a stable three-field JSON timeout object ([#882](https://github.com/hojinzs/github-symphony/issues/882)).

## 2.0.1

### 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": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"author": "hojinzs",
"description": "Interactive CLI for GitHub Symphony orchestration",
Expand Down