mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
refactor: Add comment for tokenizing command output in Commands class
This commit is contained in:
parent
01ef2351b3
commit
884b52b710
1 changed files with 1 additions and 0 deletions
|
@ -918,6 +918,7 @@ class Commands:
|
||||||
if combined_output is None:
|
if combined_output is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# tokenize the output, and ask "Add xx k-tokens of command output to the chat?" # ai!
|
||||||
if add_on_nonzero_exit:
|
if add_on_nonzero_exit:
|
||||||
add = exit_status != 0
|
add = exit_status != 0
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue