Under the hood
Artifact comment auto-react and forecast checks now also detect whether the thread is 'headless' in parallel
What
When Claude Code automatically reacts to an artifact comment or generates a summon forecast, it now runs an extra check alongside the usual permission check. This check looks up the artifact's comment capability and determines whether the thread is 'headless' (running without a visible interface), and it runs at the same time as the permission check rather than after it.
Why
Running the two checks in parallel means the headless status is available without adding extra wait time to the auto-react or forecast flow.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding does not say what effect knowing the thread is headless has on behavior, only that the check is now performed.