Released: Mar 30, 2026
2026.1 での更新項目
機能
AI
- In addition to Claude Agent, and Codex, DataSpell now lets you work with more AI agents directly in the AI chat. Choose from agents such as GitHub Copilot, Cursor, and many others supported through the Agent Client Protocol (ACP).
- Discover and install AI agents in one click directly from the IDE with the new ACP Registry.
AI in Databases
- The AI chat integration with Codex and Claude Agent now offers full, native support for your connected databases. Query, analyze, and modify your database state using natural language right from the IDE.
- The same functionality is available for external agents via an MCP server.
Ability to export notebooks to PDF
- Export Jupyter notebooks to PDF directly from DataSpell. This new native export implementation works without requiring you to use Python, nbconvert, or LaTeX. Instead, notebooks are converted directly inside the IDE, so exporting to PDF is faster, easier, and more reliable.
In-terminal completion
- The integrated terminal now suggests commands and parameters as you type. This helps you quickly discover available options when working with tools like Git, Docker, or custom CLI utilities.
Editor caret animation
- The caret in the code editor features new movement animation options to improve the typing experience. Two animation modes are available:
- Snappy - The caret quickly jumps to its new position, then slows slightly as it settles. This mode provides smooth animation while keeping the editor responsive.
- Gliding - The caret moves smoothly across the screen, making large jumps easier to follow visually.