From f9de7a7c4ee4820ac10a407cf36ef253bf7729b4 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Tue, 21 Apr 2026 19:00:56 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@fb7bfb411cdb2b6b094fc47317d63a33c3e31da9 --- .openclaw-sync/source.json | 4 ++-- docs/providers/github-copilot.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 89d98da33..dc227fcc0 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "11efbf5a2eb238c5e313f37443a1bd0f1f729714", - "syncedAt": "2026-04-21T19:00:07.038Z" + "sha": "fb7bfb411cdb2b6b094fc47317d63a33c3e31da9", + "syncedAt": "2026-04-21T19:00:55.486Z" } diff --git a/docs/providers/github-copilot.md b/docs/providers/github-copilot.md index cdf7be956..b36f546dc 100644 --- a/docs/providers/github-copilot.md +++ b/docs/providers/github-copilot.md @@ -31,7 +31,7 @@ provider in two different ways. ```bash - openclaw models set github-copilot/claude-opus-4.6 + openclaw models set github-copilot/claude-opus-4.7 ``` Or in config: @@ -39,7 +39,7 @@ provider in two different ways. ```json5 { agents: { - defaults: { model: { primary: "github-copilot/claude-opus-4.6" } }, + defaults: { model: { primary: "github-copilot/claude-opus-4.7" } }, }, } ```