-
Notifications
You must be signed in to change notification settings - Fork 4k
Workers pane shows duplicated worker entry after Ctrl+Z (SIGTSTP) + fg #10235
Copy link
Copy link
Open
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.Terminal input/output, shell integration, prompt behavior, and block rendering.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.Terminal input/output, shell integration, prompt behavior, and block rendering.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Pre-submit Checks
Describe the bug
The Workers pane in Warp displays the active worker as a duplicated entry after the foreground process is suspended with Ctrl+Z (SIGTSTP) and resumed with
fg. The original worker card remains, and another instance of the same worker appears as a separate entry.Not specific to a single CLI — reproduces with both Claude Code (
claude) and OpenAI Codex CLI (codex), so it looks like a Warp worker-state tracking issue around job control rather than a TUI program issue.To reproduce
claudeorcodex) inside a project directoryfg %1to bring the process back to the foregroundExpected behavior
The same worker entry remains displayed once, with no duplicate. State should be unchanged from before the suspend.
Screenshots, videos, and logs
Operating system (OS)
macOS
Operating system and version
macOS 26 (Darwin 25.3.0)
Shell Version
zsh 5.9 (arm64-apple-darwin25.0)
Current Warp version
v0.2026.04.29.08.57.stable_01
Regression
No, this bug or issue has existed throughout my experience using Warp
Recent working Warp date
No response
Additional context
Reproduces consistently with multiple TUI CLIs (Claude Code, Codex CLI), which suggests Warp's worker tracking is double-registering the same PTY/job after fg, rather than this being a quirk of a specific program's redraw behavior.
Does this block you from using Warp daily?
No
Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None