From 664211d6dbe4a4a67405c981e17732574841266a Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Fri, 12 Dec 2025 23:45:56 -0300 Subject: [PATCH] Add Repositories and Apps tabs to Sources for @mention context in chat - Added Repositories tab with GitHub/GitLab/Bitbucket support - Added Apps tab for previously created HTMX apps - @mention autocomplete in chat for repos (@botserver) and apps (@myapp) - Task context storage for autonomous task execution - CSS for repo and app cards with connection status - Mention suggestions dropdown with keyboard navigation --- ui/suite/sources/index.html | 31 +- ui/suite/sources/sources.css | 479 ++++++++++++++- ui/suite/sources/sources.js | 1082 +++++++++++++++++++++++++--------- 3 files changed, 1296 insertions(+), 296 deletions(-) diff --git a/ui/suite/sources/index.html b/ui/suite/sources/index.html index c67a3e7..8db8c74 100644 --- a/ui/suite/sources/index.html +++ b/ui/suite/sources/index.html @@ -8,7 +8,7 @@

Sources

-

Prompts, Templates, MCP Servers & AI Models

+

Repositories, Apps, Prompts, Templates & MCP Servers