chore(core): remove redundant isModelAvailabilityServiceEnabled toggle and clean up dead code (#15207)

This commit is contained in:
Adam Weidman
2025-12-17 14:23:56 -05:00
committed by GitHub
parent 948401a450
commit b465e12747
17 changed files with 42 additions and 195 deletions

View File

@@ -1323,15 +1323,6 @@ const SETTINGS_SCHEMA = {
'Enables extension loading/unloading within the CLI session.',
showInDialog: false,
},
isModelAvailabilityServiceEnabled: {
type: 'boolean',
label: 'Enable Model Availability Service',
category: 'Experimental',
requiresRestart: true,
default: false,
description: 'Enable model routing using new availability service.',
showInDialog: false,
},
jitContext: {
type: 'boolean',
label: 'JIT Context Loading',