pub fn create_minimal_provider(model: &str) -> Box<dyn Provider>Expand description
Create a minimal provider using full configuration chain. Uses the same config loading as main agent: env vars > ~/.matrix/config.json > ~/.claude/settings.json Suitable for subagents and background tasks.