From 41ebca413cbf0bd43fef7a5a67091d2823e15565 Mon Sep 17 00:00:00 2001 From: CsBigDataHub Date: Wed, 11 Mar 2026 18:31:32 -0400 Subject: [PATCH 1/3] update Github copilot instructions --- docs/config/models.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/config/models.md b/docs/config/models.md index b4bad933..5778033e 100644 --- a/docs/config/models.md +++ b/docs/config/models.md @@ -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" From bb83467333e33dcd0121f60ae2ed39b2d8f40353 Mon Sep 17 00:00:00 2001 From: CsBigDataHub Date: Wed, 11 Mar 2026 18:34:39 -0400 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86857967..bec55f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Update Github copilot instructions on how to configure for different copilot plans. - Clarify Task tool prompt for task ordering, task granularity, concurrent starts, and clearing finished task lists. ## 0.112.1 From ad8e36e55faa422f56336ebc85e81e7cb6bbefff Mon Sep 17 00:00:00 2001 From: Eric Dallo Date: Wed, 11 Mar 2026 20:04:31 -0300 Subject: [PATCH 3/3] Apply suggestion from @ericdallo --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec55f07..86857967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ ## Unreleased -- Update Github copilot instructions on how to configure for different copilot plans. - Clarify Task tool prompt for task ordering, task granularity, concurrent starts, and clearing finished task lists. ## 0.112.1