You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added an expandable context-window breakdown to the model menu. Or now shows
estimated allocations for messages, system tools, the system prompt, Skills,
project context, and free space while keeping the provider-reported token
total authoritative.
Changed
Simplified permissions to three session modes: Ask, Auto edit, and Full
access. Browser navigation and page inspection are now explicit network
operations, so Ask and Auto edit request approval before using them while
Full access continues without prompts.
Separated context occupancy from response billing usage. The model menu now
reports the latest measured context window, while the response footer reports
usage for the visible run.
Made the authenticated coding-desktop sidecar the only production backend
for Or. Built-in filesystem and shell tools now use their local production
implementation directly, removing unused hosting and execution layers while
preserving their model-facing behavior.
Fixed
Restored sidebar, Settings, and workbench resizing after pointer capture is
interrupted by a window blur, hidden document, missed button release, or
another lost-pointer event. The resize cursor and drag state now reliably
return to normal.
Upgrade Notes
The legacy Read only permission mode has been removed. Existing sessions
saved with read_only open in the conservative Ask mode.
Ask and Auto edit now require one-time approval before opening HTTP(S) or
localhost pages and before reading visible browser-page content. Listing
session tab metadata and opening workspace HTML previews keep their existing
internal and workspace-read behavior.
The standalone coding Web/API server, fixed localhost:8787 hosting,
cross-origin API access, OR_CLIENT_ORIGIN, and VITE_API_ORIGIN are no
longer supported. Or is a Desktop-only product and continues to use its
authenticated random-port sidecar internally.