v1.4.0: Agentic feedback loop, Termux integration, workspace context, auto-build pipeline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user