Pro
Basic Claude Code access (legacy)
Claude's agentic coding mode, right in your terminal.
Anthropic's official agentic coding tool, available in the terminal, VS Code, JetBrains IDEs, and the Claude desktop, web, and mobile apps. Runs on Claude Sonnet 4.6, Opus 4.7, and Haiku 4.5 with extended thinking for deep multi-file reasoning.
Basic Claude Code access (legacy)
Full Claude Code access, extended thinking
Team features, Ultraplan
Pay-per-token usage
Claude Code is Anthropic's official agentic coding tool. It runs in the terminal as an npm package, in VS Code and JetBrains via official extensions, and inside the Claude desktop, web, and mobile apps — a single agent across every surface a developer touches.
Powered by Claude Sonnet 4.6, Opus 4.7, and Haiku 4.5, Claude Code uses extended thinking to reason through problems before writing code, producing higher-quality results on complex tasks. The agent autonomously reads files, edits code across many files in a single turn, runs terminal commands, reads test output, and iterates until the task is complete — with detailed visibility into every action.
• Extended thinking: reasons through hard problems before coding
• Multi-file edits: coordinated changes across an entire project in one turn
• Full-codebase context: indexes the project, not just open files
• Native MCP: connects to filesystem, git, web, and any custom MCP server
• Multi-surface: terminal, VS Code, JetBrains, plus desktop and mobile apps
• Plan mode and skills: structured planning and reusable filesystem-based capabilities
• Visibility: every read, edit, and command is logged and reviewable
Agent view: `claude agents` shows all running, blocked, and completed sessions in one screen. `/goal` command keeps Claude working across turns until a condition is met. Fast mode defaults to Opus 4.7. Rewind menu can compress earlier context with 'Summarize up to here'. Plugins loadable from .zip archives and URLs.
Claude Opus 4.7 lands as new default on Max and Team Premium with `xhigh` effort level. Ultraplan enters early preview: draft cloud plans from CLI, review in web editor, run remotely or pull back local. Computer use in research preview (native app interaction from terminal). Auto mode research preview: AI classifier handles permission prompts.
Subagents GA for parallel task delegation (e.g., backend agent + frontend agent running concurrently). Checkpoints for safe rollbacks during autonomous runs. Claude Agent SDK (formerly Claude Code SDK) released with subagent orchestration and hooks support. Background daemons, HTTP hooks, and /loop command for scheduled automation.
$ claude 'Refactor the authentication middleware to use the new token cache'
Claude reads src/middleware/auth.ts, src/lib/token-cache.ts...
→ Moving token validation to the cache layer
→ Updating middleware to use new context
→ Writing tests for the refactored flow
▶ Applying changes to 3 files...
▶ All tests pass (12/12) AI code review platform for the AI era. Automated code reviews, security scanning, and team analytics across GitHub, GitLab, VS Code, and JetBrains. Used by 300,000+ developers.
AI-powered PR description generator and code review assistant. Automatically writes pull request descriptions, sends stakeholder notifications, creates changelogs, and provides inline code refactoring.
Multi-agent AI coding platform with 12+ agents and 24+ models, featuring Chairman LLM for parallel multi-agent evaluation and end-to-end encrypted inference. Ships across six surfaces: CLI, IDE, Cloud, API, Mobile, and Builder.