11# DexDex Design
22
3- DexDex is a desktop-first orchestration UI for CLI-based coding agents.
3+ DexDex is a cross-platform orchestration UI for CLI-based coding agents.
44DexDex uses a Connect RPC-first architecture with Tauri clients and Rust servers.
55This document is the primary architecture reference.
66
@@ -26,7 +26,7 @@ Primary outcomes:
26264 . Use UnitTask-centric workflows with nested SubTask and AgentSession history.
27275 . Make PR management and PR review assist first-class workflows.
28286 . Provide real-time event streaming for UI updates and automation.
29- 7 . Support iOS and Android as first-wave platforms with phased capability rollout.
29+ 7 . Treat desktop, iOS, and Android as first-class platforms with phased capability rollout.
3030
3131## Non-Goals
3232
@@ -40,15 +40,16 @@ Primary outcomes:
4040
4141### Desktop
4242
43- Desktop is the primary platform for full authoring and remediation workflows.
43+ Desktop and mobile are both product-priority platforms.
44+ Desktop is optimized for dense authoring workflows and keyboard-heavy interaction.
4445
4546### Mobile
4647
4748Mobile uses the same API and data model as desktop.
48- Capability rollout is phased:
49+ Capability rollout is phased by interaction constraints, not platform priority :
4950
50- 1 . baseline support: remote task monitoring, log viewing, approval and stop actions
51- 2 . expanded support: broader remediation and review actions as UX matures
51+ 1 . baseline support: task monitoring, log viewing, approval and stop actions, and core remediation triggers
52+ 2 . expanded support: broader remediation, review interaction, and authoring parity as UX matures
5253
5354Mobile is not a separate business-logic path.
5455
0 commit comments