-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Performance]: Terminal executions never close #2497
Copy link
Copy link
Open
Labels
type: performanceImproved performance.Improved performance.
Description
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
- Tell the forge agent to add any new big feature in react project.
- Agent runs automatically “npm run build” to check for errors.
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: performanceImproved performance.Improved performance.