The status line always calls MCP background work a "task" instead of sometimes saying "job".
tengu_copper_thistle 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.247: on
Read once, for one account on one subscription tier, against v2.1.247. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
The status line no longer chooses between calling MCP background work a job or a task. It always says 1 MCP task or N MCP tasks.
- The flag that drove the choice,
tengu_copper_thistle, still exists and still gates footer layout elsewhere; it just no longer decides this label. Its in-build fallback is false.
return e === 1 ? "1 MCP task" : ${e} MCP tasks;
Strings lifted out of the shipped bundle, so the claim above can be checked against them.