gsxdsm
6bf0090a47
FN-7630: harden Hermes Runtime as additive-only to provider/model/auth catalogs
Confirms and locks in that the Hermes Runtime plugin cannot suppress independently-configured custom providers, models, or auth options, closing out GitHub #1931's remaining audit items.
- Add FNXC documentation comments to register-model-routes.ts and the Hermes Runtime plugin explaining why the plugin structurally cannot mutate AuthStorage/ModelRegistry (no reference in PluginContext) and why configuredProviders only ever grows.
- Add regression coverage proving a connected Hermes runtime never narrows the model picker (/api/models), custom-provider CRUD routes, or auth-status surfaces.
- Add changeset documenting the fix and remaining follow-up items (FN-7625, FN-7636).
Files changed:
.changeset/fn-7630-hermes-runtime-additive.md | 7 +
.../register-auth-routes-hermes-additive.test.ts | 108 ++++++++++
.../register-model-routes-hermes-additive.test.ts | 152 +++++++++++++
.../custom-provider-routes-hermes-additive.test.ts | 236 +++++++++++++++++++++
.../dashboard/src/routes/register-model-routes.ts | 12 ++
plugins/fusion-plugin-hermes-runtime/src/index.ts | 12 ++
6 files changed, 527 insertions(+)
Fusion-Task-Id: FN-7630
Fusion-Task-Lineage: 651cb242-cabf-487b-bf19-21c51b2e91d3
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-07 22:04:51 -07:00
..
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-01 20:40:02 -07:00
2026-07-05 19:57:09 -07:00
2026-07-07 22:04:51 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-07-05 19:57:09 -07:00
2026-04-09 20:19:43 -07:00