Skip to content

fix(chat): change default timeout to 0 (no timeout)#188

Merged
subsy merged 2 commits intomainfrom
claude/review-default-timeout-HAZqD
Jan 22, 2026
Merged

fix(chat): change default timeout to 0 (no timeout)#188
subsy merged 2 commits intomainfrom
claude/review-default-timeout-HAZqD

Conversation

@subsy
Copy link
Copy Markdown
Owner

@subsy subsy commented Jan 22, 2026

Summary

  • Changes the default timeout for chat/PRD flow from 180,000ms (3 minutes) to 0 (no timeout)
  • Users experiencing timeouts on slower systems can now complete PRD generation without hitting artificial limits
  • Users who want timeouts can still opt-in via --timeout <ms> flag

Test plan

  • Run ralph-tui create-prd --chat and verify it no longer times out after 3 minutes
  • Run ralph-tui create-prd --chat --timeout 5000 and verify timeout still works when explicitly set
  • Verify ralph-tui create-prd --help shows (default: 0 = no timeout)

Fixes #181

Previously the chat/PRD flow had a 3-minute (180000ms) default timeout
which caused issues on slower systems (see issue #181). This change:

- Sets default timeout to 0 (no timeout) across chat engine
- Updates create-prd help text to reflect the new default
- Users can still opt-in to timeouts via --timeout flag

Fixes #181
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
ralph-tui Ignored Ignored Preview Jan 22, 2026 11:06am

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 22, 2026

Warning

Rate limit exceeded

@subsy has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 1 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@subsy subsy merged commit aa8b5d5 into main Jan 22, 2026
9 checks passed
sakaman pushed a commit to sakaman/ralph-tui that referenced this pull request Feb 15, 2026
…-HAZqD

fix(chat): change default timeout to 0 (no timeout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Opencode timeout on mac after ralph-tui create-prd --chat

2 participants