↓ 51 callersFunctionuseTextBuffer({
initialText = '',
initialCursorOffset = 0,
viewport,
stdin,
setRawMode,
onChange,
isValidPath
packages/cli/src/ui/components/shared/text-buffer.ts:398
↓ 18 callersFunctionhandleAtCommand({
query,
config,
addItem,
onDebugMessage,
messageId: userMessageTimestamp,
signal,
}: HandleAtCom
packages/cli/src/ui/hooks/atCommandProcessor.ts:117
↓ 12 callersFunctionuseInputHistory({
userMessages,
onSubmit,
isActive,
currentQuery,
onChange,
}: UseInputHistoryProps)
packages/cli/src/ui/hooks/useInputHistory.ts:23
↓ 10 callersFunctionuseCompletion(
query: string,
cwd: string,
isActive: boolean,
slashCommands: SlashCommand[],
config?: Config,
)
packages/cli/src/ui/hooks/useCompletion.ts:38