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.74 v1.0.77newer

Claude Code v1.0.76

3 entries read diff v1.0.74 → v1.0.76 Markdown

Claude Code now supports Sonnet 4 with 1-million token context windows, allowing for much longer conversations and the ability to work with significantly larger codebases without hitting context limits. This premium feature provides 5x more context than the standard 200,000 token limit.

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

Changesopen

Sonnet 4 with 1M Context Support#

What: Added support for Claude Sonnet 4 model with 1-million token context window How to use:

# Switch to the 1M context model through the model selector
# The model will appear as "Sonnet (1M context)" in your model options
# Note: This feature requires API access verification

Details:

  • Available as "Sonnet (1M context)" or "Sonnet 4 (with 1M token context)" in the model selector
  • Provides 1,000,000 tokens of context (5x the standard 200,000 limit)
  • Perfect for working with large codebases, lengthy documents, or extended coding sessions
  • Pricing: $6 per million input tokens, $22.50 per million output tokens
  • Access is controlled via API verification - only available to eligible accounts
  • Uses rate limits faster than standard Sonnet on long requests
  • Context warnings are intelligently adjusted to avoid premature alerts when you still have hundreds of thousands of tokens available

Related

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

Optimized Import Statements#

What changed: Refactored Node.js module imports to use named imports instead of default imports Impact: Reduces memory footprint and improves code clarity by explicitly importing only the required functions from crypto, stream, and process modules

Related

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

Smart Context Warning System#

What changed: Context warnings now adapt based on the model's maximum context size Impact: Users with 1M context models won't receive premature "low context" warnings when they still have substantial tokens remaining, improving the experience for long-form conversations

1 entry

Bug Fixesopen

#

No bug fixes were included in this release.

Related

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

Verbatim
No official entry

Not individually listed upstream

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