fix: Correct streaming content parameters and update deprecated macro

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:31:42 -03:00
parent c55527ea6a
commit 3ed54ce6b3
3 changed files with 5 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ pub fn mode_get(
None, // line_start
None, // line_end
None, // grep
filter_str,
filter_str.clone(),
)?;
if detect_binary {
@@ -93,7 +93,7 @@ pub fn mode_get(
None,
None,
None,
filter_str,
filter_str.clone(),
)?;
reader = new_reader;
}