Skip to content

Releases: niqibiao/unity-cli-plugin

v1.1.4

10 Apr 15:55

Choose a tag to compare

v1.1.1

09 Apr 06:11

Choose a tag to compare

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.json check 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.emit crash when outputting non-JSON text results
  • Add .pkg-cache.json to .gitignore