void icon indicating copy to clipboard operation
void copied to clipboard

[Bug] run_command easily get timeout

Open Small-Ku opened this issue 7 months ago • 2 comments

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, and get this line.

Small-Ku avatar Jun 07 '25 15:06 Small-Ku

Great point, sorry about this. You should be able to tell the LLM to open a "persistent" terminal to get around this, but we might want to add a config to increase terminal time. Thanks for reporting.

andrewpareles avatar Jun 29 '25 22:06 andrewpareles

Hey, I decided to address this issue (along with #750). Let me know if there's any issues!

  • #867

rohitrrane avatar Aug 08 '25 15:08 rohitrrane