gsxdsm
5191e1f22d
FN-6911: defer Droid CLI startup probes
Defer Droid CLI validation and discovery so startup no longer spawns or hangs on droid.
- Register the Droid provider without boot-time validation or model discovery side effects.
- Trigger CLI validation only when a Droid stream starts and expose explicit model discovery.
- Add regression coverage for non-interactive droid process spawning and startup probe behavior.
- Add a patch changeset for the published Fusion CLI package.
Files changed:
.changeset/fn-6911-droid-cli-no-boot-spawn.md | 5 ++
.../commands/__tests__/droid-cli-extension.test.ts | 15 +++-
packages/droid-cli/index.ts | 33 ++++----
packages/droid-cli/src/__tests__/index.test.ts | 90 +++++++++-------------
.../src/__tests__/discover-models.test.ts | 7 +-
.../src/__tests__/probe.test.ts | 8 ++
.../src/__tests__/process-manager.test.ts | 74 ++++++++++++++++++
.../src/__tests__/startup-probes.test.ts | 5 +-
8 files changed, 160 insertions(+), 77 deletions(-)
Fusion-Task-Id: FN-6911
Fusion-Task-Lineage: ef4bc3df-bfe8-416a-b701-64f752faea30
2026-06-21 23:44:26 -07:00
..
2026-06-21 23:44:26 -07:00
2026-05-04 17:22:21 -07:00
2026-05-04 17:22:21 -07:00
2026-05-04 17:22:21 -07:00
2026-05-01 03:47:10 -07:00
2026-05-04 17:22:21 -07:00
2026-05-04 17:22:21 -07:00
2026-05-04 17:22:21 -07:00
2026-05-04 17:22:21 -07:00
2026-05-04 17:22:21 -07:00
2026-05-04 17:22:21 -07:00
2026-05-04 17:22:21 -07:00