diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index b3ec089aa..512691003 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "46ae3d314a6e84e0f28a00617414adeba69ac564", - "syncedAt": "2026-04-20T12:56:44.560Z" + "sha": "8dc756747b6f4d14e51ef741db5b47db4b080452", + "syncedAt": "2026-04-20T13:20:13.171Z" } diff --git a/docs/providers/github-copilot.md b/docs/providers/github-copilot.md index bc8656a76..cdf7be956 100644 --- a/docs/providers/github-copilot.md +++ b/docs/providers/github-copilot.md @@ -31,14 +31,16 @@ provider in two different ways. ```bash - openclaw models set github-copilot/gpt-4o + openclaw models set github-copilot/claude-opus-4.6 ``` Or in config: ```json5 { - agents: { defaults: { model: { primary: "github-copilot/gpt-4o" } } }, + agents: { + defaults: { model: { primary: "github-copilot/claude-opus-4.6" } }, + }, } ```