Skip to main content

Claude Code 2.1.275

By Steven Van ·

Claude Code 2.1.275 adds gateway sign-in confirmation, a send-now key for queued messages, and claude.ai skill/plugin syncing.

Version 2.1.275 of Claude Code adds account confirmation to the Claude apps gateway sign-in flow and several smaller fixes to how sessions handle messages, telemetry and file suggestions.

  • When signing in through the Claude apps gateway, the account name is now shown for confirmation before the credential is saved, and it appears in /status afterwards.
  • A new send-now key (ctrl+enter, or ctrl+x ctrl+s) interrupts the current turn and sends all queued messages at once; sent and queued messages show in gray until the model receives them.
  • Sessions now warn on startup if a configured otelHeadersHelper fails, instead of silently exporting no telemetry.
  • Skills and plugins enabled on a signed-in claude.ai account now sync to terminal sessions using that account; this can be turned off with syncClaudeAiSkills: false or syncClaudeAiPlugins: false.
  • /plugin install --marketplace now offers to add the marketplace before installing the plugin.
  • Fixed a bug where a restored memory file's age note changed between requests after a compaction or resume, causing prompt cache misses.
  • Fixed --forward-subagent-text stream-json and SDK output dropping messages from subagents spawned by a context: fork skill, and from forked skills invoked by a subagent or another forked skill.
  • Fixed @-mention file suggestions being buried below MCP resources when using a custom fileSuggestion command or typing @.

Full details are in the changelog.

Claude Code
Claude Code
Anthropic's agentic coding tool — Claude in your terminal, IDE, desktop app and browser, reading and editing your codebase, running commands, opening pull requests and working on tasks in the cloud.
View Claude Code →

Read the original announcement →

Read Claude Code 2.1.275 on Creators Toolbox