fix(core): improve Alpine shell compatibility (#26770)

This commit is contained in:
Debasish
2026-05-20 22:46:22 +05:30
committed by GitHub
parent 26f8c0f65e
commit aebdba6565
4 changed files with 112 additions and 50 deletions
@@ -83,6 +83,7 @@ describe('ShellTool Proactive Expansion', () => {
getModeConfig: vi.fn().mockReturnValue({ readonly: false }),
},
getEnableInteractiveShell: vi.fn().mockReturnValue(false),
isInteractiveShellEnabled: vi.fn().mockReturnValue(false),
getEnableShellOutputEfficiency: vi.fn().mockReturnValue(true),
getShellToolInactivityTimeout: vi.fn().mockReturnValue(1000),
} as unknown as Config;