
openclaw-android-assistant
š¦ AnyClaw ā OpenClaw + Codex CLI running natively on Android. Two AI agents in one APK. No root. No Termux.
This update implements robust background gateway functionality for Android, adding FOREGROUND_SERVICE_DATA_SYNC permissions, boot auto-start receivers, and a watchdog thread that monitors service health. We also refactored CodexServerManager to use a thread-safe singleton pattern, ensuring the background service continues running seamlessly after the user closes the app. These changes ensure the gateway stays up and recovers automatically without manual intervention. 
To address limitations in agent-driven task execution, we've added a native terminal pane directly into the UI, powered by ttyd. Users can now access a shell via a new navigation tab and configure custom URL parameters, such as tokens or startup arguments, directly through the updated settings page. This makes it much easier to perform manual environment setup or maintenance tasks that the AI assistant cannot safely handle alone. 
