Shorten temp directory (#17901)

This commit is contained in:
joshualitt
2026-02-06 08:10:17 -08:00
committed by GitHub
parent 587188cd1f
commit 00a09c9e6d
24 changed files with 989 additions and 27 deletions
@@ -55,6 +55,9 @@ vi.mock('@google/gemini-cli-core', async (importOriginal) => {
'shell_history',
);
}
initialize(): Promise<undefined> {
return Promise.resolve(undefined);
}
}
return {
...actual,