Claude Code v2.1.139 Adds /goal Command for Async Long-Running Tasks

Claude Code just shipped v2.1.139 with a major async mode — the new /goal command. This is a proper fire-and-forget loop: set a completion condition like "all tests pass and the PR is ready", and Claude will keep grinding across turns until it hits that condition.
How It Works
/goal takes a natural language description of what "done" looks like. Example:
/goal all tests pass and the PR is readyClaude then runs autonomously, looping on tasks, checking condition after each turn, and only stopping when the condition is met (or it gets stuck). You can walk away and come back later — no need to keep prompting.
New Agents View
Alongside /goal, the update adds a claude agents view that shows every active session in three states: working, blocked on you, or done. This addresses the pain point of juggling multiple sessions and losing track of which one needs your input.
Notable Details
- Version: v2.1.139 (104 changes in this release)
- This is the first fire-and-forget loop Claude Code has shipped.
- Upgrade via:
claude upgradeor reinstall.
📖 Read the full source: r/ClaudeAI
👀 See Also

MAGELLAN: A 15-Agent Autonomous Scientific Discovery System Built on Claude Code
MAGELLAN is a 15-agent autonomous scientific discovery system built entirely on Claude Code. It uses Opus for deep reasoning and Sonnet for structured tasks, generating cross-disciplinary hypotheses without human direction, with 260 hypotheses proposed and 60% killed by adversarial validation in 19 sessions.

Five Free Claude Desktop Extensions Released: Inspector Lite, Graph Lite, Bible Code, Word Graph, and Fun Pack
A developer has open-sourced five local Claude Desktop extensions: Inspector Lite for semantic code search, Graph Lite for a personal knowledge graph, Fun Pack for entertainment features, Word Graph for Bible study, and Bible Code for pattern detection. All run locally with no external dependencies or additional API keys.

Open Source Claude Code Tools for Automated Bug Bounty Hunting
Three open source repositories automate the bug bounty pipeline using Claude Code. The tools handle recon, scanning for web2/web3 vulnerabilities, and generate submission-ready reports.

Real-World Insights on Using OpenClaw with LLMs: Challenges and Limitations
An OpenClaw user describes integration issues with LLMs, citing nonsensical responses from a Discord bot.