-
Notifications
You must be signed in to change notification settings - Fork 602
Description
Pre-submit Checks
- I have searched Warp bugs and there are no duplicates
- I have searched Warp known issues page and my issue is not there
- I have included the logs (optional, but helps expedite the bug fix). Log gathering intructions
Describe the bug
Warp's AI Agent Mode frequently fails with transport layer errors showing "stream closed because of a broken pipe". This occurs across various operations including Git workflows, code generation, and general AI assistance. The error appears intermittently - sometimes happening frequently, other times working normally. The full error message is:
Request failed with error: Transport(reqwest::Error { kind: Decode, source: hyper::Error(Body, Error { kind: Io(Custom { kind: BrokenPipe, error: "stream closed because of a broken pipe" }) }) })
This affects the overall reliability of AI Agent Mode functionality.
To reproduce
Steps to reproduce:
- Open Warp terminal and navigate to any project directory
- Run
git statusor any command that shows changes - Use AI Agent Mode by typing a natural language request (e.g., "add proper git commit msg & push it")
- Wait for AI Agent to process the request
- Error occurs intermittently - sometimes immediately, sometimes after partial processing
The issue is not consistently reproducible but occurs frequently enough to impact daily workflow.
Expected behavior
AI Agent Mode should successfully process requests and complete operations without transport layer failures. The connection to Warp's AI service should remain stable throughout the interaction, providing consistent and reliable AI assistance.
Screenshots, videos, and logs
Operating system (OS)
Select an OS
Operating system and version
10.0.26100
Shell Version
GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
Current Warp version
v0.2025.06.25.08.12.stable_02
Regression
No, this bug or issue has existed throughout my experience using Warp
Recent working Warp date
No response
Additional context
This is a widespread issue affecting AI Agent Mode reliability across different types of operations:
- Git workflow assistance
- Code generation and refactoring
- General terminal command assistance
- File operations
The intermittent nature ("sometimes often, sometimes normal") suggests network connectivity or server-side resource management issues. The error occurs at the transport layer, indicating connection drops between the client and Warp's AI service infrastructure.
This impacts productivity as users cannot rely on AI Agent Mode for consistent assistance and must frequently retry operations or fall back to manual commands.
Does this block you from using Warp daily?
Yes
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

