diff --git a/content/docs/google-adk.mdx b/content/docs/google-adk.mdx index 1365ee9..e6d6194 100644 --- a/content/docs/google-adk.mdx +++ b/content/docs/google-adk.mdx @@ -263,7 +263,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