A new confirmation dialog for plugin-install links is built but currently keeps those links blocked
Claude Code has new code for a confirmation dialog that appears when a plugin install command arrives from a deep link (a clickable link that opens Claude Code and pre-fills a command). The dialog shows "Run this command?" and "This command came from a link:", and waits for the user to press y or n before running it.
Whether this dialog can ever appear depends on a remote setting called tengu_amber_tollgate. As shipped, that setting defaults to off, which means the underlying flag installLinkOff ends up true and plugin-install links are blocked outright rather than reaching the new confirmation prompt.
Until tengu_amber_tollgate is turned on for an account, this change has no visible effect: plugin-install links stay blocked as before, just through a different code path.
tengu_amber_tollgate Off in both readingsThe flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.
This account: off · anonymous baseline: off · compiled default in v2.1.275: off
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.275. It isn't a statement about your account. What a flag value here can and cannot tell you
New in this build: tengu_amber_tollgate