ANTHROPIC JUST TURNED AI AGENTS INTO GIT REPOS
Anthropic shipped "ant" - a CLI that runs every Claude API endpoint straight from your terminal.
The headline isn't the terminal access. It's that you can now version-control an AI agent as YAML in Git and have CI sync it to the Claude Platform, the same way you ship code.
- Every API resource is a subcommand: messages, models, files, agents, sessions
- Define an agent in a YAML file, check it into your repo, and keep it in sync with one update command
- Spin up a session, send it an event, then pull every event and tool call back from the same CLI
- Claude Code knows how to drive ant out of the box - it shells out and reads the results with no glue code
Agents just stopped being prompts you babysit and became infrastructure you deploy.
显示更多
We’ve added a CLI for Claude Platform to make every API endpoint runnable from your terminal.
Call the Messages API, stand up Claude Managed Agents, pipe results straight into your shell.
The ant CLI is well understood by coding agents (Claude Code) using the claude-api skill.
显示更多