feat: update item streaming and binary check parameters

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-28 21:10:34 -03:00
parent fe19ba0c5c
commit 35bbf42e24
2 changed files with 18 additions and 2 deletions

View File

@@ -213,7 +213,8 @@ impl AsyncItemService {
tail_words,
tail_lines,
line_start,
line_end
line_end,
None
).await?;
is_binary
};