diff --git a/cecli/coders/base_coder.py b/cecli/coders/base_coder.py index b752735b25c..14bd0419f6c 100755 --- a/cecli/coders/base_coder.py +++ b/cecli/coders/base_coder.py @@ -1733,7 +1733,7 @@ async def generate(self, user_message, preproc): # Compacting is wasteful since /clear will clear everything # and /exit will exit the application stripped = user_message.strip() - if stripped not in ("/clear", "/reset", "/exit", "/quit"): + if stripped not in ("/clear", "/drop", "/exit", "/ls", "/reset", "/save-session", "/tokens", "/quit"): self.compact_context_completed = False await self.compact_context_if_needed() self.compact_context_completed = True