fix(agent): pass correct model config to small provider builder (#2236)
0xarcher
created
When building the small model provider, we were incorrectly passing
largeModelCfg instead of smallModelCfg to buildProvider. This caused
isAnthropicThinking to check the wrong model config, preventing the
small model from enabling Anthropic thinking mode even when configured.
Fixes #2141