/** Startup settings that ACP can apply through the canonical SDK control surface. */ export interface AcpStartupOptions { modelId?: string; modelPreset?: string; thinkingLevel?: string; }