grind mode baby

This commit is contained in:
Harivansh Rathi 2026-03-08 23:38:13 -07:00
parent aa70afbd7e
commit ff6e39dd10
17 changed files with 1232 additions and 8 deletions

View file

@ -836,10 +836,10 @@ export class ToolExecutionComponent extends Container {
.join("\n");
if (remaining > 0) {
text +=
theme.fg(
`${theme.fg(
"muted",
`\n... (${remaining} more lines, ${totalLines} total,`,
) + ` ${keyHint("expandTools", "to expand")})`;
)} ${keyHint("expandTools", "to expand")})`;
}
}