feat(gui): Rename gui.py to gui_legacy.py and update references
This commit is contained in:
@@ -36,7 +36,7 @@ The core manipulation mechanism. This is a single, heavily guarded tool.
|
||||
### Flow
|
||||
|
||||
1. The AI generates a 'run_powershell' payload containing a PowerShell script.
|
||||
2. The AI background thread calls confirm_and_run_callback (injected by gui.py).
|
||||
2. The AI background thread calls confirm_and_run_callback (injected by gui_legacy.py).
|
||||
3. The background thread blocks completely, creating a modal popup on the main GUI thread.
|
||||
4. The user reads the script and chooses to Approve or Reject.
|
||||
5. If Approved, shell_runner.py executes the script using -NoProfile -NonInteractive -Command within the specified base_dir.
|
||||
|
||||
Reference in New Issue
Block a user