This commit is contained in:
pap
2025-08-07 12:23:04 +01:00
parent 159510fa38
commit 4697623888

View File

@@ -266,7 +266,9 @@ impl HistoryCell {
}
// this needs to happen after the agents.md summary, if it's shown (as its not a /command)
lines.push(Line::from(" To get started, describe a task or try one of these commands:".dim()));
lines.push(Line::from(
" To get started, describe a task or try one of these commands:".dim(),
));
lines.push(Line::from("".dim()));
if show_init {
@@ -589,10 +591,7 @@ impl HistoryCell {
} else {
parts.join("")
};
lines.push(Line::from(vec![
" • AGENTS.md: ".into(),
joined.into(),
]));
lines.push(Line::from(vec![" • AGENTS.md: ".into(), joined.into()]));
}
// Approval mode (as-is)