auto_classifier_model: str | None = NoneClassifier model spec for Auto mode (e.g. 'anthropic:claude-haiku-4-5').
None falls through to DEEPAGENTS_CODE_AUTO_CLASSIFIER_MODEL, then
[models].auto_classifier, and then to the main agent model. An empty value
round-trips to None, so it means "inherit", never "empty spec".