BrokenCode v1.18.28 introduces Ultra: coordinated agents that build and check components, integrate them, and independently review the result.
- Select Ultra after X High, or run
brokencode run --variant ultra "Build and verify the feature".
- The coordinator saves a shared brief, editing scopes, dependencies, handoffs, and verification evidence. Up to three workers can run together; unfinished dependencies and conflicting declared scopes are blocked.
- Open agent cards to follow their conversations from desktop, interactive terminal, or the native iPhone and Android apps. The coordinator remains stoppable while workers are running.
- Workers can exchange coordination messages. Integration starts after component verification, and the plan finishes only after every task, including independent review, is verified.
- Terminal runs wait for the full team and report unfinished or failed work correctly. Completed handoffs survive a host restart; interrupted jobs are identified for deliberate recovery.
- Native iPhone conversations scroll reliably through long agent histories, preserve drafts when opening workers, and keep model choices and team activity synchronized with the computer.
Ultra uses the selected model's supported reasoning settings and more tokens. Existing permission restrictions remain in force. Declared scopes coordinate assignments; they are not operating-system sandboxes. Quality depends on the model and verification actually performed.
Validation includes engine, provider, CLI, navigation, and native iPhone simulator checks, plus a real four-worker run: two component workers, integration, and independent review. The generated application passed its unit checks and was manually exercised in a browser.
Native Android app
- Install the signed Android APK and sign in to the same BrokenGPT account as your connected computer. Select the online computer, or use a QR or connection code.
- Native task history, model and effort selection, Ultra worker conversations, local folder browsing, conflict-aware file editing, and an interactive terminal share the computer’s existing workspace.
- Task selection catches up after reconnecting without replacing unsent drafts. Account callbacks persist their nonce and complete sign-in in the app’s cookie store.
- Android 8 or later is supported. Install later APKs over this app to keep your sign-in and drafts. Updates require Android’s installation confirmation.
Android verification includes unit tests, lint, native navigation, and real emulator-to-computer checks for model synchronization, worker navigation, draft survival, conflicting file edits, folder creation, shell commands, and a real two-way inference conversation after reopening the app. Physical Android testing is not part of this verification.
Android source: 78120d8. Download the Android APK.
Download BrokenCode · Ultra instructions
Full Changelog: https://github.com/SunnyCOdet/brokencode/compare/v1.18.27...v1.18.28