diff --git a/endpoints/lollms_advanced.py b/endpoints/lollms_advanced.py index 87b22bc7..d11c044e 100644 --- a/endpoints/lollms_advanced.py +++ b/endpoints/lollms_advanced.py @@ -113,7 +113,7 @@ async def execute_code(request: CodeRequest): elif language in ["bash","shell","cmd","powershell"]: ASCIIColors.info("Executing shell code:") ASCIIColors.yellow(code) - return execute_bash(code, client) + return execute_bash(code, client, message_id) elif language in ["mermaid"]: ASCIIColors.info("Executing mermaid code:") ASCIIColors.yellow(code) diff --git a/lollms_core b/lollms_core index a71a3d21..41577f47 160000 --- a/lollms_core +++ b/lollms_core @@ -1 +1 @@ -Subproject commit a71a3d214244cd9a79ce9458fa1d1ae882c56193 +Subproject commit 41577f470d46743616f2379fa114c40baf1b605e diff --git a/zoos/personalities_zoo b/zoos/personalities_zoo index 1c243c5e..ef0e79d4 160000 --- a/zoos/personalities_zoo +++ b/zoos/personalities_zoo @@ -1 +1 @@ -Subproject commit 1c243c5e46080fde07551a1765ef86ce48289e97 +Subproject commit ef0e79d41487140c9d7c067aa4faf2a4d2baab68