fix: Add context_bytes_len parameter to get_item_content_info_streaming

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-02 18:32:01 -03:00
parent 3ed54ce6b3
commit 22c91202a5

View File

@@ -241,7 +241,8 @@ impl AsyncItemService {
tail_lines, tail_lines,
line_start, line_start,
line_end, line_end,
grep grep,
None
).map(|(reader, _, _)| reader) ).map(|(reader, _, _)| reader)
}) })
.await .await
@@ -349,7 +350,8 @@ impl AsyncItemService {
tail_lines, tail_lines,
line_start, line_start,
line_end, line_end,
grep grep,
None
) )
}) })
.await .await