Skip to content

v0.11.0

Choose a tag to compare

@agentfirstkit agentfirstkit released this 05 Aug 09:37
· 5 commits to main since this release
  • Drop the chrome-headless-shell backend: it shipped the same engine and CDP surface as chromium for an extra pinned download and an x86_64-only asymmetry, so --browser and 'container install --with' no longer accept it
  • Move the runtime, builder, downloader, and test container images from Debian bookworm to trixie, including the matching KasmVNC package
  • Install a managed browser policy in both container images so Chromium's unsupported-command-line-flag bar stops stealing viewport on the takeover display, changing no launch flag and no sandbox posture
  • Fix takeover downloads landing nowhere: profile prefs now suppress the native save dialog and point downloads at the profile's own directory, replacing a host-level Browser.setDownloadBehavior that died with the throwaway connection that set it
  • Correct the deployment guide's claim that --no-sandbox raises no warning bar, and record what does and does not suppress it
  • Upgrade to agent-first-data 0.31.0, resolving bound registries through BoundOutcome and running invocations off the invocation itself
  • Add a CLI test that drives every declared shape through its own handler with strict argument reads, so a handler asking for an id its shape cannot supply fails in test rather than silently projecting an empty string