From 884b52b710bbfb094f1ce4ded161669d4edbc62e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 4 Jan 2025 12:09:45 -0800 Subject: [PATCH] refactor: Add comment for tokenizing command output in Commands class --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index ee161de10..5cb346585 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -918,6 +918,7 @@ class Commands: if combined_output is None: return + # tokenize the output, and ask "Add xx k-tokens of command output to the chat?" # ai! if add_on_nonzero_exit: add = exit_status != 0 else: