You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the interactive header at tall portrait phone widths.
Fixed local model availability resolution for provider-prefixed IDs, repository IDs, recovered artifact paths, and multi-file GGUF downloads.
Added local Agent tool-call loops. Native inference emits inert allowlisted events; TypeScript validates them and invokes the existing Broker-backed tools.
Added persistent PRoot jobs, encrypted job storage, background log/stop controls, Android SDK/Gradle installation jobs, and Agent checkpoint recovery after an app-process restart.
Added SAF project import/write-back, ZIP export, localhost project previews, explicit deployment commands, and a controlled WebView browser Skill.
Important limits
The controlled browser is a hardened WebView adapter, not a bundled Playwright Chromium binary.
GGUF inference is CPU-only, text-only, and currently returns generation chunks after native completion.
Android SDK host tooling is verified on the x86_64 emulator path. ARM64 uses a pinned AAPT2 compatibility override and still needs physical-device build validation.
Recovery never silently repeats unrecorded external side effects; it reuses Broker checkpoints and asks again where approval is required.