From 3199bc38b144b6c7407c4fd52042f15e4eaa4b7a Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 Jan 2026 16:22:49 +0530 Subject: [PATCH 1/6] chore: -rm unused import --- src/components/robot/pages/RobotIntegrationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index 6843a9b5..cf4da842 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -35,7 +35,7 @@ import { getStoredRecording } from "../../../api/storage"; import { apiUrl } from "../../../apiConfig.js"; import { v4 as uuid } from "uuid"; import { useTranslation } from "react-i18next"; -import { useNavigate, useParams, useLocation } from "react-router-dom"; +import { useNavigate, useLocation } from "react-router-dom"; import { addWebhook, updateWebhook, From 1e17c95bfc0a7427feb99aefc1b256921ab59fe3 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 Jan 2026 16:31:02 +0530 Subject: [PATCH 2/6] wip: ai integrations --- .../robot/pages/RobotIntegrationPage.tsx | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index cf4da842..32d6c003 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -800,6 +800,30 @@ export const RobotIntegrationPage = ({ MCP MCP + + + + + + From d09d12b562d66cc1d69f1bf6b1d3fe31b08c4af7 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 Jan 2026 16:46:13 +0530 Subject: [PATCH 3/6] feat: logos --- src/components/robot/pages/RobotIntegrationPage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index 32d6c003..cb8fe9dd 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -801,27 +801,27 @@ export const RobotIntegrationPage = ({ MCP From 2281df31c73cfc8acc1df9203990746f2f990f36 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 Jan 2026 16:48:33 +0530 Subject: [PATCH 4/6] fix: logo size --- src/components/robot/pages/RobotIntegrationPage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index cb8fe9dd..4bbfb8d5 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -801,27 +801,27 @@ export const RobotIntegrationPage = ({ MCP From bc4d69d5d17e8c1761e578c644d8223059044d47 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 Jan 2026 16:51:47 +0530 Subject: [PATCH 5/6] fix: logo size --- .../robot/pages/RobotIntegrationPage.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index 4bbfb8d5..b51ce361 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -801,27 +801,27 @@ export const RobotIntegrationPage = ({ MCP - From 18a2fdd6fe6c589c242d8b881e25c31787cbd2f6 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 Jan 2026 17:39:34 +0530 Subject: [PATCH 6/6] feat: add integration urls --- src/components/robot/pages/RobotIntegrationPage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index b51ce361..8c421444 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -800,27 +800,27 @@ export const RobotIntegrationPage = ({ MCP MCP - - - - - -