JetBrains AI Assistant 2025.1
Released: Apr 28, 2025
2025.1 での更新項目
機能
- Multi-file changes in edit mode [Beta] - AI Assistant now supports multi-file edits in the chat, suggesting changes across your project while leveraging retrieval-augmented generation (RAG) to locate the most relevant files. Reduce repetitive tasks and implement modifications across multiple files with a single interaction.
- Apply snippets from chat - Now, when the AI chat suggests a code snippet, you can use the Apply button to automatically find the optimal place to insert the newly generated code - no more manual copy-pasting.
- Model Context Protocol: Smarter AI with external context [Beta] - AI Assistant can now securely access external data sources and tools via the Model Context Protocol (MCP). By configuring MCP servers, you can provide the assistant with additional context from sources such as third-party tools, file systems, and APIs. You can connect external tools right from the AI chat using the / command. From the context menu that appears, select Add Command.
- Offline mode: work with local models - AI Assistant gives you the flexibility to work with local models offline or leverage cloud-based AI processing. With the new offline mode, you can now work without an internet connection while still benefiting from AI-powered coding assistance. Use local models via Ollama or LM Studio for chat, code generation, commit messages, inline documentation, and more.
- Web search from chat - With the new /web command, AI Assistant can now fetch documentation, troubleshooting tips, and the latest technical resources directly from the web - right inside your chat window.
- Smarter AI context awareness - AI Assistant now understands your entire project better, using advanced RAG to surface the most relevant files, methods, and classes. In addition, the context now includes recently accessed files, making interactions even more relevant to your workflow. Because you can now also add or remove attachments sent as context, you maintain full control over the AI context.
- Expanded selection of LLMs in chat - The AI model selection in the chat has just been expanded. Now, you can take full control of your AI experience by choosing from the latest and most advanced language models, including:
- Claude 3.7 Sonnet
- Gemini 2.5 Pro
- OpenAI GPT-4.1
- Exclude files from AI context - You can further enhance your control over what AI Assistant sees by configuring an .aiignore file. This allows you to prevent JetBrains AI from accessing specific files or folders, ensuring that sensitive information is never processed.