Skip to content

v0.9.4

Latest

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 04 Sep 15:05
· 4 commits to main since this release

Highlights

  • Restart loops from the TUI: a new forge.loop.restart palette command restarts a running or stopped loop from persisted progress, with an auditor model and variant override chosen in the execution dialog; restartability is surfaced per loop so blocked restarts explain themselves
  • Chromium ships in the sandbox image: the current Playwright Chromium build is installed unconditionally as chromium (Google publishes no linux/arm64 Chrome build, so Chromium is the arm64 equivalent of current Chrome), replacing the opt-in Browser Control payload, which is removed along with its sandbox.imageFeatures.browserControl option
  • Usage-limit detection through wrapper errors: provider error extraction now prefers the message that matches the usage-limit pattern, so limits hidden behind a generic SDK wrapper message (with the real message in data.message) classify correctly

What's Changed

  • feat(tui): restart loops from persisted progress with auditor model override
  • feat(sandbox): ship Chromium in the image and drop browser control