From 7adfe660f2c60f41f2d45500e149fa317b2c7153 Mon Sep 17 00:00:00 2001 From: Jonathan Popham Date: Tue, 28 Apr 2026 13:17:38 -0400 Subject: [PATCH 1/2] docs: add supermodeltools.com/trial CTA --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1aaaa31..3c18405 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,8 @@ Read the .graph file before the source file to understand dependencies, call rel ## Configuration +Get your API key at [supermodeltools.com/trial](https://supermodeltools.com/trial). + Settings are stored at `~/.supermodel/config.yaml`. Environment variables override file values. ```yaml @@ -236,6 +238,7 @@ Exposed MCP tools: `analyze`, `dead_code`, `blast_radius`, `get_graph`. | | | |---|---| +| **Start free trial** | [supermodeltools.com/trial](https://supermodeltools.com/trial) | | **Website** | [supermodeltools.com](https://supermodeltools.com) | | **API Docs** | [api.supermodeltools.com](https://api.supermodeltools.com) | | **Dashboard** | [dashboard.supermodeltools.com](https://dashboard.supermodeltools.com) | From 13067bc5150a4cb6b1ee1ab8f0dd80554e9d893b Mon Sep 17 00:00:00 2001 From: Jonathan Popham Date: Tue, 28 Apr 2026 13:28:57 -0400 Subject: [PATCH 2/2] docs: punch up /trial CTA with 40%+ token-savings hook --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c18405..78cff14 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ Read the .graph file before the source file to understand dependencies, call rel ## Configuration -Get your API key at [supermodeltools.com/trial](https://supermodeltools.com/trial). +**Save 40%+ on agent token costs — start free → [supermodeltools.com/trial](https://supermodeltools.com/trial)** Settings are stored at `~/.supermodel/config.yaml`. Environment variables override file values. @@ -238,7 +238,7 @@ Exposed MCP tools: `analyze`, `dead_code`, `blast_radius`, `get_graph`. | | | |---|---| -| **Start free trial** | [supermodeltools.com/trial](https://supermodeltools.com/trial) | +| **Save 40%+ on tokens — start free** | [supermodeltools.com/trial](https://supermodeltools.com/trial) | | **Website** | [supermodeltools.com](https://supermodeltools.com) | | **API Docs** | [api.supermodeltools.com](https://api.supermodeltools.com) | | **Dashboard** | [dashboard.supermodeltools.com](https://dashboard.supermodeltools.com) |