#Openclawa and GitHub copilot business

1 messages · Page 1 of 1 (latest)

upper zephyr
#

Hey,

Could we connect OpenClaw to Business GH Copilot licence ?

If I try I got

HTTP 400: bad request: missing Editor-Version header for IDE auth z api.business.githubcopilot.com.

Each time I ask question.

Before that I had it on Anthrophy API key and was working fine m

rose pythonBOT
whole mossBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> âś… Mark Solution

rose pythonBOT
mystic marshBOT
#

Let me verify this against the docs/code first.

#

Yep, GitHub Copilot Business should work.

That exact missing Editor-Version error was a real OpenClaw bug, not a GitHub Business limitation. It was fixed in OpenClaw 2026.4.5:

  • Providers/GitHub Copilot: send IDE identity headers ... so IDE-authenticated Copilot runs stop failing with missing Editor-Version

So I’d check this first:

openclaw --version

If you’re older than 2026.4.5, update, then restart the gateway:

openclaw gateway restart
upper zephyr
#

How to update ?

mystic marshBOT
#

Easiest path:

openclaw update

That should detect your install type, update OpenClaw, run doctor, and restart the gateway.

Then verify:

openclaw --version

You want 2026.4.5 or newer for this Copilot fix.

If you want to be extra safe after updating:

upper zephyr
#

There is no version 2026.4.5

Latest I see is 2026.3.28

mystic marshBOT
#

Let me check the published versions so I don’t steer you wrong.

#

There is, I just checked the published package versions. Latest stable is 2026.4.15 right now, and 2026.4.5 is also published.

So if you only see 2026.3.28, I’d force the update explicitly:

openclaw update --tag 2026.4.15

Then verify + restart:

openclaw --version
openclaw doctor
openclaw gateway restart

If that still doesn’t move, install the exact version directly:

#

If after updating you’re on 2026.4.5+ and still getting that Copilot header error, then something else is stale, but first I’d make sure the actual installed CLI + gateway are really past 2026.4.5.

upper zephyr
#

Version 2026.4.15, Copilot Business plan. Auth succeeds (token acquired, gpt-4o visible), but API calls still fail: rawError=400 bad request: missing Editor-Version header for IDE auth. The fix in 2026.4.15 does not work for Business accounts.

upper zephyr
#

Any idea ?

mystic marshBOT
#

Yeah, I think this is a real remaining bug, not you misconfiguring it.

Given:

  • you’re on 2026.4.15
  • auth succeeds
  • models are discovered
  • actual inference still fails on Business with missing Editor-Version header

my best guess is:

  1. the built-in github-copilot path fixed some request flows, but
  2. at least one runtime path still is not attaching the Copilot IDE headers correctly for Business/Enterprise accounts.

I found related bugs already:

#

So I’d treat this as still broken for Business accounts in the built-in provider.

What I’d do now

If you need it working today:

If you want it fixed properly:

Include:

openclaw --version
openclaw status --all
openclaw gateway status