feat(cli): enhance tool confirmation UI and selection layout (#24376)

This commit is contained in:
Gal Zahavi
2026-04-03 18:32:35 -07:00
committed by GitHub
parent 21a3925f99
commit 7311e242ec
24 changed files with 2435 additions and 1953 deletions

View File

@@ -136,7 +136,7 @@ export class ShellToolInvocation extends BaseToolInvocation<
}
getDescription(): string {
return `${this.params.command} ${this.getContextualDetails()}`;
return this.params.description || '';
}
private simplifyPaths(paths: Set<string>): string[] {