v1.4.0: Agentic feedback loop, Termux integration, workspace context, auto-build pipeline

This commit is contained in:
admin
2026-05-19 17:22:40 +04:00
Unverified
parent 88378b6342
commit a9f53e45dd
6 changed files with 299 additions and 25 deletions

View File

@@ -631,6 +631,15 @@ data: [DONE]
## Changelog
### v1.4.0 (2026-05-19)
- **Agentic Feedback Loop** — build errors auto-sent back to AI for fixing (up to 3 retries)
- **Termux Integration** — auto-detects Termux, uses its `PATH` (aapt2, d8, ecj, tsu/su)
- **Workspace Context** — AI sees device info, available tools, project files before coding
- **AIDE-style Tool Protocol** — structured `[CREATE_FILE]`, `[RUN_COMMAND]`, `[BUILD_APK]`, `[INSTALL_APK]`
- **Auto-Build Pipeline** — aapt2 → ecj → d8 → sign → install chain
- **Build Error Auto-Correction** — captures exit codes and compiler errors, feeds back to AI
- **Root Detection** — detects `tsu`/`su` for elevated privileges via Termux
### v1.3.1 (2026-05-19)
- **Auto-Execute** — AI actions now deploy files, build, and install APKs automatically (no manual button taps)
- **Keep Screen On** — toggle prevents Android screen sleep while agent is working