43 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-05-02
stories 130

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

OpenClaw simplifies thread-bound session spawning, removes parent fork config knob

By RepoJournal · Filed · About OpenClaw

OpenClaw is consolidating session lifecycle management by adding a simpler thread-bound spawning path and removing an obsolete configuration knob in the same effort.

OpenClaw is making session spawning easier to reason about. A new PR titled "Simplify thread-bound session spawning" [1] introduces a dedicated path for sessions that must stay bound to a specific thread, which removes the need to manually coordinate the old forking mechanics when doing so. In the same effort, the "refactor: remove parent fork config knob" commit [2] deletes the configuration option that let callers turn parent-fork behavior on or off, meaning existing setups that relied on flipping that flag will need to drop it and rely on the new automatic behavior.

These changes arrive alongside a batch of runtime fixes from the same maintainer. One commit preserves legacy runtime model allowlists [3], so configurations that still use the older allowlist format continue to restrict which models a runtime may load instead of silently accepting everything. Another restores the SSRF runtime private IP export [4], which had been dropped, so tools that depend on surfacing blocked private IP addresses from SSRF checks will get that data again. Separately, an OpenRouter integration fix strips Anthropic reasoning prefills [5] before sending requests to OpenRouter, preventing the reasoning tokens from being passed along as visible user-facing content.

The Homebrew tap saw a new release: crabbox 0.1.0, with a matching audit test fix, was added [6][7], and it has already been bumped to v0.2.0 [8]. gitcrawl also moved to v0.1.2 [9]. Docs stayed in sync with the main repo via two mirror commits, and Ukrainian and zh-CN translations were refreshed [10][11][12][13].

Action items

References

  1. [1] Simplify thread-bound session spawning ↗ openclaw/openclaw
  2. [2] refactor: remove parent fork config knob ↗ openclaw/openclaw
  3. [3] fix: preserve legacy runtime model allowlists ↗ openclaw/openclaw
  4. [4] fix: restore ssrf runtime private ip export ↗ openclaw/openclaw
  5. [5] fix(openrouter): strip Anthropic reasoning prefill ↗ openclaw/openclaw
  6. [6] brew: fix crabbox audit test ↗ openclaw/homebrew-tap
  7. [7] brew: add crabbox 0.1.0 ↗ openclaw/homebrew-tap
  8. [8] brew: update crabbox to v0.2.0 ↗ openclaw/homebrew-tap
  9. [9] chore: update gitcrawl to v0.1.2 ↗ openclaw/homebrew-tap
  10. [10] chore(sync): mirror docs from openclaw/openclaw@ad85e5c64ca0d93302c920d3cfedc1c9b05a67a3 ↗ openclaw/docs
  11. [11] chore(i18n): refresh uk translations ↗ openclaw/docs
  12. [12] chore(i18n): refresh zh-CN translations ↗ openclaw/docs
  13. [13] chore(sync): mirror docs from openclaw/openclaw@469bf6547d21b399fb7a67c4539384d45cd39803 ↗ openclaw/docs

Quick answers

What shipped in OpenClaw on May 2, 2026?
OpenClaw is consolidating session lifecycle management by adding a simpler thread-bound spawning path and removing an obsolete configuration knob in the same effort. In total, 129 commits and 1 pull requests landed.
Who contributed to OpenClaw on May 2, 2026?
3 developers shipped this update, including steipete, Vincent Koc, and openclaw-docs-sync[bot].
What were the notable OpenClaw updates?
Simplify thread-bound session spawning, refactor: remove parent fork config knob, and fix: preserve legacy runtime model allowlists.