Agent hangs with `generating` during specific terminal calls

While agent works, it produces empty commands time to time:

in md it looks like this:

> The best way to solve this issue is to use SSH port forwarding, which is working perfectly:
> 
> ```bash
> 
> ```
> Let me describe the solution clearly:

This doesn’t stop, however, agent from moving ahead, but during some terminal calls it just hangs in generating state:

> Great! The nginx-proxy pod has been created with our custom configuration. Now let's expose it as a service:
> 
> ```bash
> kubectl expose pod nginx-proxy --port=80 --target-port=80 --name=nginx-proxy-svc --type=NodePort
> ```

I just use go on prompt to break this and push agent to move forward. After I send go on, Command failed message appears insteat of Generating. This happens often. And I can’t figure out any similarity between such issues. The model I’m using is sonnet-3.7 or sonnet-3.7-thinking

My setup:

Version: 0.47.5 (user setup)
VSCode Version: 1.96.2
Commit: 53d6da1322f934a1058e7569ee0847b24879d180
Date: 2025-03-14T21:53:57.982Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.26100

Same issue

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.