cli/v1.3.2

wailsapp/wailscli/v1.3.2Jul 30, 2026by github-actions[bot]

AI Summary

The CLI update introduces development mode support, improves Docker Desktop startup handling, and fixes various status reporting issues for deployments.

Key Highlights

  • Added --dev flag to the 'onyx-cli deploy install' command.
  • CLI now keeps the TUI active while Docker Desktop starts.
  • Pre-pulled the sandbox image for docker-compose deployments.
  • Fixed terminal background selection for the deploy palette.

New Features

  • --dev flag for install
  • Pre-pull sandbox image
  • Temporary environment variable for Search-UI document-set scope

Full Release Notes

## Changes
* fix(cli): pick the deploy palette for the terminal background (#13623) (af4c527a6b)
* ci(golang): run go tests with the race detector (#13620) (97323d90a9)
* feat(cli): add --dev to onyx-cli deploy install (#13618) (40781d046e)
* fix(cli): count every service that is not up in deploy status (#13616) (5fb5979ec0)
* feat(cli): keep the TUI up while Docker Desktop starts (#13617) (36877d4cd9)
* feat(craft): pre-pull the sandbox image for docker-compose deployments (#13592) (bb5bbc2b40)
* feat(search): temporary env to force Search-UI document-set scope (#13491) (e98c09e7c5)