↓ 1 callersFunctionuseDirectConnect({
config,
setMessages,
setIsLoading,
setToolUseConfirmQueue,
tools,
}: UseDirectConnectProps)
src/hooks/useDirectConnect.ts:39
↓ 1 callersFunctionuseFilePermissionDialog({
filePath,
completionType,
languageName,
toolUseConfirm,
onDone,
onReject,
parseInput,
opera
src/components/permissions/FilePermissionDialog/useFilePermissionDialog.ts:53
↓ 1 callersFunctionuseMaybeTruncateInput({
input,
pastedContents,
onInputChange,
setCursorOffset,
setPastedContents,
}: Props)
src/components/PromptInput/useMaybeTruncateInput.ts:13
↓ 1 callersFunctionuseMultiSelectState({
isDisabled = false,
visibleOptionCount = 5,
options,
defaultValue = [],
onChange,
onCancel,
o
src/components/CustomSelect/use-multi-select-state.ts:153
↓ 1 callersFunctionuseRemoteSession({
config,
setMessages,
setIsLoading,
onInit,
setToolUseConfirmQueue,
tools,
setStreamingToolUse
src/hooks/useRemoteSession.ts:76
↓ 1 callersFunctionuseSSHSession({
session,
setMessages,
setIsLoading,
setToolUseConfirmQueue,
tools,
}: UseSSHSessionProps)
src/hooks/useSSHSession.ts:48
↓ 1 callersFunctionuseSelectInput({
isDisabled = false,
disableSelection = false,
state,
options,
isMultiSelect = false,
onUpFromFi
src/components/CustomSelect/use-select-input.ts:86
↓ 1 callersFunctionuseSelectState({
visibleOptionCount = 5,
options,
defaultValue,
onChange,
onCancel,
onFocus,
focusValue,
}: Us
src/components/CustomSelect/use-select-state.ts:127
↓ 1 callersFunctionuseSessionBackgrounding({
setMessages,
setIsLoading,
resetLoadingState,
setAbortController,
onBackgroundQuery,
}: UseSessio
src/hooks/useSessionBackgrounding.ts:27
↓ 1 callersFunctionuseTypeahead({
commands,
onInputChange,
onSubmit,
setCursorOffset,
input,
cursorOffset,
mode,
agents,
se
src/hooks/useTypeahead.tsx:353