// Stub — AssistantSessionChooser not included in source snapshot import React from 'react' export function AssistantSessionChooser(_props: { sessions: unknown[] onSelect: (id: string) => void onCancel: () => void }) { return null }