Releases: niqibiao/unity-cli-plugin
Releases · niqibiao/unity-cli-plugin
v1.1.4
Full Changelog: v1.1.3...v1.1.4
v1.1.1
Title: v1.1.1 — Codex installer safety & package path management
Release notes:
What's Changed
Codex Installer
- Rollback-safe plugin update: clone to temp directory before replacing existing plugin, preventing data loss on clone failure
Package Path Management
- Cache rekeyed by agent working directory, supporting multiple Unity projects without cache collisions
- Setup validates clone completeness via
package.jsoncheck and cleans up partial clones on retry - Post-setup commands resolve package path explicitly with clear error when package is missing
Bug Fixes
- Only retry HTTP POST on
ConnectionRefusedError(request never reached server), avoiding duplicate execution of non-idempotent commands - Fix
ConsoleSession.emitcrash when outputting non-JSON text results - Add
.pkg-cache.jsonto.gitignore