File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
crates/atuin-ai/src/tui/view Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ fn agent_turn_view(events: &[turn::UiEvent], busy: bool) -> Elements {
153153 VStack {
154154 Spinner (
155155 label: "Atuin AI" ,
156- done: false ,
157156 label_style: label_style,
158157 done_label_style: label_style,
159158 hide_checkmark: true ,
@@ -219,14 +218,6 @@ fn tool_summary_view(summary: &turn::ToolSummary) -> Elements {
219218 element ! {
220219 Spinner ( label: summary. summary( ) , done: !summary. any_pending( ) )
221220 }
222- // LeftPadded {
223- // TextBlock {
224- // Line {
225- // Span(text: icon, style: icon_style)
226- // Span(text: summary.summary(), style: style)
227- // }
228- // }
229- // }
230221}
231222
232223fn suggested_command_view ( details : & turn:: SuggestedCommandDetails ) -> Elements {
You can’t perform that action at this time.
0 commit comments