feat(cli): route non-interactive output to stderr (#5624)

This commit is contained in:
Allen Hutchison
2025-08-05 16:11:21 -07:00
committed by GitHub
parent 268627469b
commit 2141b39c3d
3 changed files with 41 additions and 23 deletions

View File

@@ -70,6 +70,7 @@ describe('runNonInteractive', () => {
getIdeMode: vi.fn().mockReturnValue(false),
getFullContext: vi.fn().mockReturnValue(false),
getContentGeneratorConfig: vi.fn().mockReturnValue({}),
getDebugMode: vi.fn().mockReturnValue(false),
} as unknown as Config;
});