AnthropicFigmaLinearVercelStripeShopifyPostHogDatadogRampSeatGeekSierraHexTurbopufferAnthropicFigmaLinearVercelStripeShopifyPostHogDatadogRampSeatGeekSierraHexTurbopuffer
NVDA$1,234.56+1.23%
NVDA$1,234.56+1.23%
NVDA$1,234.56+1.23%
NVDA$1,234.56+1.23%
NVDA$1,234.56+1.23%
NVDA$1,234.56+1.23%
NVDA$1,234.56+1.23%
NVDA$1,234.56+1.23%
NVDA$1,234.56+1.23%
NVDA$1,234.56+1.23%
The Claude Code Daily
ant CLI overview in terminal

Anthropic Launches ant CLI for Claude Platform

The ant CLI brings every Claude Platform API endpoint to the terminal, covering the Messages API, Managed Agents, and shell piping. It's also natively understood by Claude Code via the claude-api skill.

ClaudeDevs·Tue 2:27pm ET

ant CLI OAuth Flow Shares Credentials With SDKs

Running "ant auth login" triggers a browser-based OAuth flow that scopes a token to a workspace and stores it locally. That single credential is then reused automatically by both the CLI and the Anthropic SDKs.

ClaudeDevs·Tue 2:27pm ET

ant CLI Maps Every API Resource to a Subcommand

Every Claude API resource, including messages, models, and files, is a typed subcommand in the ant CLI. Requests can be built from flags or piped YAML, files inlined with @.path syntax, and output rendered as JSON, YAML, JSONL, or an interactive fold-and-search TUI.

ClaudeDevs·Tue 2:27pm ET

ant CLI Streams Full Managed Agents Traces

The ant CLI can start a Managed Agents session, send it events, and later pull a complete trace of every tool call, reasoning step, and decision once the run finishes or stalls.

ClaudeDevs·Tue 2:27pm ET

Managed Agents Now Version-Controlled via YAML and CI

Agents can be defined as YAML, committed to Git, and synced to the Claude Platform automatically with "ant beta:agents update" in CI, making agent configuration a first-class part of a normal software workflow.

ClaudeDevs·Tue 2:27pm ET

Workflows Called Biggest Claude Code Upgrade Since Subagents

Workflows are framed as the most significant capability expansion to Claude Code since skills and subagents shipped. A deep dive with best practices and examples covers the feature, with particular emphasis on non-technical use cases it unlocks.

trq212·Tue 4:27pm ET
More Stories

Ask Claude to Inherit Model, Avoid Haiku Fallback

When Claude unexpectedly switches to Haiku mid-task, you can prompt it to always inherit the parent model setting, which keeps it on Opus 4.8 instead of downgrading on its own.

jarredsumner·Tue 1:19am ET
Latest

Sonnet Sufficient for Most Workflow Steps

Sonnet handles the majority of steps in a typical agentic workflow just fine. Opus isn't always necessary, and the distinction probably deserved more emphasis.

trq212·Tue 9:13pm ET

Multi-Agent Workflows Mirror Multithreaded Code Design

Structuring Claude workflows maps closely to multithreaded programming: a serial step queues independent tasks to run in parallel, with minimal cross-dependencies, followed by a serial post-processing step on the results.

jarredsumner·Tue 8:38pm ET

Forks vs. Subagents: Key Differences Explained

Subagents start fresh with only their initial prompt, system prompt, and tools. A fork is a special kind of subagent that inherits the full conversation history, system prompt, tools, and model, making it essentially a clone of the parent session.

lydiahallie·Tue 7:19pm ET

/fork Now Spawns a Background Agent With Full Context

/fork runs a background agent carrying your exact system prompt, tools, history, model, and prompt cache, then returns the result to your session. The old /fork behavior (copying the transcript to a new session you control) is now called /branch.

ClaudeDevs·Tue 7:05pm ET

Subagent Durability Compared to Resume Behavior

The JS environment gets some determinism treatment, but it's not full temporal durability. A reasonable mental model: each subagent is roughly as durable as hitting /resume, not a persistent long-running process.

trq212·Tue 6:08pm ET

Get the daily digest in your inbox

Join 118 readers. Every weekday morning.