Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
One change · claude-code

JetBrains IDEs changed

jetbrains

Nearest release: v2.1.271, published under an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Read
Lines+4added
Lines−4removed
From line 82 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

The whole hunk

from line 82, old and new numbered
/
lines
from line 82
8282#### General settings
8383 
8484* **Claude command**: specify a custom command to run Claude, for example `claude`, `/usr/local/bin/claude`, or `npx @anthropic-ai/claude-code`
85* **Suppress notification for Claude command not found**: skip notifications about not finding the Claude command
85* **Suppress notification for when Claude Command is not found**: skip notifications about not finding the Claude command
8686* **Enable using Option+Enter for multi-line prompts**: on macOS only. When enabled, Option+Enter inserts new lines in Claude Code prompts. Disable if the Option key is being captured unexpectedly. Requires a terminal restart.
8787* **Enable automatic updates**: automatically check for and install plugin updates, applied on restart
8888 
from line 207
207207 
208208**Tools exposed to the model.** The server hosts several tools, but only one is visible to the model. The rest are internal RPC the CLI uses for its own UI, such as opening diffs and reading selections, and are filtered out before the tool list reaches Claude.
209209 
210| Tool name (as seen by hooks) | What it does | Read-only |
211| ---------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------- |
212| `mcp__ide__getDiagnostics` | Returns the IDE's inspection diagnostics, the errors and warnings shown in the editor. Optionally scoped to one file. | Yes |
210| Tool name (as seen by hooks) | What it does | Read-only |
211| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
212| `mcp__ide__getDiagnostics` | Returns the IDE's inspection diagnostics, the errors and warnings shown in the editor. Each call covers one file: the file Claude specifies, or the file in your active editor if Claude doesn't specify one. | Yes |
213213 
214214The JetBrains plugin does not expose a code-execution tool to the model.
215215