Skip to content

Phonton Desktop v0.2.5

Choose a tag to compare

@github-actions github-actions released this 15 Jun 01:22

v0.2.5

Fixed

  • Windows CLI launch: Prefer native phonton.exe from npm root -g (phonton-cli/npm/vendor/phonton.exe) — PATH-independent and works from Scoop GUI apps.
  • Sidecar race: CLI setup no longer starts phonton serve in parallel with npm install; sidecar starts only after ensurePhontonCli succeeds.
  • Resolve diagnostics: Actionable errors when post-install resolve fails (missing vendor exe, npm path read failures).
  • Offline fallback: CLI_VERSION_FALLBACK is 0.19.7 (last published npm) instead of unreleased 0.20.1.

Added

  • npm root -g probing and exe-first launch spec (exenode+phonton.jsphonton.cmd).
  • Tauri shell permissions for npm root, npm view, and win-phonton-run.

Verification

  1. npm view phonton-cli version0.20.1 (after CLI publish).
  2. Fresh install → CLI step shows install progress, then CLI connected on :47831.
  3. No premature "CLI offline" during active install.
  4. Browser auth focuses same window (v0.2.4 single-instance regression check).