## Information VSCode Version: 1.99.30038 (system setup) Void Version: 1.4.3 Commit: bf062146c93fc98f0d19cad53528d012a652ffce Date: 2025-06-06T08:49:49.945Z Electron: 34.3.2 ElectronBuildId: undefined Chromium: 132.0.6834.210 Node.js: 20.18.3 V8: 13.2.152.41-electron.0 OS: Windows_NT x64 10.0.26100 ## Issue While LLM Chat try to run command like `cargo build` with some large dependencies, it is easy to hit the inactivity time limit [here](https://github.com/voideditor/void/blob/bf062146c93fc98f0d19cad53528d012a652ffce/src/vs/workbench/contrib/void/common/prompt/prompts.ts#L30), and get [this line](https://github.com/voideditor/void/blob/bf062146c93fc98f0d19cad53528d012a652ffce/src/vs/workbench/contrib/void/browser/toolsService.ts#L541).
Information
VSCode Version: 1.99.30038 (system setup)
Void Version: 1.4.3
Commit: bf06214
Date: 2025-06-06T08:49:49.945Z
Electron: 34.3.2
ElectronBuildId: undefined
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100
Issue
While LLM Chat try to run command like
cargo buildwith some large dependencies, it is easy to hit the inactivity time limit here, and get this line.