From e8e80e0c1b07684c49d50effa0a13330092e1b63 Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Wed, 18 Sep 2024 16:58:06 -0400 Subject: [PATCH] Add 'info' to set of safe commands --- src/chatdbg/native_util/safety.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chatdbg/native_util/safety.py b/src/chatdbg/native_util/safety.py index 62f0f4c..66ae922 100644 --- a/src/chatdbg/native_util/safety.py +++ b/src/chatdbg/native_util/safety.py @@ -16,6 +16,7 @@ def command_is_safe(cmd: str) -> bool: "frame", "h", "help", + "info", "language", "l", "list",