MCPcopy Create free account

hub / github.com/cruzyjapan/Gemini-CLI-UI / functions

Functions243 in github.com/cruzyjapan/Gemini-CLI-UI

↓ 1 callersFunctiongetToolsSettings
()
src/components/ChatInterface.jsx:1999
↓ 1 callersFunctionhandleChatConnection
(ws)
server/index.js:460
↓ 1 callersFunctionhandlePull
()
src/components/GitPanel.jsx:215
↓ 1 callersFunctionhandlePush
()
src/components/GitPanel.jsx:242
↓ 1 callersFunctionhandleSave
()
src/components/CodeEditor.jsx:177
↓ 1 callersFunctionhandleShellConnection
(ws)
server/index.js:501
↓ 1 callersMethodinitSessionsDir
()
server/sessionManager.js:13
↓ 1 callersFunctioninitializeDatabase
()
server/database/db.js:18
↓ 1 callersMethodisCodeBlockComplete
()
server/gemini-response-handler.js:68
↓ 1 callersMethodisComplete
(content)
server/gemini-response-handler.js:202
↓ 1 callersFunctionisProjectEmpty
(projectName)
server/projects.js:547
↓ 1 callersFunctionisUpdateAdditive
(currentProjects, updatedProjects, selectedProject, selectedSession)
src/App.jsx:104
↓ 1 callersFunctionloadFileContent
()
src/components/CodeEditor.jsx:139
↓ 1 callersFunctionloadMessages
()
src/components/ChatInterface.jsx:1286
↓ 1 callersFunctionloadMoreSessions
(project)
src/components/Sidebar.jsx:365
↓ 1 callersMethodloadSessions
()
server/sessionManager.js:141
↓ 1 callersFunctionloadSettings
()
src/components/ToolsSettings.jsx:288
↓ 1 callersFunctionlogin
(username, password)
src/contexts/AuthContext.jsx:80
↓ 1 callersFunctionparseClaudeGetOutput
(output)
server/routes/mcp.js:254
↓ 1 callersFunctionparseClaudeListOutput
(output)
server/routes/mcp.js:217
↓ 1 callersFunctionparseJsonlSessions
(filePath)
server/projects.js:358
↓ 1 callersMethodprocessData
(data)
server/gemini-response-handler.js:34
↓ 1 callersFunctionregister
(username, password)
src/contexts/AuthContext.jsx:104
↓ 1 callersFunctionremoveAllowedTool
(tool)
src/components/ToolsSettings.jsx:370
↓ 1 callersFunctionremoveDisallowedTool
(tool)
src/components/ToolsSettings.jsx:381
↓ 1 callersFunctionrenameProject
(projectName, newDisplayName)
server/projects.js:477
↓ 1 callersMethodrender
()
src/components/ErrorBoundary.jsx:20
↓ 1 callersFunctionrenderCommitItem
(commit)
src/components/GitPanel.jsx:497
↓ 1 callersFunctionrenderCompactView
(items, level = 0)
src/components/FileTree.jsx:298
↓ 1 callersFunctionrenderDetailedView
(items, level = 0)
src/components/FileTree.jsx:236
↓ 1 callersFunctionrenderFileTree
(items, level = 0)
src/components/FileTree.jsx:152
↓ 1 callersFunctionsaveMcpServer
(serverData)
src/components/ToolsSettings.jsx:133
↓ 1 callersFunctionsetupProjectsWatcher
()
server/index.js:53
↓ 1 callersMethodshouldSendImmediately
()
server/gemini-response-handler.js:74
↓ 1 callersFunctionspawnGemini
(command, options = {}, ws)
server/gemini-cli.js:10
↓ 1 callersFunctionstartRecording
()
src/components/MicButton.jsx:39
↓ 1 callersFunctionstartServer
()
server/index.js:1003
↓ 1 callersFunctionstopRecording
()
src/components/MicButton.jsx:131
↓ 1 callersFunctionswitchBranch
(branchName)
src/components/GitPanel.jsx:133
↓ 1 callersFunctiontestMcpConfiguration
(formData)
src/components/ToolsSettings.jsx:233
↓ 1 callersFunctiontestMcpServer
(serverId, scope = 'user')
src/components/ToolsSettings.jsx:209
↓ 1 callersFunctiontoggleCommitExpanded
(commitHash)
src/components/GitPanel.jsx:405
↓ 1 callersFunctiontoggleFileExpanded
(filePath)
src/components/GitPanel.jsx:393
↓ 1 callersFunctiontoggleFileSelected
(filePath)
src/components/GitPanel.jsx:421
↓ 1 callersFunctiontranscribeWithWhisper
(audioBlob, onStatusChange)
src/utils/whisper.js:3
↓ 1 callersMethodupdateCodeBlockState
()
server/gemini-response-handler.js:61
↓ 1 callersFunctionuseVersionCheck
(owner, repo)
src/hooks/useVersionCheck.js:5
↓ 1 callersFunctionuseWebSocket
()
src/utils/websocket.js:3
FunctionApp
()
src/App.jsx:651
FunctionAppContent
()
src/App.jsx:39
FunctionAuthProvider
({ children })
src/contexts/AuthContext.jsx:23
FunctionBadge
({ className, variant, ...props })
src/components/ui/badge.jsx:25
FunctionChatInterface
({ selectedProject, selectedSession, ws, sendMessage, messages, onFileOpen, onInputFocusChange, onSessionActiv
src/components/ChatInterface.jsx:1009
FunctionCodeBlock
({ language, value, inline, isDarkMode, className })
src/components/MessageRenderer.jsx:9
FunctionCodeBlock
({ language, value, isDarkMode })
src/components/EnhancedMessageRenderer.jsx:8
FunctionCodeEditor
({ file, onClose, projectPath })
src/components/CodeEditor.jsx:15
FunctionDarkModeToggle
()
src/components/DarkModeToggle.jsx:4
FunctionEnhancedMessageRenderer
({ content, isDarkMode = true })
src/components/EnhancedMessageRenderer.jsx:114
FunctionFileTree
({ selectedProject })
src/components/FileTree.jsx:10
FunctionGeminiLogo
({className = 'w-5 h-5'})
src/components/GeminiLogo.jsx:3
FunctionGeminiStatus
({ status, onAbort, isLoading })
src/components/GeminiStatus.jsx:4
FunctionGitPanel
({ selectedProject, isMobile })
src/components/GitPanel.jsx:6
FunctionImageAttachment
({ file, onRemove, uploadProgress, error })
src/components/ChatInterface.jsx:965
FunctionImageViewer
({ file, onClose })
src/components/ImageViewer.jsx:5
FunctionLoadingScreen
()
src/components/ProtectedRoute.jsx:7
FunctionLoginForm
()
src/components/LoginForm.jsx:5
FunctionMainContent
({ selectedProject, selectedSession, activeTab, setActiveTab, ws, sendMessage, messages,
src/components/MainContent.jsx:21
FunctionMessageRenderer
({ content, isDarkMode = true })
src/components/MessageRenderer.jsx:102
FunctionMicButton
({ onTranscript, className = '' })
src/components/MicButton.jsx:5
FunctionMobileNav
({ activeTab, setActiveTab, isInputFocused })
src/components/MobileNav.jsx:4
FunctionProtectedRoute
({ children })
src/components/ProtectedRoute.jsx:26
FunctionQuickSettingsPanel
({ isOpen, onToggle, autoExpandTools, onAutoExpandChange, showRawParameters, onShowRawParameters
src/components/QuickSettingsPanel.jsx:19
FunctionSetupForm
()
src/components/SetupForm.jsx:5
FunctionShell
({ selectedProject, selectedSession, isActive })
src/components/Shell.jsx:32
FunctionSidebar
({ projects, selectedProject, selectedSession, onProjectSelect, onSessionSelect, onNewSessio
src/components/Sidebar.jsx:38
FunctionThemeProvider
({ children })
src/contexts/ThemeContext.jsx:13
FunctionTodoList
({ todos, isResult = false })
src/components/TodoList.jsx:5
FunctionToolsSettings
({ isOpen, onClose })
src/components/ToolsSettings.jsx:9
FunctionVersionUpgradeModal
()
src/App.jsx:421
FunctionauthenticateToken
(req, res, next)
server/middleware/auth.js:22
MethodcomponentDidCatch
(error, errorInfo)
src/components/ErrorBoundary.jsx:13
FunctionconfirmAndExecute
()
src/components/GitPanel.jsx:297
FunctionconnectToShell
()
src/components/Shell.jsx:44
Methodconstructor
(props)
src/components/ErrorBoundary.jsx:4
Methodconstructor
(ws, options = {})
server/gemini-response-handler.js:3
Methodconstructor
()
server/sessionManager.js:6
Functioncreate
()
src/components/CodeEditor.jsx:29
FunctiondebouncedCheckMobile
()
src/App.jsx:83
FunctiondeleteSession
(projectName, sessionId)
server/projects.js:495
FunctionfileFilter
(req, file, cb)
server/index.js:851
FunctiongenerateCommitMessage
()
src/components/GitPanel.jsx:368
MethodgetDerivedStateFromError
(error)
src/components/ErrorBoundary.jsx:9
MethodgetSession
(sessionId)
server/sessionManager.js:61
FunctiongetSessionMessages
(projectName, sessionId)
server/projects.js:430
FunctiongetTransportIcon
(type)
src/components/ToolsSettings.jsx:519
FunctionhandleAbortSession
()
src/components/ChatInterface.jsx:2182
FunctionhandleChange
(e)
src/contexts/ThemeContext.jsx:68
FunctionhandleClick
(e)
src/components/MicButton.jsx:148
FunctionhandleClickOutside
(event)
src/components/GitPanel.jsx:49
FunctionhandleCloseEditor
()
src/components/MainContent.jsx:57
← previousnext →101–200 of 243, ranked by callers