mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-18 04:04:20 +00:00
grind mode baby
This commit is contained in:
parent
aa70afbd7e
commit
ff6e39dd10
17 changed files with 1232 additions and 8 deletions
|
|
@ -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")})`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue