v2.1.0: File tree per session, auto-continue for incomplete tasks, task completion protocol

This commit is contained in:
admin
2026-05-19 18:39:14 +04:00
Unverified
parent 5572f2cb60
commit 5997eee0d7
6 changed files with 700 additions and 10 deletions

View File

@@ -631,6 +631,14 @@ data: [DONE]
## Changelog
### v2.1.0 (2026-05-19)
- **File Tree per Session** — sidebar shows all AI-generated files per conversation, click to view/edit/save
- **File Viewer with Edit Mode** — view any file, switch to edit mode, save changes back to device
- **Auto-Continue** — app detects incomplete AI responses and auto-continues until task is confirmed done
- **Task Completion Protocol** — AI outputs `[TASK_COMPLETE]` when done; detects truncated code blocks and unclosed file tags
- **Configurable Auto-Continue** — max auto-continues adjustable 120 (default 5) in Settings
- File tree button visible in Coding/Agentic modes alongside Terminal toggle
### v2.0.1 (2026-05-19)
- **APK Build Verification** — confirms APK file exists after build, shows file size
- **Stay Awake Fix** — dual wake locks (screen bright + CPU partial) with 24h timeout keep device fully awake