How to Use AI Agents in IntelliJ IDEA With ACP
JetBrains' IntelliJ IDEA now supports AI agents through the Agent Client Protocol (ACP), a standardized contract between the IDE and coding agents, with bundled agents including Codex, Claude Agent, a…
JetBrains' IntelliJ IDEA now supports AI agents through the Agent Client Protocol (ACP), a standardized contract between the IDE and coding agents, with bundled agents including Codex, Claude Agent, a…
JetBrains' IntelliJ IDEA 2024.2 introduces five key AI features, including AI completion that predicts next edits, in-editor code generation via Ctrl+\, AI Actions for explain/test/documentation, and …
JetBrains has introduced Agent Skills in IntelliJ IDEA, enabling AI agents to gain additional capabilities and knowledge for agentic development. The Skills Manager allows developers to install skills…
Anthropic's Claude Code v2.1.212 on macOS in IntelliJ IDEA terminal sent a user's real email address as the User-Agent string in a curl command without explicit confirmation, according to GitHub issue…
IntelliJ IDEA 2026.2 introduces upgraded logpoints that use direct code instrumentation instead of debugger-side evaluation, enabling reliable use by AI agents and providing a new UI with console navi…
JetBrains announced that IntelliJ IDEA's Java and Kotlin intelligence is now available as a preview extension for third-party editors, starting with VS Code and its forks such as Cursor. The Java & Ko…
JetBrains has made KotlinLLM, its research prototype for delegating runtime logic to a large language model from Kotlin code, open source and public. The IntelliJ IDEA plugin, announced in July, adds …
JetBrains Research has open-sourced KotlinLLM, an IntelliJ IDEA plugin prototype under the Apache License 2.0, which uses Smart macros (asLlm and mockLlm) to generate Kotlin source code at runtime and…
JetBrains open-sourced KotlinLLM, an IntelliJ IDEA plugin prototype that delegates runtime logic to a large language model (LLM) from Kotlin code, enabling code generation, runtime updates, and hot-re…
JetBrains Research has open-sourced KotlinLLM, an IntelliJ IDEA plugin that adds Smart macros to Kotlin/JVM projects, allowing developers to delegate runtime logic to an LLM while generating persisten…
JetBrains Air now supports GitHub Copilot, OpenCode, Pi, Cline, and other ACP-compatible agents, adds IntelliJ-powered navigation and diagnostics for Java and Kotlin, and enables local models via Olla…
A developer detailed six months of using Claude Code since October 2025, transitioning from GitHub Copilot and ChatGPT to relying on the AI for brainstorming, coding, and code reviews. The developer b…
NPM Safety Guard, a comprehensive npm security scanner available as a VS Code extension and JetBrains plugin, detects supply-chain threats that npm audit misses. It employs 23 detection layers includi…