Skip to main content
Background helpers now stay on the intended model, screenshot attachments no longer stall worker turns, and hosted-web zoom keeps the shell and its menus in place.

Agent reliability

  • Background helpers use the Settings model, then this session’s model. If neither is usable, ADE skips the helper or chooses a deterministic fallback instead of silently picking Haiku or the first available model. Session-model aliases remain eligible for naming.
  • Cursor worker recycling waits for the dying process and fails closed on timeout. A replacement worker no longer shares a poisoned socket or policy state with its predecessor.
  • Cursor, Pi, and Droid send screenshot attachment paths over worker IPC. The worker reopens each file through the attachment sandbox instead of copying screenshot base64 through the parent process.

Hosted web

  • Browser zoom fills one viewport. CSS zoom now sizes the body to match the displayed viewport, keeps upward menus on their anchors, and preserves a usable Work-tab hit target at higher zoom levels.
  • Hosted-web adapters tolerate test and partial-window environments. Display-preference setup no longer takes the adapter down when optional event-target methods are absent.