From 41efb790ef10e45bc701be7f5f87d9734e9e1056 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Mon, 2 Mar 2026 07:27:14 -0300 Subject: [PATCH] chore: Update submodules with Phase 1 Code Editor Integration - botserver: Add editor API endpoints - botui: Add Monaco Editor and code editor component Phase 1 (P0 - Critical) COMPLETED: - Monaco Editor installed and configured - Full-featured code editor with file tree, tabs, syntax highlighting - API endpoints for file operations - Keyboard shortcuts and auto-save preparation --- botserver | 2 +- botui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/botserver b/botserver index 33d6f90..b42a7e5 160000 --- a/botserver +++ b/botserver @@ -1 +1 @@ -Subproject commit 33d6f90ba85746424c3e658c89b3faa281ff2e9e +Subproject commit b42a7e5cb2c5c2b361a791a4799c561c37440115 diff --git a/botui b/botui index b26d3ef..3e81991 160000 --- a/botui +++ b/botui @@ -1 +1 @@ -Subproject commit b26d3ef4a51ed57c3bfa7345327b1a7c03706bc4 +Subproject commit 3e81991e8baab8da3b8dfbf3ef5f0c50a2a467e0