feat(config): add isModelAvailabilityServiceEnabled setting (#13777)

This commit is contained in:
Adam Weidman
2025-11-24 17:26:47 -08:00
committed by GitHub
parent f6d97d4488
commit c8540b5744
6 changed files with 46 additions and 0 deletions

View File

@@ -1291,6 +1291,15 @@ 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,
},
codebaseInvestigatorSettings: {
type: 'object',
label: 'Codebase Investigator Settings',