fix(cli): prevent Thinking... Thinking... duplication in footer

This commit is contained in:
Keith Guerin
2026-02-23 22:43:56 -08:00
parent 37fa797c9d
commit 4443e1028a
4 changed files with 31 additions and 6 deletions
@@ -385,7 +385,7 @@ describe('Composer', () => {
const { lastFrame } = await renderComposer(uiState, settings);
const output = lastFrame();
expect(output).toContain('LoadingIndicator: Thinking about code');
expect(output).toContain('LoadingIndicator: Thinking...');
});
it('hides shortcuts hint while loading', async () => {