Policy checks now distinguish "your org denied this" from "we haven't got an answer yet".
What's wrong with this entry?
Checks against organization policy now report why something is unavailable rather than just that it is. Skills sync stays off when allow_account_skills_sync comes back as denied by the org or as never registered, and defers the round when the answer is simply not cached yet.
- The denial kind is
unregisteredwhen no verdict has been registered, otherwise the backend's own classification such asorg_deniedorcache_miss. - Plugin and skill search telemetry now separates a real policy denial from
policy_mirror_unregisteredandpolicy_cache_miss. - Remote Control startup builds its refusal message from the same kind.
- Verdicts come from the server; with no registered verdict the code reads
unregistered.
policy_mirror_unregistered
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.248
CLAUDE_CODE_REMOTE_TOOLS_POLICY selects remote tool behaviour
Both mention policy
-
v2.1.232
Gateway
desktop:policy overlays are validated before servingBoth mention policy
-
v2.1.235
Wider environment scrubbing before a policy helper is spawned
Both mention policy