diff --git a/.changeset/onepassword-sdk-compiled-fix.md b/.changeset/onepassword-sdk-compiled-fix.md new file mode 100644 index 000000000..c31e97e2c --- /dev/null +++ b/.changeset/onepassword-sdk-compiled-fix.md @@ -0,0 +1,5 @@ +--- +"executor": patch +--- + +Fix 1Password desktop-app connections failing with "undefined is not a constructor (evaluating 'new n.DesktopAuth(...)')" in packaged builds. The compiled binary now bundles the 1Password SDK's wasm core correctly and falls back to a copy shipped next to the binary, so vault listing and secret resolution work without the `op` CLI installed.