·
4 commits
to main
since this release
Highlights
- Restart loops from the TUI: a new
forge.loop.restartpalette 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 itssandbox.imageFeatures.browserControloption - 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