Skip to content

v0.56

Choose a tag to compare

@github-actions github-actions released this 18 Apr 05:41
· 19 commits to main since this release

Downloads

Architecture MacOS Linux Windows
x86 Mac Intel Linux x86 Win x86
ARM Mac ARM Linux ARM Win ARM

This release focuses on enhancing the web browsing runtime, unifying browser APIs, and improving documentation around dialogs, sharing, and desktop webview handling.

Highlights

  • Web browsing runtime improvements: Documented and wired up navigation interception for same-tab cross-origin escapes (Navigation API + fallbacks), and clarified framework behavior for new-window scenarios.
  • Unified space.browser API: Exposed numeric IDs publicly while keeping internal browser-N stores, and added many convenience/ref-targeted helpers (dom, content, detail, click, type, submit, typeSubmit, scroll, etc.).
  • Agent transient context for browsers: Added currently open web browsers and last interacted web browser transient context sections so prompt assembly can include live browser state or single-browser content.
  • Electron/desktop webview handling: Clarified main-window origin pinning, renderer-side reinjection requirements, and page-content ref maps.
  • Native dialog flow: Removed legacy vendor bundle references and obsolete space-share-modal HTML/CSS in favor of a native <dialog class="chat-dialog"> pattern with shared dialog CSS/JS, guided by shared visual/AGENTS.md.
  • Page-side helpers: Added browser-page-content.js and transient-section hooks for onscreen-agent browser content.

Commits

  • Enhance web_browsing runtime and UI docs: document navigation interception, unify space.browser API with numeric IDs and convenience helpers, add agent transient context sections for open/last-interacted browsers, clarify Electron webview handling and origin pinning, add page-side content helpers and transient hooks, remove legacy vendor bundles and obsolete share-modal markup in favor of native dialog flow and shared visual guidance.