widgets: todo++
This commit is contained in:
@@ -182,6 +182,7 @@ impl Widget for StatusBar<'_> {
|
||||
Span::from(format!("{} artifacts recorded", self.0.scenery().artifacts.len())).style(ratatui::style::Color::LightBlue),
|
||||
Span::from(" | ").style(ratatui::style::Color::DarkGray),
|
||||
Span::from(format!("{} tokens sacrificed", self.0.tokens_consumed)).style(ratatui::style::Color::LightCyan),
|
||||
// TODO: Should show the available and consumed context window in terms of tokens here
|
||||
]);
|
||||
status_line.render(area, buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user