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

Exploring the Claude Code Guidelines: A Minimalist Approach in 65 Lines
The Claude Code extension encapsulates essential AI coding principles in just 65 lines of Markdown, emphasizing 'Think Before Coding'. Despite its simplicity, it has gained notable traction among developers.

Local Tool Visualizes Claude Code Session Data
A Python script reads Claude Code session data stored locally in ~/.claude/ and generates a scroll-driven visualization with D3.js charts showing daily activity, project breakdown, tool usage, and coding rhythm heatmaps.

Comparative Overview of Fast LLM Inference by Anthropic and OpenAI
Anthropic and OpenAI have released distinct 'fast mode' features for faster LLM inference, with OpenAI leveraging Cerebras chips for greater speed
LTM: A JSON Protocol for Portable Agent Memory Across Models and Machines
LTM is a JSON protocol (Core Memory Packet) plus CLI/server for persisting agent context—dead ends, constraints, next steps—across models, editors, and machines. Packets are 2-5 KB, redact secrets, and support MCP.