Skip to content

0.8.5

Choose a tag to compare

@steipete steipete released this 19 Jan 04:29
· 280 commits to main since this release

Added

  • Bridge: add the bridge workflow + MCP browser controls for remote ChatGPT sessions. Original PR #42 by Kyle McCleary (@kmccleary3301) — thank you!
  • CLI: add --background/--no-background, --http-timeout, --zombie-timeout, and --zombie-last-activity to support long-running API sessions.

Fixed

  • CLI: restore legacy --[no-]notify, --[no-]notify-sound, and --[no-]background flags as hidden aliases (Commander no longer accepts [no-] in new Option()).
  • Sessions: zombie detection now respects explicit timeouts and can optionally use last log activity to avoid false “zombie” status on long runs.
  • Browser: fall back to the default DevTools target if an isolated tab fails, and keep the run tab open when --keep-browser is set.
  • Browser: refresh long assistant responses without clobbering captured Markdown.

Changed

  • Config: remove legacy remote.host/remote.token and top-level remoteHost/remoteToken; use browser.remoteHost/browser.remoteToken or env vars.