fix(windows): resolve sandbox binary execution, flaky file renames, and plan mode - #638
fix(windows): resolve sandbox binary execution, flaky file renames, and plan mode#638euxaristia wants to merge 1 commit into
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
WalkthroughAdds a read-only plan permission mode with TUI plan-file editing, retries atomic renames on transient Windows failures across persistence paths, and includes additional built-in SIDs in Windows restricted tokens. ChangesPlan mode
Atomic rename retries
Windows restricted token
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant TUI
participant PlanFile
participant Editor
User->>TUI: /plan open
TUI->>PlanFile: resolve and create plan file
TUI->>Editor: launch editor
Editor->>PlanFile: write plan
TUI->>PlanFile: read current plan
TUI->>User: render plan
Possibly related PRs
Suggested reviewers: ✨ 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 |
This PR fixes Windows-specific sandbox and execution failures. Specifically:
Summary by CodeRabbit
New Features
/plan opento edit the session plan using the configured editor.Bug Fixes