mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 02:24:09 -07:00
Revert "feat: Introduce an AI-driven interactive shell mode with new"
This reverts commit 651ad63ed6.
This commit is contained in:
@@ -149,8 +149,6 @@ describe('ShellTool', () => {
|
||||
getShellBackgroundCompletionBehavior: vi.fn().mockReturnValue('silent'),
|
||||
getEnableShellOutputEfficiency: vi.fn().mockReturnValue(true),
|
||||
getSandboxEnabled: vi.fn().mockReturnValue(false),
|
||||
getInteractiveShellMode: vi.fn().mockReturnValue('off'),
|
||||
getSessionId: vi.fn().mockReturnValue('test-session-id'),
|
||||
sanitizationConfig: {},
|
||||
get sandboxManager() {
|
||||
return mockSandboxManager;
|
||||
@@ -424,7 +422,7 @@ describe('ShellTool', () => {
|
||||
|
||||
expect(mockShellBackground).toHaveBeenCalledWith(
|
||||
12345,
|
||||
'test-session-id',
|
||||
'default',
|
||||
'sleep 10',
|
||||
);
|
||||
|
||||
@@ -668,7 +666,7 @@ describe('ShellTool', () => {
|
||||
|
||||
expect(mockShellBackground).toHaveBeenCalledWith(
|
||||
12345,
|
||||
'test-session-id',
|
||||
'default',
|
||||
'sleep 10',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user