From 6d8bc95fa67e0eb627c6664ab8091ced90429e23 Mon Sep 17 00:00:00 2001 From: tc9011 Date: Wed, 11 Mar 2026 10:34:25 +0800 Subject: [PATCH] fix: github copilot model version for Sisyphus agent --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 218fac03f..25160013b 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -199,7 +199,7 @@ When GitHub Copilot is the best available provider, oh-my-opencode uses these mo | Agent | Model | | ------------- | --------------------------------- | -| **Sisyphus** | `github-copilot/claude-opus-4-6` | +| **Sisyphus** | `github-copilot/claude-opus-4.6` | | **Oracle** | `github-copilot/gpt-5.4` | | **Explore** | `github-copilot/grok-code-fast-1` | | **Librarian** | `github-copilot/gemini-3-flash` |