Skip to content

v0.20.5

Latest

Choose a tag to compare

@thymikee thymikee released this 03 Aug 20:47

Highlights

  • Restored npm installations. Fixes the 0.20.4 packaging regression that left private workspace imports in the published bundle, causing commands such as npx agent-device devices to fail with a missing @agent-device/ad-script package.

  • Release integrity is now enforced. Packaging fails if any private @agent-device/* import escapes into the built JavaScript or declarations, and CI runs devices --json from the globally installed tarball before release.

  • Replay internals have a durable package boundary. Native .ad replay execution now lives in @agent-device/ad-replay, reducing daemon coupling while preserving the existing replay behavior and compatibility contract.

What's Changed

  • refactor(daemon): extract native .ad replay to packages/ad-replay (#1478 P5) by @thymikee in #1555
  • fix: prevent publishing unresolved workspace imports by @thymikee in #1577

Full Changelog: v0.20.4...v0.20.5