Flags controlling claude.ai plugin and skill sync were renamed to claudeai-scoped names
The feature flags that control whether plugins and skills sync from claude.ai were renamed, moving from account-scoped names to claudeai-scoped names such as tengu_claudeai_plugins_sync_enabled and tengu_claudeai_skills_sync_enabled.
This is an internal rename rather than a behavior change for users; the underlying sync functionality is unaffected.
tengu_claudeai_plugins_sync_enabled Gate removed from the codeThis release deleted the gate from the code while it was still reading on for the account this site reads, so the code path no longer asks a flag before running.
This account: on · anonymous baseline: on · compiled default in v2.1.277: not a boolean we can read
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
tengu_claudeai_skills_sync_enabled Gate removed from the codeThis release deleted the gate from the code while it was still reading on for the account this site reads, so the code path no longer asks a flag before running.
This account: on · anonymous baseline: on · compiled default in v2.1.277: not a boolean we can read
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
Read once, for one account on one subscription tier, against v2.1.277. It isn't a statement about your account. What a flag value here can and cannot tell you
The code path no longer asks a flag before it runs.
The code path no longer asks a flag before it runs.