SHIPPED · v1.76.1

Reader Mode shows your attachments, and Autopilot stops restart-looping

Improved

  • A dropped Devin turn is continued, not restarted — when a Devin agent's connection drops mid-task but its process is still running and asking for a message to go on, Autopilot's first move is now to send that message in place; the stop-and-resume path is kept for a task that stalls again

  • Reader Mode shows your attachments, not their temp paths — a prompt that pasted an image or file lists it as a named chip under the prompt text; images get a real thumbnail you can click to zoom, and the prompts rail shows the picture instead of a @/var/folders/… path

  • Jump to the end of a long transcript — Reader Mode floats a button into view once the end of the conversation is far enough away to be worth the shortcut

Fixed

  • Fixed Autopilot restart-looping the same Devin tab — its own "continue where you left off" follow-up reset the attempt counter, so one stuck task could be stopped and resumed over and over (40 restarts in four days in the field, up to four cycles on one tab in seven minutes); attempts now count across the whole incident

  • Fixed a restarted terminal going dead right after "Resumed" — the old process's exit could arrive after its replacement spawned and silently remove it, leaving an agent running with no output and nothing able to stop it; Autopilot now also confirms the resumed process is actually live before moving on

  • Fixed Devin terminals periodically maxing out a CPU core — every write from any Devin agent used to re-read every open Devin conversation in full, bursting the app past 100% CPU and swinging memory by hundreds of MB; unchanged sessions now answer from a small cache and active ones read only their new turns

  • Fixed "Change AI" from a Devin terminal arriving empty — Devin conversations read as blank in the shipped app, so the new agent opened on a composer with nothing carried over; Devin Conversation, resume details and Reader see the real transcript again

  • Fixed Default Terminal Type changing nothing — the preference saved but nothing read it: every new tab still launched a hardcoded shell, and a "powershell" tab could come up running cmd.exe; the shell that starts now matches the tab's label and your setting

  • Fixed background agents answering in a narrow column — a terminal that stayed hidden kept the width from the last time it was on screen and hard-wrapped its whole turn at ~30 columns; hidden terminals now follow the slot's real width once it settles

  • Fixed Paste Into Terminals silently dropping the path — picking a terminal that wasn't on screen switched to it, focused it, and pasted nothing; the handoff now waits for the target to actually be running

  • Fixed a context menu running off the bottom of the window — Paste Into Terminals with many terminals open pushed its last entries, and everything below them, out of reach; menus now re-fit to the window when their content changes size

  • Fixed local agent actions failing with "bridge tunnel is down" — on a computer that had once been paired as a machine, agents in ordinary local terminals were routed into a dead tunnel; local calls now reach the app on the same computer

  • Fixed the phone's AI Quota card reading "quota unknown" with nothing to act on — each account now shows the same reason the desktop gives, a cooling account shows its real percentage next to a cooling chip, and same-named accounts no longer swap rows

  • Fixed the Agent Changes board scrolling sideways on one long file name — file chips and terminal pills now truncate, with the full path on hover

  • Fixed Agent Changes watching inside the app's own data folder — the ignore rule missed directories reached through a link or junction (a relocated profile, macOS /var); both path forms now match

  • Fixed Windows: Agent Changes activities failing instantly when a command contained a quote — a quoted program path or argument now launches instead of erroring out in milliseconds

  • Fixed Windows: Stop leaving the command running — Stop, cancel and shutdown ended the shell but orphaned the command it had launched, keeping the CPU busy and locking its directory; the whole tree now ends and cleanup waits for it

  • Fixed Windows: an agent's session store staying locked — deleting or replacing a store the app had once read failed while 1DevTool was open; read-only handles are now released seconds after they're done