diff --git a/src/cai/repl/commands/history.py b/src/cai/repl/commands/history.py index f0610f3a..09fc76d9 100644 --- a/src/cai/repl/commands/history.py +++ b/src/cai/repl/commands/history.py @@ -22,7 +22,7 @@ class HistoryCommand(Command): super().__init__( name="/history", description="Display the conversation history", - aliases=["/h"] + aliases=["/his"] ) def handle(self, args: Optional[List[str]] = None,