v1.0.6
Latest Release versionCode 7π Habit & Routine Detection Engine
- Proactive Pattern Recognition: Tracks background app switches via accessibility events and detects repeated sequential workflows (e.g. every weekday at 9:00 AM: Gmail β Calendar β Slack β Chrome).
- Proactive Suggestion Prompts: Automatically prompts the user: "I noticed you usually do these tasks every weekday morning. Would you like me to automate them?"
- Multi-Step Morning Routine Automation: Synthesizes and executes 6-step routines: Read today's calendar, summarize meetings (
GET_MORNING_BRIEFING), check important notifications, prepare task lists from notes, and speak the briefing. - One-Click Routine Approval: Converts approved habits into recurring cron-scheduled macros in
MacroDaoand registers knowledge nodes inPersonalGrowthEngine. - Routines UI Screen: Added modern
RoutinesScreen.ktwith suggestion approval cards, active routine toggles, template presets (Morning Routine, Work Focus, Evening Wrap-up), and learning analytics. - Database Schema Migration 8: Added
habit_eventsandhabit_routinestables with RoomMIGRATION_7_8.
βοΈ Telegram Control & Automation
- Full Telegram Automation: Support for
SEND_TELEGRAMandOPEN_TELEGRAMactions across official Telegram, Telegram Web/FOSS, Plus Messenger, and NekoX. - Handle & Contact Resolution: Seamlessly resolves direct
@usernamehandles, contact address book lookups, international phone numbers, and deep links (tg://resolve,https://t.me/). - Accessibility Automator: Added
TelegramAutomator.ktfor automatic chat input typing and message dispatch.
π§ͺ LiteRT Model Compatibility & Probe Fixes
- Model Verification Fix: Fixed a false
FORMAT_INVALIDvalidation error during verification of LiteRT-LM models (such asGemma 4 e2b-itandQwen 2.5). - Probe Logic: Corrected failure marker matching from strict
.allto.anyand expanded backend error diagnostics.