128 wires and counting

$ follow OpenClaw

Keep up with OpenClaw in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-08
stories 129

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Selective evidence collection and truthful reviewer prompts land in ClawSweeper

By RepoJournal · Filed · About OpenClaw

ClawSweeper now collects selective evidence within the original review, aligns reviewer network access with its promise, and fixes attachment retrieval for GitHub-hosted images.

ClawSweeper's proof machinery gets a substantial upgrade [1]: it now supports maintainer-requested evidence reassessment, binding proof to the validated prior review and exact head/body/base, while keeping normal reviews read-only and automatic proof retired. Reviewers also get a truthful capability prompt: the sandbox now grants allowlisted network access and a managed proxy, matching the previously promised GitHub token access [2]. In a separate fix, reviews of PRs with embedded screenshots no longer fail when images are uploaded via GitHub's drag-drop or user-attachments API; GitHub attachment URLs are now fetched for evidence [3].

Quick answers

What shipped in OpenClaw on September 8, 2026?
ClawSweeper now collects selective evidence within the original review, aligns reviewer network access with its promise, and fixes attachment retrieval for GitHub-hosted images. In total, 66 commits and 63 pull requests landed.
Who contributed to OpenClaw on September 8, 2026?
4 developers shipped this update, including RoboClaw, steipete, vincentkoc, and shakkernerd.
What were the notable OpenClaw updates?
feat(proof): collect selective evidence within the original review (#1425), feat(review): give reviewers allowlisted network access and a truthful capability prompt, and fix(media-proof): fetch GitHub attachment URLs for review evidence.