feat(sessions): add resuming to geminiChat and add CLI flags for session management (#10719)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
bl-ue
2025-11-10 18:31:00 -07:00
committed by GitHub
parent 51f952e700
commit 6893d27441
21 changed files with 2578 additions and 11 deletions

View File

@@ -278,7 +278,7 @@ describe('handleAtCommand', () => {
}),
125,
);
});
}, 10000);
it('should handle multiple @file references', async () => {
const content1 = 'Content file1';