JetBrains released WebStorm 2026.1, its JavaScript and TypeScript IDE, with a major shift in how developers access AI agents. Instead of switching between Claude, Copilot, or Junie in separate windows, developers can now access multiple agents directly within the editor’s AI chat panel—and discover new agents through a new Agent Client Protocol (ACP) Registry built into the IDE.

The release highlights include:

  • Claude Agent, Junie, and Codex available directly in the IDE chat panel. Developers can switch between agents without leaving their editor.
  • ACP Registry. Built-in marketplace for discovering and installing agents—similar to how VS Code handles extensions.
  • Service-powered TypeScript engine. Better support for large TypeScript projects with a new language server architecture.
  • Framework updates. Support for React directives, Angular 21, Vue TypeScript updates, Astro, Svelte, and modern CSS color spaces.

What This Means

Agent composition at the IDE level is becoming standard rather than exceptional. Six months ago, IDE native agent access was a differentiator. Now it’s table stakes—similar to how code completion was novel in 2020 and mandatory by 2023.

For developers building with OpenClaw, the IDE integration matters because it determines how accessible agent frameworks are in their daily workflow. If an agent framework isn’t available in WebStorm’s ACP Registry, developers will either have to install it manually or choose a competing framework that integrates seamlessly.

JetBrains’ move also suggests that the Agent Client Protocol (ACP) standard—created by Anthropic—is gaining adoption as the lingua franca for agent discoverability and composition. When a major IDE vendor builds discovery mechanisms around ACP, it legitimizes the protocol as the standard way agents expose themselves to tools, rather than each agent managing its own integrations.

For Anthropic, the WebStorm integration is a distribution win. Claude Agent’s prominence in the IDE positions Anthropic’s model as the default agent in the developer tool most JavaScript/TypeScript engineers use daily. For OpenClaw, the opportunity is the same: if OpenClaw agents appear prominently in WebStorm’s registry and are easy to install, adoption accelerates through IDE-native discovery.

The deeper shift: agents are moving from specialized tools to first-class development primitives, available directly in the editor alongside code completion and linting. The IDE is becoming the agent OS.