import { c as _c } from "react/compiler-runtime"; import * as React from 'react'; import { Box, Text } from '../../ink.js'; import { getAgentModelOptions } from '../../utils/model/agent.js'; import { Select } from '../CustomSelect/select.js'; interface ModelSelectorProps { initialModel?: string; onComplete: (model?: string) => void; onCancel?: () => void; } export function ModelSelector(t0) { const $ = _c(11); const { initialModel, onComplete, onCancel } = t0; let t1; if ($[0] !== initialModel) { bb0: { const base = getAgentModelOptions(); if (initialModel && !base.some(o => o.value === initialModel)) { t1 = [{ value: initialModel, label: initialModel, description: "Current model (custom ID)" }, ...base]; break bb0; } t1 = base; } $[0] = initialModel; $[1] = t1; } else { t1 = $[1]; } const modelOptions = t1; const defaultModel = initialModel ?? "sonnet"; let t2; if ($[2] === Symbol.for("react.memo_cache_sentinel")) { t2 = Model determines the agent's reasoning capabilities and speed.; $[2] = t2; } else { t2 = $[2]; } let t3; if ($[3] !== onCancel || $[4] !== onComplete) { t3 = () => onCancel ? onCancel() : onComplete(undefined); $[3] = onCancel; $[4] = onComplete; $[5] = t3; } else { t3 = $[5]; } let t4; if ($[6] !== defaultModel || $[7] !== modelOptions || $[8] !== onComplete || $[9] !== t3) { t4 = {t2}