We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09aa3cb commit 9319eafCopy full SHA for 9319eaf
crates/chat-cli/src/cli/chat/tools/fs_read.rs
@@ -286,7 +286,6 @@ impl FsRead {
286
let combined_text = combined_results.join("\n\n");
287
288
if !all_images.is_empty() && has_non_image_ops {
289
- queue!(updates, style::Print("\nherherherherherh"),)?;
290
Ok(InvokeOutput {
291
output: OutputKind::Mixed {
292
text: combined_text,
0 commit comments