-
released this
2026-05-21 13:43:01 +00:00 | 2 commits to master since this releasev3.3.0 (2026-05-21)
File Manager
- Browse device files (App Files, Downloads, Camera, Storage root)
- Open/preview any file with system viewer
- Install APKs directly from the file manager
SSH / Remote Access
- AI can SSH into external machines via
[SSH_EXEC user@host command] - SCP upload/download via
[SSH_UPLOAD]/[SSH_DOWNLOAD] - Remote execution via
[REMOTE_EXEC host command] - URL fetching via
[CURL_EXEC url]
Approval Gate
- All sensitive actions (SSH, SCP, curl, adb, pip, npm, etc.) require explicit user approval
- In-app Approve/Deny dialog before each action
- AI explains what it wants to do, you decide
Other
- New native FileManagerPlugin
- Updated agentic system prompt with full external access documentation
- Cleaned up stale artifacts from releases/
Downloads