Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
The IDE integration now supports a new "Add to Prompt" capability. When working with code selections from your IDE:
addToPrompt parameterExample usage: When you select code in your IDE and trigger the "Add to Prompt" action, the selected code will be automatically inserted at your cursor position in the Claude Code prompt, formatted with file context.
What's wrong with this entry?
Added support for Server-Sent Events (SSE) based IDE connections:
{
type: "sse-ide",
url: "https://your-ide-endpoint.com/sse"
}
This enables real-time communication with IDEs that support SSE protocols.
What's wrong with this entry?
Claude Code now actively monitors files you've previously read and notifies you of changes:
Example: If you read a file and later it's modified externally, Claude will show:
File edited: /path/to/file.js
[Shows relevant changes with line numbers]
What's wrong with this entry?
Improved how file mentions and contexts are processed:
mode field to distinguish between new file references (mode: "new") and edited files (mode: "edited")What's wrong with this entry?
When IDE selections are auto-included in prompts, the formatting has been improved:
"The current selection is in [filename]:\n[selected code]""The current selection is:\n[selected code]""Currently viewing [filename]"Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
import { PassThrough as nu9 } from "stream" instead of import rz9 from "stream"import { cwd as _e0 } from "node:process" instead of import xT2 from "node:process"Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
iR2 coordinates both new file extractions and file change detectionv63 specifically handles watched file change detectionWhat's wrong with this entry?
readFileState instead of readFileTimestamps)Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
v0.2.77 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.
The system prompt was not captured for this release, so this page cannot say whether it moved.