{t('intro')}
{!state.writable && state.status === 'ready' ?{t('readOnly')}
: null} - {subagentModelSelection === undefined - ? null - : ( -{t('subagentModelSelectionDescription')}
-{t('subagentModelSelectionSaved')}
- : null} - {error === undefined ? null :{error}
} -+ {t(state.enabled ? 'subagentModelSelectionChoose' : 'subagentModelSelectionOff')} +
+{t('subagentModelSelectionLoading')}
+ : null} + {state.catalogStatus === 'error' + ? ( +{t('subagentModelSelectionPartial')}
+ : null} + {state.candidates.length > 0 + ? ( + + ) + : state.catalogStatus === 'ready' + ?{t('subagentModelSelectionEmpty')}
+ : null} + {state.invalid ?{t('subagentModelSelectionRequired')}
: null} +{t('subagentModelSelectionConflict')}
+ : null} +