From 23ddcb56449756907a45294e34fab92c6c428c6d Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:15:25 -0700 Subject: [PATCH] Add changeset for the 1Password SDK compiled-binary fix --- .changeset/onepassword-sdk-compiled-fix.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/onepassword-sdk-compiled-fix.md 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.