Docs: Update website for PR 258 parallel/remote features#260
Merged
Conversation
Documents three new features from PR 258: 1. **Task Range Filtering** (`--task-range`): - Added flag to run.mdx options table - Added dedicated section with all range formats - Examples for common use cases 2. **Smart Parallelism Heuristics**: - New section in parallel/configuration.mdx - Explains automatic worker count adjustment - Documents test vs refactor task detection - Shows how to override heuristics 3. **Remote Parallel Orchestration**: - New section in remote.mdx - Documents all orchestrate: WebSocket commands - TypeScript example for programmatic control - State response schema documentation Also updated parallel overview with link to remote orchestration.
Contributor
WalkthroughAdds documentation covering remote parallel orchestration via WebSocket, task-range filtering for the run command, and smart parallelism heuristics for worker configuration. All changes are documentation-only additions without modifications to runtime behaviour or existing code. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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 |
Contributor
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@website/content/docs/cli/run.mdx`:
- Line 282: In the sentence describing the `--task-range` flag (the line
containing "`--task-range` flag" and "Task indices are **1-indexed** for user
friendliness."), replace "user friendliness" with the hyphenated form
"user-friendliness" so the compound noun is correctly formatted.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
sakaman
pushed a commit
to sakaman/ralph-tui
that referenced
this pull request
Feb 15, 2026
…eatures Docs: Update website for PR 258 parallel/remote features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates website documentation to cover the new features from PR #258 (remote orchestration and smart parallelism heuristics).
Changes
website/content/docs/cli/run.mdx:--task-rangeflag to options tablewebsite/content/docs/parallel/configuration.mdx:website/content/docs/cli/remote.mdx:website/content/docs/parallel/overview.mdx:Test plan
bun run buildin website/ succeedsSummary by CodeRabbit
Documentation
--task-rangeoption for the run command to filter and execute specific task ranges with multiple supported formats