From 43f7ad98ad50bed15a1a2e4e21a35988a2fc1264 Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Sun, 30 Aug 2026 09:02:11 +0530 Subject: [PATCH] Add Agent QA to development tools --- src/constants/development-tools.data.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/constants/development-tools.data.ts b/src/constants/development-tools.data.ts index 6eb8e48..c9d2adb 100644 --- a/src/constants/development-tools.data.ts +++ b/src/constants/development-tools.data.ts @@ -405,6 +405,20 @@ export const developmentTools = [ highlight: "Insightful", link: "https://www.coderabbit.ai/", }, + { + title: "Agent QA", + description: + "Agent QA is a source-available application testing tool for defining and running natural-language regression flows across Web, mobile, and desktop applications. It provides CLI and MCP interfaces, retains execution memory, adapts flows to UI changes, and records reviewable evidence. Licensed under FSL-1.1-ALv2, with each release converting to Apache-2.0 after two years.", + icon: "/images/fallback-icon.png", + category: "Development", + benefits: [ + "Natural-language Web, mobile, and desktop regression flows", + "CLI and MCP interfaces with execution memory", + "Reviewable steps, screenshots, and results", + ], + highlight: "Regression", + link: "https://github.com/vostride/agent-qa", + }, { title: "HeroUI", description: