v0.56
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.browserAPI: Exposed numeric IDs publicly while keeping internalbrowser-Nstores, 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 browsersandlast interacted web browsertransient 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 byshared visual/AGENTS.md. - Page-side helpers: Added
browser-page-content.jsand transient-section hooks for onscreen-agent browser content.
Commits
- Enhance web_browsing runtime and UI docs: document navigation interception, unify
space.browserAPI 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.