From 8ca7f563d3fb96e327a5d9b25e6fda97f6460a4c Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 20 Apr 2026 13:20:13 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@8dc756747b6f4d14e51ef741db5b47db4b080452 --- .openclaw-sync/source.json | 4 ++-- docs/providers/github-copilot.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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" } }, + }, } ```