Skip to content

Workers pane shows duplicated worker entry after Ctrl+Z (SIGTSTP) + fg #10235

@kang1027

Description

@kang1027

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

  1. Open a Warp window with a Worker running a long-lived TUI program
    • (e.g. claude or codex) inside a project directory
  2. With that worker focused, press Ctrl+Z to suspend the foreground process (SIGTSTP)
  3. Run fg %1 to bring the process back to the foreground
  4. Look at the Workers pane (sidebar)

Expected behavior

The same worker entry remains displayed once, with no duplicate. State should be unchanged from before the suspend.

Screenshots, videos, and logs

Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.bugSomething isn't working.os:macmacOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions