Skip to content

"Seems like your shell is taking a while to start" false positive when using expect in a tab #9011

@chrisvrikkidel-code

Description

@chrisvrikkidel-code

Pre-submit Checks

Describe the bug

Since updating to v0.2026.04.01.08.39.stable_02, any tab that uses expect to spawn a subprocess shows "Seems like your shell is taking a while to start" permanently, even though the shell starts immediately and works correctly.

This worked fine before this update.

The warning is cosmetic but disruptive. The shell and spawned process work correctly.

Version: v0.2026.04.01.08.39.stable_02
macOS: 26.4

To reproduce

Reproduction:

  1. Open a new Warp tab
  2. Run any expect script that spawns a process (e.g. expect -c "spawn /bin/zsh; interact")
  3. The warning appears and does not go away

Expected behavior

Expected: No warning
Actual: Persistent "Seems like your shell is taking a while to start" banner

Screenshots, videos, and logs

Image

Operating system (OS)

macOS

Operating system and version

MacOS Tahoe 26.4

Shell Version

zsh 5.9 (arm64-apple-darwin25.0)

Current Warp version

v0.2026.04.01.08.39.stable_02

Regression

Yes, this bug started recently or with an X Warp version

Recent working Warp date

April 4, 2026

Additional context

Using expect to spawn a subprocess inside a Warp tab now permanently shows "Seems like your shell is taking a while to start" warning. This worked correctly before this update.

Use case: An AppleScript launches a new Warp tab via keystroke, which triggers a zsh startup script that uses expect to spawn Claude Code and send it a /rename command. This workflow worked perfectly before v0.2026.04.01.08.39.stable_02.

The shell and subprocess work correctly - the warning is a false positive caused by expect replacing the shell process before Warp finishes its bootstrap sequence.

Does this block you from using Warp daily?

Yes, this issue prevents me from using Warp daily.

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:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.bugSomething isn't working.os:macmacOS-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.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