From 5aafe6eaaf3feb0a40402542742be2037f0f7793 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Nov 2025 17:55:47 +0530 Subject: [PATCH 1/3] feat: add html --- src/components/robot/pages/RobotCreate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 88daa49b..9d88279b 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -370,7 +370,7 @@ const RobotCreate: React.FC = () => { /> - Turn websites into LLM-ready Markdown content for AI apps. + Turn websites into LLM-ready Markdown & clean HTML for AI apps. From 418100c1698446dd7e6ec7f9d6b99ffed1067919 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Nov 2025 17:56:37 +0530 Subject: [PATCH 2/3] feat: scrape robot --- src/components/robot/pages/RobotCreate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 9d88279b..ec01b60b 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -200,7 +200,7 @@ const RobotCreate: React.FC = () => { }} > - + From f3c79bd30322285e6d183e2bbf2e144cff0112a5 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Nov 2025 17:59:30 +0530 Subject: [PATCH 3/3] feat: scrape robot --- src/components/robot/pages/RobotCreate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index ec01b60b..119e9be9 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -428,7 +428,7 @@ const RobotCreate: React.FC = () => { }} startIcon={isLoading ? : null} > - {isLoading ? 'Turning...' : 'Turn to Markdown'} + {isLoading ? 'Creating...' : 'Create Robot'}