Skip to content

[Performance]: Terminal executions never close #2497

@jaivial

Description

@jaivial

Performance Issue Description

When the cli runs a command like “npm run build” the process is never ended, so the agent work dies there until you cancel and prompt to continue

Issue Type

Tool execution time

Steps to Reproduce

  1. Tell the forge agent to add any new big feature in react project.
  2. Agent runs automatically “npm run build” to check for errors.
  3. Execution is done but never closes to automatically continue with the flow.

Expected Performance

I expected the agent to listen the execution result as it finished and continue developing without stopping.

Actual Performance

The terminal executions as “npm run build” or others executions in terminal run in cli but never returns to forge agent to continue, it keeps open as it would do in a regular terminal run by yourself.

Performance Measurements

Project Size

No response

Environment Details

  • Forge: v1.31.1
  • Fedora Workspace 43
  • CPU: AMD RYZEN 9 8945HS w/ Radeon 780M
  • Logical Cores: 16
  • RAM: 59gb DDR5
  • SHELL=/bin/bash
  • AI Provider: Codex or Zai coding

Configuration

Profiling Data

Frequency

Always

Workarounds

No response

Additional Context

No response

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions