-
Notifications
You must be signed in to change notification settings - Fork 944
Open
Labels
bugSomething is broken or behaving incorrectly.Something is broken or behaving incorrectly.needs-triageIssue needs maintainer review and initial categorization.Issue needs maintainer review and initial categorization.
Description
Before submitting
- I searched existing issues and did not find a duplicate.
- I included enough detail to reproduce or investigate the problem.
Area
apps/web
Steps to reproduce
- Install or update t3-code-desktop to the same build where the issue started for me: 0.0.13.
- Launch the desktop app fresh after update.
- Create a new thread using a Claude model, specifically one of:
- claude-sonnet-4-6
- claude-opus-4-6
- Use a normal coding prompt against a local workspace.
- Submit the first turn.
Expected behavior
The Claude thread should start processing the turn.
Actual behavior
- The turn remains pending.
- The backend exits and restarts.
- server-child.log records:
Error: All fibers interrupted without error
at async h4.streamInput (.../@anthropic-ai/claude-agent-sdk/sdk.mjs:22:1905)
- desktop-main.log records:
[desktop] backend exited unexpectedly (code=1 signal=null); restarting in 500ms
Impact
Major degradation or frequent failure
Version or commit
No response
Environment
No response
Logs or stack traces
Screenshots, recordings, or supporting files
t3-claude-crash-sanitized-README.txt
t3-claude-crash-desktop-main-sanitized.log
t3-claude-crash-server-child-sanitized.log
Workaround
Codex still works in the same app/session
- Immediately after the Claude crash loop, a Codex thread starts successfully.
- That makes this look provider-specific rather than a general backend startup failure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is broken or behaving incorrectly.Something is broken or behaving incorrectly.needs-triageIssue needs maintainer review and initial categorization.Issue needs maintainer review and initial categorization.