feat(cli): truncate shell output in UI history and improve active shell display (#17438)

This commit is contained in:
Jarrod Whelan
2026-02-08 00:09:48 -08:00
committed by GitHub
parent 09c0dfb8cd
commit 7385bc0981
34 changed files with 1553 additions and 579 deletions
@@ -65,7 +65,6 @@ vi.mock('node:os', async (importOriginal) => {
};
});
vi.mock('node:crypto');
vi.mock('../utils/textUtils.js');
import {
useShellCommandProcessor,