Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:04
· 27 commits to main since this release

Patch Changes

  • 4c11faa: Prevent multiple open tabs from auto-restarting the same agent run, and
    mirror live agent progress across tabs.

    • Disable message-load auto-resume (it made every open context restart
      the same run).
    • Add an atomic per-conversation ownership lock so only one context
      drives a run.
    • Stream full-message snapshots to other tabs as read-only viewers;
      approvals and stop are forwarded to the owner.

What's Changed

  • feat(extension): single-host agent runs with live cross-tab mirror by @aschung01 in #114
  • chore: refresh models.dev snapshot by @github-actions[bot] in #113
  • chore(release): version packages by @github-actions[bot] in #115

Full Changelog: https://github.com/openbrowse-ai/openbrowse/compare/openbrowse@0.7.1...openbrowse@0.7.2