Skip to content

docs: Document scope-based session management features#148

Draft
promptless[bot] wants to merge 3 commits intomainfrom
promptless/scope-session-management
Draft

docs: Document scope-based session management features#148
promptless[bot] wants to merge 3 commits intomainfrom
promptless/scope-session-management

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Jan 6, 2026

Open this suggestion in Promptless to view citations and reasoning process

Documents the new scope-based session management features from PR #150 in doc-detective/common:

  • scope property: Added to runShell, runCode, and type actions for persistent terminal/code sessions that can be reused across multiple test steps
  • waitUntil property: Added to runShell and runCode actions to wait for specific patterns in stdout/stderr before completing the step
  • terminateScope action: New action for properly terminating scoped processes with graceful shutdown (SIGTERM) and forced termination (SIGKILL)

Each feature includes comprehensive documentation, examples, and schema references. All scope names are validated with the pattern ^[a-zA-Z0-9_-]{1,64}$ and the features maintain full backward compatibility.

Trigger Events


Help us improve Promptless — If this suggestion missed the mark, please share quick feedback.

If you want Promptless to make further changes on this PR, feel free to leave a comment tagging Promptless (It won't show up in the user drop down but Promptless will get it!)

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 6, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

@promptless
Copy link
Contributor Author

promptless bot commented Jan 6, 2026

🔧 I noticed that some CI checks failed for this PR. I'm investigating the failures and will work on fixing them.

@promptless
Copy link
Contributor Author

promptless bot commented Jan 6, 2026

I've added new changes to address this CI failure in commit 5710214

@promptless
Copy link
Contributor Author

promptless bot commented Jan 10, 2026

I've added new changes to address this GitHub PR in commit 3aaabb2

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.

0 participants