JetBrains has launched a new “agentic” tooling stack that pairs a multi‑agent development environment, Air, with a standalone, LLM‑agnostic coding agent, Junie CLI. If you know JetBrains , you probably know it for Kotlin , the statically typed Java Virtual Machine (JVM) language used mostly for Android development, or for its well-known integrated development environments (IDEs), such as IntelliJ IDEA for Java, PyCharm for Python, and WebStorm for JavaScript. Going forward, JetBrains hopes you’ll also know it for its AI tools, JetBrains Air and Junie CLI . The first, Air, is pitched as an “agentic development environment” that lets developers delegate coding tasks to multiple AI agents running concurrently. Rather than bolting chat boxes onto editors, Air “builds tools around the agent,” bundling terminals, Git, previews, and code navigation into a single workspace designed to guide and correct agents rather than just prompt them. JetBrains says it’s using its 26 years of IDE ...
AI coding agents are good at writing code. They’re not good at knowing which Azure service fits your workload, which SKU makes sense, what needs to be validated before deployment, or which permissions and quotas matter. That gap between writing code and getting it to production is exactly what Microsoft’s new Azure Skills Plugin is designed to close. Announced March 9 by Chris Harris on the All Things Azure blog, the plugin bundles 19+ curated Azure skills, the Azure MCP Server with over 200 tools across 40+ services, and the Foundry MCP Server for AI model workflows — all in a single install. It works across GitHub Copilot in VS Code, Copilot CLI, Claude Code, and other tools that support the agent plugin and skills patterns. The timing isn’t accidental. This is one of the first major plugins built on the VS Code agent plugin architecture that shipped in VS Code 1.110 just days earlier. And it demonstrates what that architecture looks like when a cloud platform vendor fills it wit...