gsxdsm
1f23a2e622
FN-6878: register Droid provider before probes
Register Droid provider startup without waiting on local binary probes.
- Register the Droid CLI provider synchronously with an empty model list, then refresh discovered models asynchronously.
- Harden Droid runtime probes to convert spawn errors and timeouts into unavailable sentinel results.
- Add coverage for non-blocking startup, failed probes, unavailable binaries, and process cleanup behavior.
- Add a patch changeset for the published Fusion CLI package.
Files changed:
.changeset/fn-6878-droid-boot.md | 5 ++
packages/droid-cli/index.ts | 73 +++++++++++-------
packages/droid-cli/src/__tests__/index.test.ts | 52 ++++++++++++-
.../src/__tests__/process-manager.test.ts | 58 +++++++--------
.../src/__tests__/discover-models.test.ts | 8 ++
.../src/__tests__/probe.test.ts | 43 ++++++++++-
.../src/__tests__/startup-probes.test.ts | 86 ++++++++++++++++++++++
plugins/fusion-plugin-droid-runtime/src/probe.ts | 32 +++++---
8 files changed, 283 insertions(+), 74 deletions(-)
Fusion-Task-Id: FN-6878
Fusion-Task-Lineage: 4e44a6e8-0eea-4867-a172-3bdc0c6368e1
2026-06-21 16:40:32 -07:00
..
2026-06-20 23:49:57 -07:00
2026-04-25 09:09:31 -07:00
2026-06-21 03:09:35 -07:00
2026-06-19 16:47:33 -07:00
2026-06-21 10:50:48 -07:00
2026-06-21 13:52:47 +05:30
2026-06-20 20:07:07 -07:00
2026-06-20 22:47:39 -07:00
2026-06-19 20:47:32 -07:00
2026-06-21 03:40:56 -07:00
2026-06-21 00:05:03 -07:00
2026-06-21 03:53:43 -07:00
2026-06-21 13:32:19 -07:00
2026-06-20 09:58:23 -07:00
2026-06-19 20:03:24 -07:00
2026-06-19 19:05:49 -07:00
2026-06-20 12:00:51 -07:00
2026-06-20 19:48:09 -07:00
2026-06-20 12:46:34 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 07:41:44 -07:00
2026-06-19 16:47:33 -07:00
2026-06-21 09:00:40 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:34 -07:00
2026-06-19 22:14:57 -07:00
2026-06-20 08:43:35 -07:00
2026-06-20 05:14:25 -07:00
2026-06-20 08:20:39 -07:00
2026-06-20 02:38:27 -07:00
2026-06-20 02:25:11 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 10:35:40 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 15:42:16 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 16:01:07 -07:00
2026-06-19 20:59:05 -07:00
2026-06-20 04:40:31 -07:00
2026-06-20 08:13:33 -07:00
2026-06-20 15:11:22 -07:00
2026-06-20 10:21:26 -07:00
2026-06-20 16:33:07 -07:00
2026-06-20 21:32:43 -07:00
2026-06-21 16:13:54 -07:00
2026-06-20 21:23:17 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 13:25:41 -07:00
2026-06-21 13:25:41 -07:00
2026-06-21 13:25:41 -07:00
2026-06-21 16:34:41 -07:00
2026-06-21 16:40:32 -07:00
2026-06-21 00:15:00 -07:00
2026-06-21 13:25:41 -07:00
2026-06-19 16:47:34 -07:00
2026-06-19 21:46:00 -07:00
2026-06-21 02:15:24 -07:00
2026-06-13 12:11:05 -07:00
2026-06-20 18:04:02 -07:00
2026-06-21 09:41:51 -07:00
2026-06-12 01:57:04 -07:00
2026-06-20 17:17:32 -07:00
2026-06-19 16:47:34 -07:00
2026-06-21 13:25:41 -07:00
2026-06-21 03:40:56 -07:00
2026-06-21 13:25:40 -07:00
2026-06-20 00:41:36 -07:00
2026-06-19 17:25:35 -07:00
2026-06-21 11:17:56 -07:00
2026-06-21 00:02:31 -07:00