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 devicesto fail with a missing@agent-device/ad-scriptpackage. -
Release integrity is now enforced. Packaging fails if any private
@agent-device/*import escapes into the built JavaScript or declarations, and CI runsdevices --jsonfrom the globally installed tarball before release. -
Replay internals have a durable package boundary. Native
.adreplay 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