docs: Claude Code v2.1.276 - Send-now key, skills sync, Salesforce connector, npm plugin security hardening - #1298
Merged
Conversation
…nnector, npm plugin security hardening Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Night shift report
WHY THIS MATTERS: v2.1.275 is a substantial release that shipped yesterday and v2.1.276 is its same-day hotfix — both land in this run. The 275 release matters because it introduces new interactive behavior (send-now key that interrupts in-flight turns), a meaningful security improvement for npm plugins, and account-level skills/plugins sync that changes how terminal sessions work for signed-in users. The hotfix (276) is critical: 275 broke every request for anyone routing through a proxy or gateway via
ANTHROPIC_BASE_URL, a common enterprise setup. Separately, a brand-new Salesforce connector doc appeared — Salesforce now has a fully documented enterprise integration path via their hosted MCP server and plugin marketplace.HIGHLIGHTS:
400 … Input tag 'advisor_20260301'for anyone usingANTHROPIC_BASE_URLto point at a proxy/gateway. Same-day fix landed.syncClaudeAiSkills: false/syncClaudeAiPlugins: false.npm pack --ignore-scriptsand integrity-verified — a package's install scripts no longer run. Real supply-chain risk mitigation.claude plugin marketplace list, and the VS Code plugin dialog. Now redacted.content/claude/third-party/claude-desktop/connectors-salesforce.md): Full enterprise admin setup guide for Salesforce's hosted MCP server (api.salesforce.com/platform/mcp/v1/platform/headless-360), covering Enterprise Admin Console config, MDM/bootstrap server config, OAuth PKCE setup, and sandbox orgs./plugin install --marketplace <source>: New flag that offers to add the marketplace before installing, smoothing the first-install flow.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning