Skip to content

theboringoffice v0.3.22 — built-in browser first

Choose a tag to compare

@github-actions github-actions released this 02 Sep 14:34
· 14 commits to main since this release

Agents now get an explicit built-in-browser-first rule on both backends.

  • Use the office browser for every URL, including localhost and external pages.
  • open-browser shows a page, browser-screenshot captures it for the member, and browser-snapshot reads text/links for the agent.
  • browser-action remains mutating and permission-gated.
  • Agents must not launch Chrome, Chromium, Playwright, Puppeteer, terminal-browser, or another browser process unless the member explicitly asks for an external browser or the built-in path fails and the failure is explained.
  • The policy lives in both the first-turn runtime prompt and the canonical oikonomos charter, so it survives context compaction/reload.

Full Changelog: v0.3.21...v0.3.22