Skip to content

v0.7.0

Choose a tag to compare

@portons portons released this 20 Mar 13:21
· 325 commits to main since this release

Added

  • --out support for xyte-cli ops inspect deep-dive, xyte-cli ops inspect fleet, and xyte-cli ops watch incidents so report inputs and watch streams can be written directly as UTF-8 files.
  • Shell-neutral setup flows with hidden key prompts, setup run --key-stdin, and setup status --field tenantId.
  • Bundled schemas, templates, and reference data in the shipped skills/xyte-cli package so helper scripts can run from the installed package instead of a repo checkout.
  • Cross-platform packaged-install smoke coverage for the published tarball on Ubuntu, macOS, and Windows.

Changed

  • Switched the published npm entrypoint to the direct Node launcher and raised the supported runtime floor to Node.js 22.
  • Made xyte-cli init install skills first and treat missing credentials/setup as a next-step condition unless --require-setup is requested.
  • Replaced Unix-only release helpers and shipped skill helper scripts with cross-platform Node-based implementations.
  • Updated README, getting-started docs, flow recipes, and GitHub Pages to use the new --out, --output json --strict-json, and PATH-fallback guidance.

Fixed

  • Fixed global Windows installs so xyte-cli works in PowerShell and cmd.exe without Bash, Git Bash, or WSL.
  • Fixed packaged-install smoke, .cmd spawning, and install verification on Windows by handling npm shim paths correctly.
  • Fixed report-generation flows on Windows by removing shell-redirection dependence and preserving UTF-8 output files.
  • Fixed setup run --connectivity never so it no longer performs tenant-name network inference before offline setup.
  • Fixed broken GitHub Pages logo asset references so the docs site loads its brand images again.

What's Changed

  • Harden CLI packaging and Windows onboarding in #27

Full Changelog: v0.6.0...v0.7.0

What's Changed

  • Harden CLI packaging and Windows onboarding by @portons in #27

Full Changelog: v0.6.0...v0.7.0