File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -351,6 +351,23 @@ When a retry rule matches, the chat shows a progress message like:
351351 3. Authenticate in Github in your browser with the given code.
352352 4. Type anything in the chat to continue and done!
353353
354+ By default `eca` connects to `api.githubcopilot.com`, for
355+ Copilot Business: `api.business.githubcopilot.com`
356+ Copilot Enterprise: `api.enterprise.githubcopilot.com`
357+ Copilot Pro and Pro+: `api.individual.githubcopilot.com`
358+
359+ the configuration can be overwritten in ~/.config/eca/config.json
360+
361+ ```javascript title="~/.config/eca/config.json"
362+ "providers": {
363+ "github-copilot": {
364+ "url": "https://api.business.githubcopilot.com"
365+ }
366+ }
367+ ```
368+
369+ see - https://github.blog/changelog/2026-02-13-network-configuration-changes-for-copilot-coding-agent/#whats-changing
370+
354371 _Tip: check [Your Copilot plan](https://github.com/settings/copilot/features) to enable models to your account._
355372
356373=== "Google / Gemini"
You can’t perform that action at this time.
0 commit comments