From 4e50c68f5397d076433369f7fcaa5dfb6699b303 Mon Sep 17 00:00:00 2001 From: Y Date: Sun, 9 Aug 2026 16:27:11 +0200 Subject: [PATCH 1/2] docs: update Tura description Aligns the existing Tura showcase entry with the project's current product description. --- src/content/showcase/Yohjisakamoto.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/showcase/Yohjisakamoto.json b/src/content/showcase/Yohjisakamoto.json index e427b1a7..b8823cb8 100644 --- a/src/content/showcase/Yohjisakamoto.json +++ b/src/content/showcase/Yohjisakamoto.json @@ -5,7 +5,7 @@ "type": "github_repo", "avatarUrl": "https://avatars.githubusercontent.com/u/258845643?v=4&s=50", "contributors": 5, - "description": "Across 348 long-horizon benchmark sessions, Tura used up to 83.1% fewer turns on the rewrite benchmark and improved the DeepSWE pass rate by up to 16.7 percentage points compared with Codex CLI.", + "description": "Build agent that uses 80% less token and delivers better results.", "discussions": 7, "forks": 22, "issues": 5, @@ -34,5 +34,3 @@ "type": "unknown", "url": "https://turaai.net/benchmark" } - ] -} \ No newline at end of file From 29bf98b7d8ef294b48fcbdb1d59cc1023cc23126 Mon Sep 17 00:00:00 2001 From: Y Date: Sun, 9 Aug 2026 16:29:24 +0200 Subject: [PATCH 2/2] fix: restore JSON closing structure Restores the closing array and object delimiters after the description update. --- src/content/showcase/Yohjisakamoto.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/showcase/Yohjisakamoto.json b/src/content/showcase/Yohjisakamoto.json index b8823cb8..5856960a 100644 --- a/src/content/showcase/Yohjisakamoto.json +++ b/src/content/showcase/Yohjisakamoto.json @@ -34,3 +34,5 @@ "type": "unknown", "url": "https://turaai.net/benchmark" } + ] +}