feat(dashboard): add sequential task session control - #69
Merged
qurakchin merged 17 commits intoAug 5, 2026
Conversation
Collaborator
Author
wilburx813
marked this pull request as ready for review
August 4, 2026 04:15
Collaborator
|
need to update docs |
Collaborator
Author
updated in a separate pr #70 |
Sonorous281
reviewed
Aug 4, 2026
Sonorous281
reviewed
Aug 4, 2026
Sonorous281
reviewed
Aug 4, 2026
Sonorous281
approved these changes
Aug 5, 2026
qurakchin
approved these changes
Aug 5, 2026
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
/rpent-task <suite> <task> <seed>command and sequential fresh TaskRuns. [1] [2]Usage
The launcher now starts a Session rather than selecting a task. Once shared services are ready, the composer accepts
/rpent-task; completed or failed TaskRuns return to command-only mode. Each accepted command gets a fresh env, toolkit, planner conversation, counters, and artifacts.Pressing
Escrequests Toolkit cancellation first, waits for the next environment-defined safe boundary, and then interrupts Claude. Task replacement keeps its existing natural-drain behavior.Follow-up