From 4bad876f66692ec0f0e47c9124553e0cb8f08f5a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 12 Aug 2024 20:36:51 -0700 Subject: [PATCH] fix: Add event tracking for interactive help command --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index 682e7a7a7..490d8e8b7 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -824,6 +824,7 @@ class Commands: self.basic_help() return + self.coder.event("interactive help") from aider.coders import Coder if not self.help: