Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/config/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,23 @@ When a retry rule matches, the chat shows a progress message like:
3. Authenticate in Github in your browser with the given code.
4. Type anything in the chat to continue and done!

By default `eca` connects to `api.githubcopilot.com`, for
Copilot Business: `api.business.githubcopilot.com`
Copilot Enterprise: `api.enterprise.githubcopilot.com`
Copilot Pro and Pro+: `api.individual.githubcopilot.com`

the configuration can be overwritten in ~/.config/eca/config.json

```javascript title="~/.config/eca/config.json"
"providers": {
"github-copilot": {
"url": "https://api.business.githubcopilot.com"
}
}
```

see - https://github.blog/changelog/2026-02-13-network-configuration-changes-for-copilot-coding-agent/#whats-changing

_Tip: check [Your Copilot plan](https://github.com/settings/copilot/features) to enable models to your account._

=== "Google / Gemini"
Expand Down
Loading