Describe the feature or problem you'd like to solve
Custom providers don't work in --acp mode
Proposed solution
ACP should respect the provider and model set using the COPILOT_PROVIDER_* environment variables. For example:
COPILOT_PROVIDER_BASE_URL=https://openrouter.ai/api/v1 COPILOT_PROVIDER_API_KEY="sk-or-v1-XYZ" COPILOT_MODEL="moonshotai/kimi-k2.6" copilot --acp
Right now, this doesn't seem to have any effect in ACP mode.
Example prompts or workflows
No response
Additional context
No response
Describe the feature or problem you'd like to solve
Custom providers don't work in --acp mode
Proposed solution
ACP should respect the provider and model set using the
COPILOT_PROVIDER_*environment variables. For example:Right now, this doesn't seem to have any effect in ACP mode.
Example prompts or workflows
No response
Additional context
No response