refactor: Add comment for tokenizing command output in Commands class

This commit is contained in:
Paul Gauthier 2025-01-04 12:09:45 -08:00 committed by Paul Gauthier (aider)
parent 01ef2351b3
commit 884b52b710

View file

@ -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: