Source Intelligence

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.

All releases Home olderv1.0.86 v1.0.88newer

Claude Code v1.0.87

5 entries read diff v1.0.86 → v1.0.87 Markdown

Version 1.0.87 enhances the permission system with granular source tracking and new management operations, while improving session notes extraction to better filter system content. These internal improvements provide better debugging capabilities and more flexible permission control.

Find
Pick an entry · j / k steps through
5 entries

Changesopen

Enhanced Permission System with Source and Behavior Tracking#

What changed: Permission rules now include metadata about their origin and behavior type Previous behavior: Rules were simple objects with just type and rules array New behavior: Rules now track their source (session/localSettings/cliArg) and behavior (allow/deny) Impact: Better debugging of permission issues and understanding of where rules originate from

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

New Permission Management Operations#

What changed: Added ability to remove and replace permission rules dynamically Previous behavior: Could only add rules and directories to permissions New behavior: Three new operations available: removeRules, removeDirectories, and replaceRules Impact: More flexible permission management during runtime, allowing selective removal of rules from specific sources

Improved Session Notes Extraction#

What changed: Better filtering of system-generated content from session notes Previous behavior: Basic exclusion of note-taking instructions New behavior: Now excludes system prompts, claude.md entries, and past session summaries Impact: Cleaner session notes that only capture actual user conversations

Permission Update Logging#

What changed: Added detailed logging for all permission operations Previous behavior: No logging of permission changes New behavior: Every permission update is logged with details about rules, sources, and behaviors Impact: Easier troubleshooting of permission-related issues with clear audit trail

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Working Directory Source Tracking#

What changed: Working directories now track their configuration source Previous behavior: Directories stored without origin information New behavior: Each directory records whether it came from session, localSettings, or CLI arguments Impact: Better understanding of how working directories were configured for debugging

Verbatim
No official entry

Not individually listed upstream

v1.0.87 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.

System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.