FunctionModelDetail({
providerName,
provider,
model,
onChange,
onDelete,
}: {
providerName: string;
provider: Provi
components/ModelsConfig.tsx:505
FunctionPackageDetail({
pkg,
cwd,
busyKey,
actionError,
actionMessage,
sessionId,
onAction,
onReloadSession,
}: {
components/PluginsConfig.tsx:401
FunctionSecretTextInput({
value,
onChange,
placeholder,
mono,
onKeyDown,
autoComplete = "off",
spellCheck = false,
st
components/ModelsConfig.tsx:182
FunctionSessionItem({
session,
isSelected,
isRunning,
isUnread,
onClick,
onRenamed,
onDeleted,
depth = 0,
hasCh
components/SessionSidebar.tsx:1754
FunctionSessionSidebar({ selectedSessionId, onSelectSession, onNewSession, initialSessionId, skipInitialProjectSelection, onInitialR
components/SessionSidebar.tsx:324
FunctionSessionTreeItem({
node,
selectedSessionId,
runningSessionIds,
unreadSessionIds,
onSelectSession,
onRenamed,
onS
components/SessionSidebar.tsx:1620
FunctionSkillDetail({
skill,
cwd,
onToggle,
toggling,
saveError,
updateStatus,
checkingUpdate,
updating,
update
components/SkillsConfig.tsx:84
FunctionTreeNode({
node,
depth,
cwd,
onOpenFile,
onAtMention,
expandedPaths,
onToggleExpanded,
refreshToken,
components/FileExplorer.tsx:184
FunctionTreeNodeView({ node, activePathIds, depth, isLast, parentLines, onSelect }: TreeNodeProps)
components/BranchNavigator.tsx:92
FunctionUserMessageView({ message, cwd, onOpenFile, entryId, onFork, forking, onNavigate, prevAssistantEntryId, onEditContent }: {
components/MessageView.tsx:139