v1.1.10 ships three commits since v1.1.9: stronger Cursor SDK model handling, a shared desktop-to-mobile model catalog, tighter iOS Simulator packaging and stream behavior, and anDocumentation 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.
asc-backed internal TestFlight build path. The iOS companion ships in TestFlight build 1 of 1.1.10.
Desktop
- Chat and providers
- Runtime and simulator
Chat setup gets a more explicit Cursor SDK path, clearer provider status, and one shared model catalog for desktop and mobile clients.
- Cursor API key handling. ADE now stores provider API keys through the platform credential path, verifies Cursor keys through model discovery, and clears stale readiness state when credentials change.
- Shared model catalog. Desktop exposes a structured
chat.modelCatalogresponse and moves provider grouping into shared catalog code so renderer, remote commands, and mobile model pickers use the same provider families. - Cursor SDK runtime cleanup. Cursor SDK sessions use private socket paths, extracted hook management, and cleanup for one-shot catalog or cloud requests so temporary runtime state does not accumulate between probes.
- Provider status copy. Connection states now distinguish missing keys, unavailable credential storage, SDK initialization failures, and cached discovery results more directly.
iOS
- Model picker
- Work chat
The mobile companion now builds its Work chat model choices from the desktop catalog instead of carrying a separate view of provider families.
- Desktop-backed catalog.
SyncServicecan requestchat.modelCatalog, cache the response per host, deduplicate in-flight requests, and fall back predictably when the desktop catalog is unavailable. - Provider grouping.
WorkModelCatalogmaps the shared desktop catalog into the mobile model picker, including current Claude, Codex, Cursor, and related provider groupings. - Model picker sheet.
WorkModelPickerSheetuses the refreshed catalog data so model choices line up with the connected desktop app.