@@ -38,6 +38,7 @@ _ ____ _____
3838 $ ade browser open | tabs | screenshot Use ADE's built-in browser pane
3939 $ ade memory add | search | pin Use ADE memory
4040 $ ade settings action <method> Call project config actions
41+ $ ade update status | check | install | dismiss Read auto-update state and drive install
4142 $ ade actions list | run | status Escape hatch for every ADE service action
4243 $ ade cursor cloud agents | runs | artifacts | repos | models | me
4344 Drive Cursor Cloud agents via @cursor/sdk
@@ -121,6 +122,7 @@ _ ____ _____
121122 $ ade browser open | tabs | screenshot Use ADE's built-in browser pane
122123 $ ade memory add | search | pin Use ADE memory
123124 $ ade settings action <method> Call project config actions
125+ $ ade update status | check | install | dismiss Read auto-update state and drive install
124126 $ ade actions list | run | status Escape hatch for every ADE service action
125127 $ ade cursor cloud agents | runs | artifacts | repos | models | me
126128 Drive Cursor Cloud agents via @cursor/sdk
@@ -204,6 +206,7 @@ _ ____ _____
204206 $ ade browser open | tabs | screenshot Use ADE's built-in browser pane
205207 $ ade memory add | search | pin Use ADE memory
206208 $ ade settings action <method> Call project config actions
209+ $ ade update status | check | install | dismiss Read auto-update state and drive install
207210 $ ade actions list | run | status Escape hatch for every ADE service action
208211 $ ade cursor cloud agents | runs | artifacts | repos | models | me
209212 Drive Cursor Cloud agents via @cursor/sdk
@@ -614,6 +617,10 @@ _ ____ _____
614617 $ ade --socket ios-sim shutdown --force Force-release a session owned by another chat
615618 $ ade ios-sim actions --text List every callable ios_simulator action
616619
620+ Project discovery scans root-level .xcodeproj bundles and apps/*/*.xcodeproj
621+ projects; do not create symlink shims or fake schemes before checking
622+ "ios-sim apps --text" and the build output.
623+
617624 Capture and inspection:
618625 $ ade ios-sim screenshot --text One-shot PNG via simctl (screenshot)
619626 $ ade ios-sim snapshot --text Screenshot + selectable elements (getScreenSnapshot)
@@ -791,6 +798,7 @@ _ ____ _____
791798 $ ade browser open | tabs | screenshot Use ADE's built-in browser pane
792799 $ ade memory add | search | pin Use ADE memory
793800 $ ade settings action <method> Call project config actions
801+ $ ade update status | check | install | dismiss Read auto-update state and drive install
794802 $ ade actions list | run | status Escape hatch for every ADE service action
795803 $ ade cursor cloud agents | runs | artifacts | repos | models | me
796804 Drive Cursor Cloud agents via @cursor/sdk
@@ -837,6 +845,32 @@ _ ____ _____
837845
838846 Start with: ade doctor --text
839847
848+ ## ade update --help
849+ _ ____ _____
850+ / \ | _ \| ____|
851+ / _ \ | | | | _|
852+ / ___ \| |_| | |___
853+ /_/ \_\____/|_____|
854+
855+ Auto-update
856+
857+ Auto-update commands query and drive ADE desktop's auto-updater. The desktop
858+ app owns the updater process; CLI parity exists so agents can read state and,
859+ when explicitly requested by the user, trigger a check, install, or dismiss
860+ the post-install notice. quitAndInstall relaunches the desktop app and only
861+ succeeds when status is "ready".
862+
863+ $ ade --socket update status --text Read AutoUpdateSnapshot (status, version, progress)
864+ $ ade --socket update check --text Trigger a background update check
865+ $ ade --socket update install --text Refresh latest, then quit and install when ready
866+ $ ade --socket update dismiss --text Clear the recently-installed banner
867+ $ ade --socket update actions --text List callable update actions
868+
869+ Snapshot status values: idle, checking, downloading, ready, installing, error.
870+ "installing" appears between quitAndInstall and the desktop relaunch; if the
871+ install fails, status falls back to error and the pending-install record is
872+ cleared automatically.
873+
840874## ade actions --help
841875_ ____ _____
842876 / \ | _ \| ____|
0 commit comments