Skip to content

Commit d9c6b09

Browse files
authored
Merge pull request #356 from CsBigDataHub/patch-2
update Github copilot instructions
2 parents c34f777 + ad8e36e commit d9c6b09

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/config/models.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)