fix: improve terminal-session errors and host task visibility - #41
Conversation
…st window
More novice-path simulation:
- joining a closed session said 'session is terminal'; gateway now maps the
terminal_session code to plain guidance ('This session has ended; ask the
operator for a fresh session.')
- the host connector window was silent about tasks; it now prints one line
per task result ('[rdev] task <id> completed' / 'failed: <reason>'), so a
non-technical user can see work is happening and when it is rejected
- ux-smoke grew to 17 checks: task result lines in the host window
(completed + rejected), closed-session join guidance, and a max-tasks 0
resident host so both task assertions share one host
|
Warning Review limit reached
Next review available in: 37 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
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. Comment |
Round 3 of novice simulation:\n\n1. joining a closed session now gives plain guidance instead of 'session is terminal'\n2. the host connector window now prints one line per task (completed / failed: reason) so non-technical users see work happening and rejections\n3. ux-smoke extended to 17 checks covering both host-window lines and the closed-session path\n\nLocal: 17/17, check.sh green.