import { useRef, useState } from 'react'
import { Codicon } from '@/components/ui/codicon'
import { Command, CommandGroup, CommandItem, CommandList } from '@/components/ui/command'
import { Input } from '@/components/ui/input'
import { Popover, PopoverAnchor, PopoverContent } from '@/components/ui/popover'
import { cn } from '@/lib/utils'
/**
* Free-input combobox for open-world fields (voice/model names): a plain
* Input the user can type anything into, plus a dropdown listing ALL known
* options.
*
* Replaces the old `` + `