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) Vix is a Go-native, open-source (AGPL-3.0) AI coding agent that slashes token costs by 40-50% using a stem agent architecture and Tree-sitter virtual filesystem. It rethinks the plan/execute loop — keeping LLM cache warm across Explore, Plan, and Execute phases — while shipping Programmable Workflows, Whiteboard Mode with voice AI, MCP server support, and a self-evolving agent that writes its own scheduled jobs and watchers.
Orchestrate an entire AI dev team on 5GB VRAM using ephemeral subagents, exact-match diffs, and a zero-dependency Go binary. Works with any OpenAI-compatible model — local or cloud.
Paca is a free, open-source, self-hosted Scrum board where AI agents work as equal teammates — assigned to sprints, picking up tasks, and collaborating on BDD specs alongside humans. Built as an alternative to Jira and Linear, it treats AI agents as first-class Scrum members.