Skip to content
v0.1.92026-08-25

Your workspace comes back

macOS: your workspace restores across relaunch, the Update button moves into the title bar, QuickBooks and Google Ads connect, and the app is faster and quieter at rest. Windows: fixes the 0.1.8 startup crash.

  • Workspace restore. macOS: Code-mode panes, terminal layout, archived chats, tab order, and pane positions come back after a relaunch.
  • Update in the title bar. macOS: a staged update shows an Update pill in the title bar, sidebar open or not.
  • Windows startup crash fixed. 0.1.8 aborted at launch on Windows. 0.1.9 starts.

Added

  • macOS: session restore. Code-mode panes, terminal layout, archived chats, tab order, and pane drag state survive a relaunch. Terminals reopen where they were; running processes and scrollback do not carry over.
  • macOS: QuickBooks plugin, read-only by construction: 16 tools, no mutation verbs.
  • macOS: Google Ads plugin. Connect with your Google account; agents read and edit campaigns, and anything that spends waits for your approval.

Changed

  • macOS: switching between Agent, Code, and Chat keeps the other surfaces mounted, so flipping back is instant.
  • macOS: streaming output is batched per pipe flush and parsed off the main thread. Scroll up in a transcript and streaming no longer yanks you back down.
  • macOS: dragging a pane divider resizes the terminals once, on release, instead of on every pixel.

Fixed

  • macOS: an agent's final chunk of output could vanish if the process exited fast. It is delivered.
  • Windows: 0.1.8 aborted at startup (0xC0000409) because permission hardening tried to open files the app already held. Hardening now asks for security-metadata rights only.