fix: remove redundant TODO list header that breaks boxing effect
This commit is contained in:
@@ -5397,8 +5397,6 @@ impl<W: UiWriter> Agent<W> {
|
|||||||
if content.trim().is_empty() {
|
if content.trim().is_empty() {
|
||||||
Ok("📝 TODO list is empty".to_string())
|
Ok("📝 TODO list is empty".to_string())
|
||||||
} else {
|
} else {
|
||||||
// Print the TODO content to the console
|
|
||||||
self.ui_writer.print_context_status("📝 TODO list:");
|
|
||||||
for line in content.lines() {
|
for line in content.lines() {
|
||||||
self.ui_writer.print_tool_output_line(line);
|
self.ui_writer.print_tool_output_line(line);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user