Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 08:27
· 403 commits to main since this release

v0.4.0

Breaking change

  • Removed MCP transport from xyte-cli.
  • xyte-cli mcp serve is no longer available.

Highlights

  • Added CI matrix validation (ubuntu/macos, Node 18/22) and dedicated security audit job.
  • Hardened npm publish workflow with required typecheck, test, build, and npm pack --dry-run gates.
  • Added release-assets automation to publish tarball + SBOM + checksums on tagged releases.
  • Added npm run release:check for local release gating.
  • Added golden snapshot regression tests for core JSON contracts.
  • Added sensitive-value redaction in text and JSON error outputs.
  • Added SECURITY.md, updated release governance docs, and compatibility policy notes.

Upgrade note

  • Agent workflows should call xyte-cli commands directly (CLI/TUI/headless).
  • If you previously used MCP transport, migrate to direct CLI invocation.

Full Changelog: v0.3.2...v0.4.0