2026.1
AI Enterprise
AI agent management
Added a functionality to manage AI agent availability for end users.
Known limitations and workarounds
Claude model limitation
Currently, Claude Agent enabled for end users cannot use Claude models provided by you (BYOK) in IDE Services via Amazon Bedrock.
Solution: In governed agents environments, use JetBrains AI as the Claude models provider for Claude Agent.
Gemini model limitation
Gemini 3.x models (e.g., gemini-3.1-pro-preview, gemini-3-flash-preview) cannot be selected in older IntelliJ-based IDEs / AI Assistant builds — the dropdown only shows Gemini 2.5 models.
Solution: Upgrade IDE / AI Assistant to the latest version that bundles the updated Gemini agent.
API changes
Breaking changes in private API.
Affected endpoints:
GET /api/users/adminsThe following properties have been removed from items in the returned collection:
constituents
createdBy
createdDate
groups
isActive
isReadOnly
lastActionDate
machineInfo
profiles
role
version
lastModifiedBy
lastModifiedDate
POST /api/profilesPOST /api/profiles/evaluate/profile-filtersGET /api/profiles/{id}PUT /api/profiles/{id}POST /api/profiles/{id}/cloneGET /api/profiles/{profileId}/audit-logs/{eventId}The following properties have been removed from
profile:constituents/ai/claudeAgentProvider
constituents/ai/codexAgentProvider
constituents/ai/isClaudeAgentEnabled
constituents/ai/isCodexAgentEnabled
constituents/ai/isJunieAgentEnabled
constituents/ai/junieAgentProvider
lastActionDate
machineInfo
profiles
role
version
lastModifiedBy
lastModifiedDate
GET /api/provisioning/v1/toolsThe following required property have been removed from response with the '200' status:
aiAssistant/oneOf[#/components/schemas/AllowedAIAssistantProvisioningSettings]/allOf[#/components/schemas/AIAssistantProvisioningSettings]/isEnabledGET /api/provisioning/v1/agentsThe following properties have been removed from response:
claude
codex
junie
GET /api/provisioning/v1/The following properties have been removed from response:
tools/aiAssistant/oneOf[#/components/schemas/AllowedAIAssistantProvisioningSettings]/allOf[#/components/schemas/AIAssistantProvisioningSettings]/isEnabled
agents/claude
agents/codex
agents/junie
The following response properties have become optional:
acp
agents
mcp