What happened
github_issue.md
Steps to reproduce
Steps to reproduce:
Start Freebuff Desktop on Windows with Git Bash
Open a project folder on the Desktop (e.g. "Yeni klasör")
Ask the AI: "projeleri sil" (delete the projects)
AI uses rm -rf command in Git Bash
AI deletes ALL files on the Desktop, not just project files
Personal files (passwords, OTP numbers) are permanently deleted — not sent to Recycle Bin
What happened:
AI deleted files outside the project directory (C:\Users\Admin\Desktop)
Used rm -rf which bypasses Windows Recycle Bin in Git Bash
No confirmation was requested before deleting non-project files
Personal text file with game account passwords and OTP backup numbers is irrecoverably lost
Expected:
AI should only delete files within the current working project directory
AI should use Windows-safe deletion (Recycle Bin) not rm -rf
AI should confirm before deleting any file outside the project
Environment:
Freebuff Desktop v0.0.76
OS: Windows 10/11
Shell: Git Bash (where rm -rf = permanent delete, no Recycle Bin)
Where does this happen?
Desktop app
Operating system
Windows
Version
Freebuff Desktop versiyonu: 0.0.76
Model
No response
Logs or screenshots
What happened
github_issue.md
Steps to reproduce
Steps to reproduce:
Start Freebuff Desktop on Windows with Git Bash
Open a project folder on the Desktop (e.g. "Yeni klasör")
Ask the AI: "projeleri sil" (delete the projects)
AI uses rm -rf command in Git Bash
AI deletes ALL files on the Desktop, not just project files
Personal files (passwords, OTP numbers) are permanently deleted — not sent to Recycle Bin
What happened:
AI deleted files outside the project directory (C:\Users\Admin\Desktop)
Used rm -rf which bypasses Windows Recycle Bin in Git Bash
No confirmation was requested before deleting non-project files
Personal text file with game account passwords and OTP backup numbers is irrecoverably lost
Expected:
AI should only delete files within the current working project directory
AI should use Windows-safe deletion (Recycle Bin) not rm -rf
AI should confirm before deleting any file outside the project
Environment:
Freebuff Desktop v0.0.76
OS: Windows 10/11
Shell: Git Bash (where rm -rf = permanent delete, no Recycle Bin)
Where does this happen?
Desktop app
Operating system
Windows
Version
Freebuff Desktop versiyonu: 0.0.76
Model
No response
Logs or screenshots