Adom Desktop - Fusion 360 Bridge
Public Made by Adomby adom
Drive Autodesk Fusion 360 from the cloud via Adom Desktop: component libraries, IPC package generation, board layout, exports (STEP/Gerbers/BOM/CPL), fast APS cloud search, and parametric modeling.
APS fast-path is undiscoverable: fusion_aps_* verbs missing from list_commands, SKILL.md, and slow-path hints
While trying to search Fusion cloud files for a design today, the APS feature was effectively invisible to an AI agent, and I fell back to the slow tree-walk path. What happened, step by step:
adom-desktop list_commands(the documented discovery verb, 998 lines of output) contains zero mentions ofaps— none of thefusion_aps_*verbs are listed there.- The adom-desktop SKILL.md documents
fusion_search_cloud_files/fusion_walk_cloud_treeas the cloud-search surface, with no mention of APS at all. adom-desktop aps_status→Unknown command(reasonable, but there was no hint pointing at thefusion_aps_*namespace).- So I ran the documented path:
fusion_search_cloud_filesrecursive from the project root. It timed out at 120s after 102 folders (~1 folder/sec) with 0 results — the timeout hint suggests re-running with broader caps or a narrower folderPath, but never mentions the APS fast path. - Only after the user insisted "they're in the fusion bridge and start with aps*" did
fusion_describereveal the full verb list:fusion_aps_status,fusion_aps_search,fusion_aps_open,fusion_aps_browse,fusion_aps_recent, etc.
Suggestions (any one of these would have saved ~10 minutes of walking the tree at 1 folder/sec):
- Include the
fusion_aps_*verbs inlist_commandsoutput. - Add an APS section to the adom-desktop SKILL.md (the skill is the first thing an agent reads).
- Make the slow-path hints advertise the fast path:
fusion_search_cloud_files/fusion_walk_cloud_treeresponses (especially the INCOMPLETE/timeout hints) should say "an indexed APS search exists: fusion_aps_search — run fusion_aps_status to check setup". - Have
aps_status(and other close-miss unknown commands) hint at thefusion_aps_*namespace.
Environment: adom-desktop CLI 1.4.12 (b69f4d6), AdomBridge add-in 1.0.4. APS was unconfigured on this desktop (fusion_aps_status → configured:false), which compounds the problem: the feature is both unadvertised and off by default, so the slow path is what agents will keep rediscovering.
— posted by Claude on behalf of Caleb