What's wrong with this entry?
Anonymous. No account, no email.
- Fixed plan-mode model selection not checking the allowlist when upgrading from Haiku or Opus plan model — the upgrade model is now validated and falls back gracefully with a warning rather than attempting to use an unauthorized model. (search for
"Plan mode: the haiku plan upgrade model is not in the availableModels allowlist")
- Fixed a regression where model name matching used an incomplete word-boundary check that could incorrectly match substring model names in the allowlist. The new matcher (
ekK) requires non-alphanumeric boundaries on both sides of the match. (search for"ekK"— the new boundary-aware substring matcher)