(toolCallId: string)
| 25 | } |
| 26 | |
| 27 | export function removeBackgroundedProcess(toolCallId: string): void { |
| 28 | processTerminalBackgroundStates.delete(toolCallId); |
| 29 | } |
| 30 | |
| 31 | // Foreground process functions (new) |
| 32 | export function markProcessAsRunning( |
no test coverage detected