rm `remote_models` feature flag. We see issues like #11527 when a user has `remote_models` disabled, as we always use the default fallback `ModelInfo`. This causes issues with model performance. Builds on #11690, which helps by warning the user when they are using the default fallback. This PR will make that happen much less frequently as an accidental consequence of disabling `remote_models`. |
||
|---|---|---|
| .. | ||
| cli.rs | ||
| event_processor.rs | ||
| event_processor_with_human_output.rs | ||
| event_processor_with_jsonl_output.rs | ||
| exec_events.rs | ||
| lib.rs | ||
| main.rs | ||