From a30d0dc2d6ad0c9f58687881379b830630e793e7 Mon Sep 17 00:00:00 2001 From: Yohji Sakamoto Date: Thu, 16 Jul 2026 01:10:24 +0200 Subject: [PATCH 1/2] Add Tura developer resource --- resources/t.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/t.ts b/resources/t.ts index 60142874..47727bb3 100644 --- a/resources/t.ts +++ b/resources/t.ts @@ -520,6 +520,14 @@ export const resources: Resource[] = [ url: 'https://truelist.io/', keywords: ['developer tool', 'email validation', 'sales prospecting', 'email deliverability'], }, + { + name: 'Tura', + description: + 'Local-first open-source coding agent with CLI, TUI and GUI interfaces, project rules, checkpoints, built-in verification and public benchmarks.', + categories: ['AI', 'Programming', 'Terminal'], + url: 'https://turaai.net/', + keywords: ['coding agent', 'developer tool', 'rust', 'cli', 'tui', 'open source'], + }, { name: 'Tweet Detective', description: From a56c0a0f9fbefe6a870233c8575e4b15b49d463d Mon Sep 17 00:00:00 2001 From: Yohji Sakamoto Date: Fri, 17 Jul 2026 04:38:12 +0200 Subject: [PATCH 2/2] Use README copy for Tura resource --- resources/t.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/t.ts b/resources/t.ts index 47727bb3..ba2deead 100644 --- a/resources/t.ts +++ b/resources/t.ts @@ -523,7 +523,7 @@ export const resources: Resource[] = [ { name: 'Tura', description: - 'Local-first open-source coding agent with CLI, TUI and GUI interfaces, project rules, checkpoints, built-in verification and public benchmarks.', + 'Tura is a local, open-source coding agent for developers tired of vague claims, evidence-free token-saving tools, and agents that edit before understanding.', categories: ['AI', 'Programming', 'Terminal'], url: 'https://turaai.net/', keywords: ['coding agent', 'developer tool', 'rust', 'cli', 'tui', 'open source'],