[PF-24] Run plan and implement in foreground with streaming in Cursor sandbox - #31
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Purpose
Run both
/p(plan) and/i(implement) in the foreground in the Cursor chat sandbox so that their output streams in the agent terminal, instead of running them in the background.Description
.cursor/skills/p/SKILL.md,templates/cursor/skills/p/SKILL.md): Plan script is run in the foreground so output streams in the Cursor chat sandbox terminal. Step 3 restored to "After it completes" — read the generated.plan.mdand summarize in the reply..cursor/skills/i/SKILL.md,templates/cursor/skills/i/SKILL.md): Implement script is run in the foreground (no longer in the background). Step 3 changed to "After it completes" — on success summarize or suggest next steps; on failure report the error..cursor/rules/workflow.mdc,templates/cursor/rules/workflow.mdc): For/p, added explicit instruction to run the command in the foreground so output streams in the agent terminal (sandbox)..plan.mdand summarizeNotion: The Cursor Sandbox page was updated with a new section "6. Cursor 스킬 실행 방식" describing that plan and implement run in the foreground with streaming (no code change in this repo for that).
How to test
/pwith a short goal (e.g./p add a readme)..plan.mdand summarizes it in the reply./iwith a short prompt and confirm implement runs in the foreground with streaming; after completion, confirm the agent summarizes the result or suggests next steps.Review Requirement
templates/cursor/match the.cursor/versions.Additional Info