From aff62fa9ea3db08c5e7258135a85004a23c51d30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:14:28 +0000 Subject: [PATCH] chore: release v3-beta --- .release-please-manifest.json | 4 ++-- Packages/src/CHANGELOG.md | 11 +++++++++++ Packages/src/package.json | 2 +- cli/dispatcher/CHANGELOG.md | 7 +++++++ .../dispatchercontract/dispatcher-contract.json | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5dc9ef99..a3e02d16f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "Packages/src": "3.0.0-beta.52", - "cli/dispatcher": "3.1.0-beta.15", + "Packages/src": "3.0.0-beta.53", + "cli/dispatcher": "3.1.0-beta.16", "cli/project-runner": "3.0.0-beta.50" } diff --git a/Packages/src/CHANGELOG.md b/Packages/src/CHANGELOG.md index ea9f4927b..7c5fb0c86 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0-beta.53](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.52...v3.0.0-beta.53) (2026-07-19) + + +### Bug Fixes + +* Improve compile and pause-point skill guidance for AI agents ([#1836](https://github.com/hatayama/unity-cli-loop/issues/1836)) ([c7c650e](https://github.com/hatayama/unity-cli-loop/commit/c7c650eceaacb0d0e32d6c1208224c205d1e1210)) +* Keep the Setup Wizard skill target dropdown available ([#1842](https://github.com/hatayama/unity-cli-loop/issues/1842)) ([2d73535](https://github.com/hatayama/unity-cli-loop/commit/2d735357b3e378947b98aa3d4eea02f2e3b0f60a)) +* resolve macOS E2E failures ([#1834](https://github.com/hatayama/unity-cli-loop/issues/1834)) ([6d498b4](https://github.com/hatayama/unity-cli-loop/commit/6d498b490265f986c7250e96ef0a19bc50a16f78)) +* Setup falls back to skill target selection when folders are missing ([#1839](https://github.com/hatayama/unity-cli-loop/issues/1839)) ([7deb9d2](https://github.com/hatayama/unity-cli-loop/commit/7deb9d2412b982e02fe0fc8ea57f8f261e4ef1dd)) +* suppress expected launch-time worker errors ([#1837](https://github.com/hatayama/unity-cli-loop/issues/1837)) ([0be8528](https://github.com/hatayama/unity-cli-loop/commit/0be8528a6c786f699b1fed073437f880bda53c75)) + ## [3.0.0-beta.52](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.51...v3.0.0-beta.52) (2026-07-18) diff --git a/Packages/src/package.json b/Packages/src/package.json index 5d8bf282b..8a0c52d4f 100644 --- a/Packages/src/package.json +++ b/Packages/src/package.json @@ -1,6 +1,6 @@ { "name": "io.github.hatayama.uloopmcp", - "version": "3.0.0-beta.52", + "version": "3.0.0-beta.53", "displayName": "Unity CLI Loop", "description": "AI-driven development loop for Unity via CLI.", "unity": "2022.3", diff --git a/cli/dispatcher/CHANGELOG.md b/cli/dispatcher/CHANGELOG.md index 9f8d85a79..1d8030880 100644 --- a/cli/dispatcher/CHANGELOG.md +++ b/cli/dispatcher/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0-beta.16](https://github.com/hatayama/unity-cli-loop/compare/dispatcher-v3.1.0-beta.15...dispatcher-v3.1.0-beta.16) (2026-07-19) + + +### Bug Fixes + +* Detect V2 Unity projects with file:/embedded package references or ambiguous git cache generations ([#1847](https://github.com/hatayama/unity-cli-loop/issues/1847)) ([85509a8](https://github.com/hatayama/unity-cli-loop/commit/85509a8d5b50cf5354e0506332f5f335d012cfa4)) + ## [3.1.0-beta.15](https://github.com/hatayama/unity-cli-loop/compare/dispatcher-v3.1.0-beta.14...dispatcher-v3.1.0-beta.15) (2026-07-18) diff --git a/cli/dispatcher/dispatchercontract/dispatcher-contract.json b/cli/dispatcher/dispatchercontract/dispatcher-contract.json index 3527daadd..57fc1f91d 100644 --- a/cli/dispatcher/dispatchercontract/dispatcher-contract.json +++ b/cli/dispatcher/dispatchercontract/dispatcher-contract.json @@ -1,3 +1,3 @@ { - "dispatcherVersion": "3.1.0-beta.15" + "dispatcherVersion": "3.1.0-beta.16" }