docs: Claude Code v2.1.273 - Skills and plugins auto-sync from claude.ai in terminal sessions - #1293
Merged
Conversation
….ai in terminal sessions 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.273 ships a significant UX change: skills and plugins enabled on your claude.ai account now auto-sync into terminal sessions automatically, as long as you're signed in with
/login. Previously, getting account skills into a local terminal session required runningCLAUDE_CODE_SYNC_SKILLS=1 claude -p "..."as a manual one-shot download step. That manual ceremony is gone — syncing now happens in the background at startup and re-checks every ~10 minutes, updating live without a restart. Plugins get the same treatment for the first time (v2.1.239 added sync for Cowork/cloud; 2.1.273 extends it to terminal). This changes what users should expect from a freshclaudeinvocation when they have account-level skills or plugins.HIGHLIGHTS:
~/.claude/skills/synced/is populated at session start and refreshed every ~10 minutes; changes on claude.ai apply live. No more manual env-var dance for interactive sessions.CLAUDE_CODE_SYNC_SKILLS=1is now only needed when a-pnon-interactive run must wait for skills before its first query.syncClaudeAiPlugins: falsesetting to opt out per-machine, mirroring the existingsyncClaudeAiSkillssetting. Required plugins from your org can't be disabled.CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC, bare mode,--safe-mode, or org-managedstrictPluginOnlyCustomization.skills.support.claude.com/en/articles/11049762-choose-a-claude-plannewly 404'd today. Looks like a plan-selection support article that was retired or merged elsewhere.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning