What's wrong with this entry?
The automatic "medium" effort level default for Opus 4.6 previously applied only to Pro plan users. It now also applies to Max plan users and eligible Team plan users.
- The previous condition checked only for
plan === "pro"(viaYb6()) - The new condition checks
LK6() || my() || By(), which covers Pro, Max, and qualifying Team plans - A new notification "Opus 4.6 effort updated to medium" is displayed when the effort migration occurs for existing users
Expanded plan check in effort default — BX6() function (search for "opus-4-6" near "medium" and "Opus 4.6 effort updated to medium")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.