theboringoffice v0.3.22 — built-in browser first
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-browsershows a page,browser-screenshotcaptures it for the member, andbrowser-snapshotreads text/links for the agent.browser-actionremains 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