The terminal is the agent runtime

Alongside a new Sonnet, Anthropic shipped Claude Code: a command-line tool that lives in the repository. It reads the tree, edits files, runs commands, and takes a pass at work that used to be a 45-minute human loop. It is a limited research preview. The product shape is the news.
Coding agents have been IDE sidebars and web canvases. This one is a process with a working directory and a shell. That is the same surface senior engineers already use to inspect, test, and commit. The policy file in the repo, the tests, and git become the harness. You are not pasting files into a chat. You are supervising a runtime.
Skip the model card. The durable change is where the agent sits. Once the terminal is the runtime, every other question — what it may run, what it must check, what it writes back into git — is an engineering problem, not a prompting problem.