From e0cd330980915b53c1d21a94ec0e247317890838 Mon Sep 17 00:00:00 2001 From: Molecule AI Documentation Specialist Date: Sat, 18 Apr 2026 00:17:43 +0000 Subject: [PATCH] docs(concepts): update default model to claude-opus-4-7 (PR #743) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - google-adk.mdx: update comparison table LangGraph example from anthropic:claude-sonnet-4-6 → anthropic:claude-opus-4-7 - quickstart.mdx: add callout noting claude-opus-4-7 as the new default for workspaces that don't pin a model explicitly Pairs with molecule-core PR #743 / closes #727. Co-Authored-By: Claude Sonnet 4.6 --- content/docs/google-adk.mdx | 2 +- content/docs/quickstart.mdx | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/docs/google-adk.mdx b/content/docs/google-adk.mdx index f3de51b..d6ff91c 100644 --- a/content/docs/google-adk.mdx +++ b/content/docs/google-adk.mdx @@ -196,7 +196,7 @@ The Google ADK adapter exposes live session transcripts to the canvas "look over ```yaml title="LangGraph workspace" runtime: langgraph -model: anthropic:claude-sonnet-4-6 +model: anthropic:claude-opus-4-7 ``` ```yaml title="AutoGen workspace" diff --git a/content/docs/quickstart.mdx b/content/docs/quickstart.mdx index c8b4712..7dff4f4 100644 --- a/content/docs/quickstart.mdx +++ b/content/docs/quickstart.mdx @@ -12,6 +12,10 @@ using the bundled `molecule-dev` template. - Go 1.25+ and Node 20+ if building from source - An LLM API key (Claude, OpenRouter, or Gemini) + + **Default model:** New workspaces that do not specify a model use `anthropic:claude-opus-4-7` by default. To pin a different model, set `model: :` in the workspace `config.yaml` or pass `MODEL_DEFAULT` in your `.env`. + + ## Option A: One-command start (recommended) ```bash