v0.3.18
Fixes
-
Pasted images now survive for the assistant to read — the Claude backend wrote
[attached file: "path"]text references to temp files that were cleaned up before the assistant could read them. Paste attachments are now persisted to a stable directory so the path reference remains valid after the send pipeline's cleanup pass. -
Bypass permission mode no longer gets stuck on "restarting" — when a backend build result arrived with a stale transition ID, the bypass latch (
bypassRestarting) was never cleared, permanently wedging future/bypasstoggles. Both stale-transition guards now properly release the latch.