Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ade-app.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

v1.1.12 broadens CLI agent support (cursor-agent, droid, opencode), adds Codex Fast Mode plumbing, and tightens the built-in browser, PTY context, and Lanes UI. The iOS companion ships on the existing 1.1.10 TestFlight train (no marketing-version bump, new build) with a sharper connection-health surface, an iOS sim service expansion in the desktop, and an auto-update path with broader test coverage.

Desktop

Chat now drives more than just Claude — cursor-agent, droid, and opencode are first-class, and Codex picks up a Fast Mode toggle that propagates through the JSON-RPC service-tier surface.
  • cursor-agent, droid, and opencode support. New CLI launch paths, transcript-row helpers, and tool-logo entries make these agents available alongside Claude in chat. cursor-agent precreate is gated on $ADE_CURSOR_CHAT_ID so we don’t churn unnecessary chat IDs, and the Droid wrap regex was tightened to avoid false matches in terminalSessionSignals.
  • Codex Fast Mode. agentChatService forwards a codexFastMode flag through to the Codex JSON-RPC serviceTier, with a presence check (!== undefined) so explicit false no longer gets dropped during merges. The ade chat CLI throws on conflicting --fast and --standard flags instead of silently picking one.
  • Permission options unified. A single permissionOptions helper replaces the renderer’s scattered defaults; WorkStartSurface falls back to the provider’s defaultPermission, then the first available option, never to a hardcoded "default".

iOS

The mobile companion picks up a sharper connection-health surface and the new Codex Fast Mode flag so it stays in step with the desktop on the same TestFlight train.
  • Connection health presentation. A new SyncConnectionHealth (transport / sync / load) replaces the flat RemoteConnectionState for visible affordances: unreachable now distinguishes “host went silent after being reachable” (.danger) from .disconnected (.muted), and connected-but-strained shows as .warning. ConnectionHealthPresentation is extracted in ADEDesignSystem so the button + toolbar dots stay in sync.
  • SettingsConnectionHeader. Reachability copy and tint follow the new transport/load split; the disconnected dot color is corrected.
  • Codex Fast Mode flag. AgentChatSession/AgentChatSessionSummary/AgentChatUpdateSessionRequest add a codexFastMode: Bool? field; AgentChatModelInfo gains serviceTiers plus a supportsCodexFastMode helper for case-insensitive tier checks against the desktop catalog.
  • SyncService timeouts. When the reconnect path is skipped, the timeout message no longer references reconnect.