v3.3.0: File Manager, SSH/Remote access, Approval gate
- File Manager: browse device files, open/preview, install APKs - SSH/Remote: [SSH_EXEC], [SSH_UPLOAD], [SSH_DOWNLOAD], [REMOTE_EXEC], [CURL_EXEC] - Approval gate: all sensitive actions require user approval - New FileManagerPlugin native plugin - Updated agentic system prompt with external access docs - Cleaned up stale .idsig artifacts from releases/
This commit is contained in:
@@ -631,6 +631,13 @@ data: [DONE]
|
||||
|
||||
## Changelog
|
||||
|
||||
### v3.3.0 (2026-05-21)
|
||||
- **File Manager** — browse device files (App Files, Downloads, Camera, Storage), open/preview any file, install APKs directly
|
||||
- **SSH / Remote Access** — AI can SSH into external machines, SCP upload/download, curl URLs
|
||||
- **Approval Gate** — all sensitive actions (SSH, SCP, curl, adb, pip, npm, etc.) require explicit user approval via in-app dialog
|
||||
- **New Action Tags** — `[SSH_EXEC]`, `[SSH_UPLOAD]`, `[SSH_DOWNLOAD]`, `[REMOTE_EXEC]`, `[CURL_EXEC]`
|
||||
- **Agentic Mode** — updated system prompt with full external access documentation
|
||||
|
||||
### v3.2.0 (2026-05-20)
|
||||
- **Full Internal Virtual Environment** — `BootstrapPlugin.setupVirtualEnv()` now provisions an app-contained Python venv under app storage, no external Termux app required
|
||||
- **In-App Module Installation** — `BootstrapPlugin.venvPipInstall()` installs Python modules directly into the internal venv
|
||||
|
||||
Reference in New Issue
Block a user