From 8ce0e70b7078fe24fcb985aa3d0381b845026d64 Mon Sep 17 00:00:00 2001 From: barrulus Date: Sat, 5 Sep 2026 20:11:12 +0100 Subject: [PATCH 1/4] fix(nix): re-pin the npm deps hash for the quill dependency --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 6c0addefb7..bfe2b357c3 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -40,7 +40,7 @@ buildNpmPackage (finalAttrs: { jq '(.version, .packages."".version) |= "0.0.0"' \ ${../package-lock.json} > $out/package-lock.json ''; - hash = "sha256-xxsEz/ZI9ymRVgLlU9W50NBFz/tAFg5tHIx4x8+KeDs="; + hash = "sha256-fBsSd7CZ4GzQ2Oh4j+HVGqWsi6ozezW7Y1joJ+TMw4o="; }; # the lock file is hashed with its version flattened, so the copy npm checks must match From e5470883a23e488a0cc826d32917bdcc6a642849 Mon Sep 17 00:00:00 2001 From: barrulus Date: Sat, 5 Sep 2026 20:42:49 +0100 Subject: [PATCH 2/4] fix(assistant): let answers be selected and copied --- src/controllers/help-assistant.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/controllers/help-assistant.ts b/src/controllers/help-assistant.ts index 4a6dc1bf58..62b3bd39bc 100644 --- a/src/controllers/help-assistant.ts +++ b/src/controllers/help-assistant.ts @@ -141,7 +141,9 @@ function renderDialog(): void { // its stylesheet rides along with it instead of sitting in the global sheet const styles = /* html */ `