gsxdsm
1d3f6c198c
FN-9096: route CLI models through installed runtimes
Route every CLI-provider selection through an explicit installed-runtime policy.
- Centralize CLI provider classifications, runtime hints, fallback behavior, and actionable missing-runtime errors.
- Validate routing coverage statically and add conformance and integration tests for CLI runtime paths.
- Document runtime routing behavior and add a published CLI changeset.
Files changed: .changeset/fn-9096-cli-runtime-routing.md | 7 +
docs/settings-reference.md | 29 +++
docs/testing.md | 6 +-
package.json | 6 +-
.../src/__tests__/cli-provider-routing.test.ts | 74 ++++++++
.../__tests__/cli-runtime-routing-check.test.ts | 25 +++
.../cli-runtime-routing-conformance.test.ts | 210 +++++++++++++++++++++
.../__tests__/hermes-runtime-integration.test.ts | 28 +++
.../engine/src/agents/agent-session-helpers.ts | 166 ++++------------
packages/engine/src/agents/cli-provider-routing.ts | 174 +++++++++++++++++
scripts/check-cli-runtime-routing.mjs | 26 +++
scripts/lib/cli-runtime-routing-check.mjs | 84 +++++++++
12 files changed, 701 insertions(+), 134 deletions(-)
Fusion-Task-Id: FN-9096
Fusion-Task-Lineage: f9f6a434-b28d-4ebb-816a-53ca75efc2c4
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-08-15 07:19:29 -07:00
..
2026-07-31 00:36:21 -07:00
2026-08-03 00:20:53 -07:00
2026-07-13 23:00:25 -07:00
2026-07-21 20:29:46 -07:00
2026-07-20 00:18:53 -07:00
2026-07-23 12:18:24 -07:00
2026-08-15 07:19:29 -07:00
2026-06-03 19:12:28 -07:00
2026-07-31 06:46:19 -07:00
2026-07-17 15:46:31 -07:00
2026-08-04 08:57:30 -07:00
2026-07-10 13:26:23 -07:00
2026-07-24 23:15:36 -07:00
2026-07-21 20:29:46 -07:00
2026-08-03 00:20:53 -07:00
2026-07-30 21:50:37 -07:00
2026-08-01 01:15:10 -07:00
2026-06-18 16:47:09 -07:00
2026-08-13 23:46:57 -07:00
2026-07-31 01:03:24 -07:00
2026-08-11 11:28:54 -10:00
2026-08-11 10:57:36 -10:00
2026-08-10 14:10:26 -10:00
2026-07-31 14:56:07 -07:00
2026-08-02 19:58:37 -07:00
2026-08-02 19:58:37 -07:00
2026-07-24 23:01:11 -07:00
2026-07-20 09:35:55 -07:00
2026-07-24 00:55:38 -07:00
2026-08-09 06:01:02 -07:00
2026-08-03 00:20:53 -07:00
2026-07-14 23:18:55 -07:00
2026-07-26 18:04:28 -07:00
2026-08-10 03:50:58 -07:00
2026-06-14 15:29:35 -07:00
2026-06-25 17:04:30 -07:00
2026-07-30 15:24:33 -07:00
2026-08-10 12:09:20 -07:00