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/528-workspace-path-safety.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/guard-agent-github-graphql-rate-limit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-gates-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-prompts-guard.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/redact-observability-tokens.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/surface-cleanup-failures.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @gh-symphony/cli

## 0.7.5

### Patch Changes

- [#534](https://github.com/hojinzs/github-symphony/pull/534) [`8a1285e`](https://github.com/hojinzs/github-symphony/commit/8a1285e5530bec8fd4212f42fba343100e1b0a5c) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Harden workspace path validation against traversal and symlink escapes across platforms (hojinzs/github-symphony#528).

- [#527](https://github.com/hojinzs/github-symphony/pull/527) [`2b1421a`](https://github.com/hojinzs/github-symphony/commit/2b1421a801e7fa73118bbcc617ff72b38134c2ff) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Protect `github_graphql` agent calls with shared GitHub GraphQL rate-limit guards and record measured request cost for issue [#481](https://github.com/hojinzs/github-symphony/issues/481).

- [#524](https://github.com/hojinzs/github-symphony/pull/524) [`fba1616`](https://github.com/hojinzs/github-symphony/commit/fba1616ec28cca69f40b0b3cb08e2cf3ff5fbf5b) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Serialize GitHub GraphQL rate-limit checks and recover from rate-limited responses with bounded retries for [#450](https://github.com/hojinzs/github-symphony/issues/450).

- [#525](https://github.com/hojinzs/github-symphony/pull/525) [`b5a417e`](https://github.com/hojinzs/github-symphony/commit/b5a417e0caed751fc02bfd4a52207671c5e610c9) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Bound Liquid prompt rendering resources and isolate untrusted issue bodies in worker prompts for [#449](https://github.com/hojinzs/github-symphony/issues/449).

- [#520](https://github.com/hojinzs/github-symphony/pull/520) [`ea5309a`](https://github.com/hojinzs/github-symphony/commit/ea5309a7967dfa897150d3616b932e5bd2319c11) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Redact free-form observability and doctor output secrets, including fine-grained GitHub PATs and URL-embedded credentials, for [#442](https://github.com/hojinzs/github-symphony/issues/442).

- [#531](https://github.com/hojinzs/github-symphony/pull/531) [`1cebb68`](https://github.com/hojinzs/github-symphony/commit/1cebb682f803c5dbf8f18e65468c6017fc325977) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Surface orchestrator hook and workspace cleanup failures, preserve cleanup-pending state when deletion fails, and guarantee project lock release during shutdown for [#451](https://github.com/hojinzs/github-symphony/issues/451).

## 0.7.4

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