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.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 an asc-backed internal TestFlight build path. The iOS companion ships in TestFlight build 1 of 1.1.10.

Desktop

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.modelCatalog response 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

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. SyncService can request chat.modelCatalog, cache the response per host, deduplicate in-flight requests, and fall back predictably when the desktop catalog is unavailable.
  • Provider grouping. WorkModelCatalog maps the shared desktop catalog into the mobile model picker, including current Claude, Codex, Cursor, and related provider groupings.
  • Model picker sheet. WorkModelPickerSheet uses the refreshed catalog data so model choices line up with the connected desktop app.