From 698cf9e7a3daa2da2b150994e11efa9e9b7bcdf6 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 14 Mar 2026 23:18:24 +0000 Subject: [PATCH] docs: clarify Anthropic-only LLM support https://claude.ai/code/session_018nuwtRWVYDAxHzQ2r1Rk64 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e592127..cadfe8b 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ See [CLAUDE.md](CLAUDE.md) for repo structure and contributor notes. ## Known limitations - **Single entry point** — only one preview URL or start command per run is supported; multiple entry points are planned. -- **LLM provider** — tested with Anthropic; other providers may work but aren't officially supported yet. +- **LLM provider** — only Anthropic is supported currently; support for other providers is planned. ---