App error retrieval (get_app_errors) | Gives condensed runtime errors for faster fixes | Built-in tools |
Screenshots (get_screenshots) | Lets AI see current UI state | Built-in tools |
View details (get_view_details) | Exposes view metadata and widget-tree inspection payloads | Built-in tools |
Target discovery (discover_debug_apps) | Returns canonical websocket target URIs for reliable multi-app selection | Built-in tools |
Unified evidence (capture_ui_snapshot) | Captures screenshot/layout/error data in a single debugging bundle | Built-in tools |
Coordinate inspection (inspect_widget_at_point) | Maps visual coordinates back to widget/render nodes and source hints | Built-in tools |
| Hot reload / hot restart | Fast iteration from assistant commands | Built-in tools |
| Dynamic tool registry | Register project-specific tools at runtime | Dynamic tool registry |
| Connection targeting | Reliable tool execution with multiple debug targets | MCP configuration |
| CLI + MCP dual interface | Use terminal automation and assistant workflows with shared core behavior | CLI vs MCP |
| CLI command recipes | Copy-paste patterns for local and CI automation | CLI quick recipes |