From 7275dac578ba8be50dae57944a3201930c356cb3 Mon Sep 17 00:00:00 2001 From: abrahamwolke Date: Fri, 24 Apr 2026 11:02:57 -0700 Subject: [PATCH 1/3] readme: tighten cost claim and agent integration copy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - "up to 40%" → "40%+" (more direct) - "normal file-reading tools" → "native search & file reading tools" (more precise) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f438b0..db590fb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Uploads your repo to the Supermodel API, builds a full call graph, and writes `. **2. Your agent reads the graph automatically** -`.graph` files are plain text. Any agent that can read files, including Claude Code, Cursor, Copilot, and Windsurf, picks them up automatically through their normal file-reading and search tools. No configuration needed on the agent side. +`.graph` files are plain text. Any agent that can read files — Claude Code, Cursor, Copilot, Windsurf — picks them up automatically through its native search & file reading tools. No configuration needed on the agent side. **3. Ask anything** From a025655a715f55bc287a7ae1e852e6139af138e0 Mon Sep 17 00:00:00 2001 From: Grey Newell Date: Thu, 30 Apr 2026 10:04:17 -0400 Subject: [PATCH 2/3] readme: qualify cost claim with benchmark context Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db590fb..66418f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Supermodel CLI -Save 40%+ on agent token costs with code graphs. +Cut agent token costs by ~40% in benchmarks — with code graphs. Supermodel maps every file, function, and call relationship in your repo and writes a `.graph` file next to each source file. Your agent reads them automatically via grep and cat. No prompt changes. No extra context windows. No new tools to learn. From 7b1d89832e7de3d1101195b50ee84f338d10b12c Mon Sep 17 00:00:00 2001 From: Grey Newell Date: Thu, 30 Apr 2026 10:06:10 -0400 Subject: [PATCH 3/3] revert: restore original headline copy Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66418f5..db590fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Supermodel CLI -Cut agent token costs by ~40% in benchmarks — with code graphs. +Save 40%+ on agent token costs with code graphs. Supermodel maps every file, function, and call relationship in your repo and writes a `.graph` file next to each source file. Your agent reads them automatically via grep and cat. No prompt changes. No extra context windows. No new tools to learn.