cli/v1.3.0

wailsapp/wailscli/v1.3.0Jul 29, 2026by github-actions[bot]

AI Summary

A major CLI overhaul that replaces shell scripts with a native Go installer, consolidates API routing, and replaces the external markdown renderer with an internal one.

Key Highlights

  • Replaced install.sh and install.ps1 with a native Go installer.
  • Replaced the 'glamour' library with a lightweight internal markdown renderer.
  • Consolidated API routing to use the ONYX_SERVER_URL.
  • Attached release binaries directly to GitHub releases.

Breaking Changes

  • Replaced install.sh/install.ps1 with a Go installer

New Features

  • Go installer
  • Internal markdown renderer
  • GitHub release binaries

Full Release Notes

## Changes
* feat(cli): onyx-cli deploy — replace install.sh/install.ps1 with a Go installer (#13522) (3aee5a0877)
* feat(ods): sync onyx-cli's embedded deployment files via generate-compose (#13524) (9fd104598b)
* feat(cli): replace glamour with a lightweight internal markdown renderer (#13516) (3dc10d662f)
* chore(cli): clean up release build atomicity and govulncheck flags (#13512) (3c7e4722bb)
* feat(cli): attach release binaries to a GitHub release (#13506) (ad2a07a955)
* refactor: consolidate API routing on ONYX_SERVER_URL (#13375) (2164093ae3)