From 82a104941cc770c40d35ca609edb70f41e81c04a Mon Sep 17 00:00:00 2001 From: spawn-qa-bot Date: Fri, 27 Mar 2026 12:27:08 +0000 Subject: [PATCH 1/2] docs: sync README with source of truth manifest.json marks cursor agent as disabled:true, but README still showed 9 agents / 54 combinations in the tagline and had a Cursor CLI row in the matrix table. Updated tagline to 8 agents / 48 combinations and removed the Cursor CLI row from the matrix. -- qa/record-keeper --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 743a67ad2..0cce991a7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Launch any AI agent on any cloud with a single command. Coding agents, research agents, self-hosted AI tools — Spawn deploys them all. All models powered by [OpenRouter](https://openrouter.ai). (ALPHA software, use at your own risk!) -**9 agents. 6 clouds. 54 working combinations. Zero config.** +**8 agents. 6 clouds. 48 working combinations. Zero config.** ## Install @@ -330,7 +330,6 @@ If an agent fails to install or launch on a cloud: | [**Kilo Code**](https://github.com/Kilo-Org/kilocode) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | [**Hermes Agent**](https://github.com/NousResearch/hermes-agent) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | [**Junie**](https://www.jetbrains.com/junie/) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| [**Cursor CLI**](https://cursor.com/cli) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ### How it works From 3901af0e1fb9330b0c2674afccce7711a8976ae8 Mon Sep 17 00:00:00 2001 From: B <6723574+louisgv@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:35:42 +0000 Subject: [PATCH 2/2] fix: correct agent/cloud/combination counts in README tagline The tagline claimed "8 agents. 6 clouds. 48 working combinations." but the local cloud should be excluded from the user-facing count (users don't deploy to their own machine via a cloud provider). With cursor disabled, the correct counts are 8 agents x 5 non-local clouds = 40 working combinations. Agent: pr-maintainer Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cce991a7..df85d56c7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Launch any AI agent on any cloud with a single command. Coding agents, research agents, self-hosted AI tools — Spawn deploys them all. All models powered by [OpenRouter](https://openrouter.ai). (ALPHA software, use at your own risk!) -**8 agents. 6 clouds. 48 working combinations. Zero config.** +**8 agents. 5 clouds. 40 working combinations. Zero config.** ## Install