2025.2
IDE Services Core:
Added an option to start product trials directly from IDE Services Web UI.
AI Enterprise:
Added the possibility to set multiple default AI providers in AI Enterprise settings. You can now choose multiple default providers unless JetBrains AI is set as the default.
Fixed a number of UX issues.
API changes
Breaking changes in private API:
PATCH /api/automation-tokens/{id}
Removed the request property 'clientId'
GET /api/constituents/ai
The response property 'defaultProvider' became optional for the status '200'
POST /api/constituents/ai
Added the new required request property 'defaultProviders'
The response property 'defaultProvider' became optional for the status '200'
Removed the request property 'defaultProvider'
PUT /api/constituents/ai
Added the new required request property 'defaultProviders'
The response property 'defaultProvider' became optional for the status '200'
Removed the request property 'defaultProvider'
GET /api/constituents/ai/config
Removed the required property 'availableProviders/items/role' from the response with the '200' status
Removed the required property 'availableProviders/items/type' from the response with the '200' status
GET /api/toolbox/installer/windows
Added the new required 'query' request parameter 'build'
GET /api/users/{userId}/audit-logs
The response property 'items/items/content/updated/prevUser' became optional for the status '200'