From b3beea129ca0c5cec189eda259a101cd3b11b4b5 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 17 Apr 2026 15:35:22 +0900 Subject: [PATCH] docs: complete claude-opus-4-7 bump in installation, matching, and overview guides Sed-based bulk replace only touched hyphenated IDs (claude-opus-4-6) but the tutorial prose and comparison tables used the dotted human form 'Claude Opus 4.6' / 'Opus 4.6'. Sync those occurrences to 4.7 in: - docs/guide/installation.md (model families table + Sisyphus tutorial) - docs/guide/agent-model-matching.md (recommended-model table) - docs/guide/overview.md (three references to Opus default) Without this commit, users following the installation guide would be told Sisyphus 'strongly recommends Opus 4.6' while the plugin itself already routes to Opus 4.7. --- docs/guide/agent-model-matching.md | 2 +- docs/guide/installation.md | 4 ++-- docs/guide/overview.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guide/agent-model-matching.md b/docs/guide/agent-model-matching.md index ecf9731ac..8c750a9b2 100644 --- a/docs/guide/agent-model-matching.md +++ b/docs/guide/agent-model-matching.md @@ -107,7 +107,7 @@ Communicative, instruction-following, structured output. Best for agents that ne | Model | Strengths | | --------------------- | ---------------------------------------------------------------------------- | -| **Claude Opus 4.6** | Best overall. Highest compliance with complex prompts. Default for Sisyphus. | +| **Claude Opus 4.7** | Best overall. Highest compliance with complex prompts. Default for Sisyphus. | | **Claude Sonnet 4.6** | Faster, cheaper. Good balance for everyday tasks. | | **Claude Haiku 4.5** | Fast and cheap. Good for quick tasks and utility work. | | **Kimi K2.5** | Behaves very similarly to Claude. Great all-rounder at lower cost. | diff --git a/docs/guide/installation.md b/docs/guide/installation.md index ac00edcbf..582b5d8ba 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -287,7 +287,7 @@ Not all models behave the same way. Understanding which models are "similar" hel | Model | Provider(s) | Notes | | ------------------------ | ----------------------------------- | ----------------------------------------------------------------------- | -| **Claude Opus 4.6** | anthropic, github-copilot, opencode | Best overall. Default for Sisyphus. | +| **Claude Opus 4.7** | anthropic, github-copilot, opencode | Best overall. Default for Sisyphus. | | **Claude Sonnet 4.6** | anthropic, github-copilot, opencode | Faster, cheaper. Good balance. | | **Claude Haiku 4.5** | anthropic, opencode | Fast and cheap. Good for quick tasks. | | **Kimi K2.5** | kimi-for-coding, opencode-go, opencode, moonshotai, moonshotai-cn, firmware, ollama-cloud, aihubmix | Behaves very similarly to Claude. Great all-rounder that appears in several orchestration fallback chains. | @@ -463,7 +463,7 @@ gh api --silent --method PUT /user/starred/code-yeongyu/oh-my-openagent >/dev/nu Tell the user of following: -1. **Sisyphus agent strongly recommends Opus 4.6 model. Using other models may result in significantly degraded experience.** +1. **Sisyphus agent strongly recommends Opus 4.7 model. Using other models may result in significantly degraded experience.** 2. **Feeling lazy?** Just include `ultrawork` (or `ulw`) in your prompt. That's it. The agent figures out the rest. diff --git a/docs/guide/overview.md b/docs/guide/overview.md index 37720a1e6..cf1bb783c 100644 --- a/docs/guide/overview.md +++ b/docs/guide/overview.md @@ -82,11 +82,11 @@ Sisyphus is your main orchestrator. He plans, delegates to specialists, and driv **Recommended models:** -- **Claude Opus 4.6** — Best overall experience. Sisyphus was built with Claude-optimized prompts. +- **Claude Opus 4.7** — Best overall experience. Sisyphus was built with Claude-optimized prompts. - **Kimi K2.5** — Great Claude-like alternative. Many users run this combo exclusively. - **GLM 5** — Solid option, especially via Z.ai. -Sisyphus works best on Claude Opus 4.6, Kimi K2.5, and GLM 5. GPT-5.4 now has a dedicated prompt path, but older GPT models are still a poor fit and should route to Hephaestus instead. +Sisyphus works best on Claude Opus 4.7, Kimi K2.5, and GLM 5. GPT-5.4 now has a dedicated prompt path, but older GPT models are still a poor fit and should route to Hephaestus instead. ### Hephaestus: The Legitimate Craftsman @@ -219,7 +219,7 @@ You can override specific agents or categories in your config: **Claude-like models** (instruction-following, structured output): -- Claude Opus 4.6, Claude Haiku 4.5 +- Claude Opus 4.7, Claude Haiku 4.5 - Kimi K2.5 — behaves very similarly to Claude - GLM 5 — Claude-like behavior, good for broad tasks