telexed ~ c / 0c2072d6-5a4radar:80 · agent_toolLIVE
← back
NO.
#0c2072d6
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-21 20:39:22
Importance
★ 8/10 — radar 80
`Claude Code` `v2.1.147` adds deterministic Workflow orchestration
FIG-0021:1

`Claude Code` `v2.1.147` adds deterministic Workflow orchestration

Deterministic multi-agent runs are now built in behind CLAUDE_CODE_WORKFLOWS=1. The release also turns /simplify into PR-focused bug review, making agent workflows easier to automate and audit.

[ KEY POINTS ]
  1. Workflow is off by default and enabled via CLAUDE_CODE_WORKFLOWS=1; useful when ad-hoc agent chains need repeatable orchestration.
  2. Pinned background sessions now survive idle time and restart in place for updates; long-running agent work becomes less fragile.
  3. /simplify is now /code-review, focused on correctness bugs by effort level, with --comment for inline GitHub PR findings.
  4. Sandbox hardening covers prototype-pollution and thenable escape paths; good signal for running agents on less-trusted repo code.
  5. Large diff rendering, MCP pagination, PowerShell, Windows background sessions, and headless slash-command errors all got reliability fixes.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.147Read original →

// related