MCPcopy Create free account

hub / github.com/dulikaifazr/Cougar-CLI / functions

Functions1,377 in github.com/dulikaifazr/Cougar-CLI

↓ 1 callersFunctiongetEssentialCommands
()
src/utils/commonUnixCommands.ts:145
↓ 1 callersFunctiongetExpertChatDirectory
* 获取专家聊天存储目录
src/utils/expertChatStorage.ts:27
↓ 1 callersFunctiongetGPT5ConfigRecommendations
(modelName: string)
src/utils/config.ts:885
↓ 1 callersFunctiongetHead
()
src/utils/git.ts:12
↓ 1 callersFunctiongetImageFromClipboard
()
src/utils/imagePaste.ts:9
↓ 1 callersMethodgetImportantFiles
* Retrieves files prioritized for recovery during conversation compression * * Selects recently accessed files based on: * - File access rece
src/services/fileFreshness.ts:321
↓ 1 callersFunctiongetInProgressToolUseIDs
( normalizedMessages: NormalizedMessage[], )
src/utils/messages.tsx:838
↓ 1 callersFunctiongetInitialScreen
()
src/components/ModelSelector.tsx:183
↓ 1 callersMethodgetInstance
()
src/services/claude.ts:127
↓ 1 callersFunctiongetIsClean
()
src/utils/git.ts:51
↓ 1 callersFunctiongetIsHeadOnRemote
()
src/utils/git.ts:40
↓ 1 callersMethodgetLineLength
(line: number)
src/utils/Cursor.ts:388
↓ 1 callersFunctiongetListNumber
(listDepth: number, orderedListNumber: number)
src/utils/markdown.ts:201
↓ 1 callersMethodgetMentionReminders
* Retrieve cached mention reminders * Returns recent mentions (within 5 seconds) that haven't expired
src/services/systemReminder.ts:223
↓ 1 callersFunctiongetMessagesForSlashCommand
( commandName: string, args: string, setToolJSX: SetToolJSXFn, context: ToolUseContext & { setFork
src/utils/messages.tsx:450
↓ 1 callersFunctiongetMetadata
()
src/services/claude.ts:219
↓ 1 callersFunctiongetMinimalFallbackCommands
()
src/utils/commonUnixCommands.ts:157
↓ 1 callersFunctiongetModelDetails
(model: ModelInfo)
src/components/ModelSelector.tsx:483
↓ 1 callersFunctiongetModelOutputTokenCostUSD
(model: string)
src/services/claude.ts:2304
↓ 1 callersMethodgetModelSwitchingDebugInfo
* Debug method to get detailed model switching information
src/utils/model.ts:627
↓ 1 callersFunctiongetModelUsage
(modelName: string)
src/components/ModelListManager.tsx:50
↓ 1 callersFunctiongetNextAvailableLogSidechainNumber
( date: string, forkNumber: number, )
src/utils/log.ts:293
↓ 1 callersFunctiongetNextPermissionMode
( currentMode: PermissionMode, isBypassAvailable: boolean = true, )
src/types/PermissionMode.ts:104
↓ 1 callersMethodgetOffsetFromPosition
(position: Position)
src/utils/Cursor.ts:371
↓ 1 callersFunctiongetOptions
(path: string)
src/components/permissions/FileEditPermissionRequest/FileEditPermissionRequest.tsx:26
↓ 1 callersFunctiongetOptions
()
src/components/binary-feedback/BinaryFeedbackView.tsx:22
↓ 1 callersMethodgetPhaseTime
(phase: string)
src/utils/debugLogger.ts:111
↓ 1 callersMethodgetPositionFromOffset
(offset: number)
src/utils/Cursor.ts:398
↓ 1 callersMethodgetPreviousResponseId
* Get the previous response ID for a conversation
src/services/responseStateManager.ts:37
↓ 1 callersFunctiongetProjectDir
(cwd: string)
src/utils/debugLogger.ts:66
↓ 1 callersFunctiongetPrompt
()
src/tools/SkillTool/prompt.ts:3
↓ 1 callersFunctiongetPrompt
(safeMode: boolean)
src/tools/TaskTool/prompt.ts:20
↓ 1 callersMethodgetPromptForCommand
Prompt generation function
src/services/customCommands.ts:197
↓ 1 callersFunctiongetRemoteUrl
()
src/utils/git.ts:28
↓ 1 callersFunctiongetRetryDelay
( attempt: number, retryAfterHeader?: string | null, )
src/services/claude.ts:257
↓ 1 callersFunctiongetSessionId
* Get the current session ID
src/utils/agentStorage.ts:22
↓ 1 callersFunctiongetSessionMessages
(sessionId: string)
src/utils/expertChatStorage.ts:126
↓ 1 callersMethodgetSessionState
()
src/services/systemReminder.ts:470
↓ 1 callersFunctiongetSnippet
( initialText: string, oldStr: string, newStr: string, )
src/tools/FileEditTool/FileEditTool.tsx:301
↓ 1 callersMethodgetTaskToolModel
* Get the task tool default model (for Task tool sub-agents)
src/utils/model.ts:130
↓ 1 callersFunctiongetTaskTools
(safeMode: boolean)
src/tools/TaskTool/prompt.ts:13
↓ 1 callersFunctiongetTimeSinceLastInteraction
()
src/hooks/useNotifyAfterTimeout.ts:16
↓ 1 callersFunctiongetTodoMetrics
()
src/utils/todoStorage.ts:85
↓ 1 callersMethodgetTodoStateHash
(todos: TodoItem[])
src/services/systemReminder.ts:304
↓ 1 callersFunctiongetToolUseFromMessages
( toolUseID: string, messages: Message[], )
src/components/messages/UserToolResultMessage/utils.tsx:8
↓ 1 callersFunctiongetVertexRegionForModel
( model: string | undefined, )
src/utils/model.ts:63
↓ 1 callersMethodgetWrappedText
()
src/utils/Cursor.ts:359
↓ 1 callersFunctionglob
( filePattern: string, cwd: string, { limit, offset }: { limit: number; offset: number }, abortSignal:
src/utils/file.ts:36
↓ 1 callersMethodgroupToolsForExecution
* Group tools into concurrent and sequential execution groups
src/utils/toolExecutionController.ts:23
↓ 1 callersFunctionhandleAddNewModel
()
src/components/ModelListManager.tsx:73
↓ 1 callersFunctionhandleApiKeySubmit
(key: string)
src/components/ModelSelector.tsx:1520
↓ 1 callersFunctionhandleBack
()
src/commands/agents.tsx:2602
↓ 1 callersFunctionhandleConfirmation
()
src/components/ModelSelector.tsx:2193
↓ 1 callersFunctionhandleContextLengthSubmit
()
src/components/ModelSelector.tsx:2134
↓ 1 callersFunctionhandleCtrlD
()
src/hooks/useTextInput.ts:123
↓ 1 callersFunctionhandleCustomBaseUrlSubmit
(url: string)
src/components/ModelSelector.tsx:1572
↓ 1 callersFunctionhandleCustomModelSubmit
(model: string)
src/components/ModelSelector.tsx:1602
↓ 1 callersFunctionhandleDeleteModel
(modelName: string)
src/components/ModelListManager.tsx:63
↓ 1 callersFunctionhandleEditInEditor
()
src/commands/agents.tsx:2288
↓ 1 callersFunctionhandleEnter
(key: Key)
src/hooks/useTextInput.ts:190
↓ 1 callersFunctionhandleEscape
()
src/components/MessageSelector.tsx:46
↓ 1 callersFunctionhandleListApprovedTools
( cwd: string, projectConfigHandler: ProjectConfigHandler = defaultConfigHandler, )
src/commands/approvedTools.ts:21
↓ 1 callersFunctionhandleMcprcServerApprovals
()
src/services/mcpServerApproval.tsx:8
↓ 1 callersFunctionhandleModelParamsSubmit
()
src/components/ModelSelector.tsx:1672
↓ 1 callersFunctionhandleProviderBaseUrlSubmit
(url: string)
src/components/ModelSelector.tsx:1580
↓ 1 callersFunctionhandleRemoveApprovedTool
( tool: string, projectConfigHandler: ProjectConfigHandler = defaultConfigHandler, )
src/commands/approvedTools.ts:32
↓ 1 callersFunctionhandleResourceNameSubmit
(name: string)
src/components/ModelSelector.tsx:1556
↓ 1 callersFunctionhandleSubmitCode
(value: string, url: string)
src/components/ConsoleOAuthFlow.tsx:88
↓ 1 callersFunctionhasCommand
(commandName: string, commands: Command[])
src/commands.ts:113
↓ 1 callersFunctionhasCustomCommands
()
src/services/customCommands.ts:686
↓ 1 callersFunctionhasDataArray
(obj: unknown)
src/services/openai.ts:1198
↓ 1 callersFunctionhasModelError
( baseURL: string, model: string, type: ModelErrorType, )
src/services/openai.ts:77
↓ 1 callersFunctionhasModelsArray
(obj: unknown)
src/services/openai.ts:1202
↓ 1 callersFunctionhasPermissionsToUseTool
( tool, input, context, _assistantMessage, )
src/permissions.ts:155
↓ 1 callersFunctionhasRecentInteraction
(threshold: number)
src/hooks/useNotifyAfterTimeout.ts:20
↓ 1 callersMethodhyphenAwareMatch
* Hyphen-aware matching (dao → dao-qi-harmony-designer) * Treats hyphens as optional word boundaries
src/utils/advancedFuzzyMatcher.ts:82
↓ 1 callersFunctionimportServers
(selectedServers: string[])
src/entrypoints/cli.tsx:999
↓ 1 callersFunctioninferModelCapabilities
(modelName: string)
src/constants/modelCapabilities.ts:108
↓ 1 callersFunctioninitDebugLogger
()
src/utils/debugLogger.ts:911
↓ 1 callersFunctioninitSentry
()
src/services/sentry.ts:1
↓ 1 callersFunctioninstallBindingsForITerm2
()
src/commands/terminalSetup.ts:134
↓ 1 callersFunctioninstallBindingsForVSCodeTerminal
()
src/commands/terminalSetup.ts:171
↓ 1 callersFunctioninterpretHashCommand
(input: string)
src/components/PromptInput.tsx:29
↓ 1 callersFunctionisAnthropicAuthEnabled
()
src/utils/auth.ts:4
↓ 1 callersFunctionisAutoUpdaterDisabled
()
src/utils/config.ts:482
↓ 1 callersFunctionisAutoUpdaterStatus
(value: string)
src/utils/config.ts:76
↓ 1 callersFunctionisCommandList
(command: string)
src/utils/commands.ts:228
↓ 1 callersFunctionisDirEmpty
(dirPath: string)
src/utils/file.ts:397
↓ 1 callersMethodisImportantMessage
* Helper: Determine if a message is important
src/utils/messageContextManager.ts:188
↓ 1 callersFunctionisLoggedInToAnthropic
()
src/utils/auth.ts:9
↓ 1 callersMethodisMentionReminder
* Type guard for mention reminders - centralized type checking * Eliminates hardcoded type strings scattered throughout the code
src/services/systemReminder.ts:251
↓ 1 callersFunctionisMultiFile
(toolUseConfirm: ToolUseConfirm)
src/components/permissions/FilesystemPermissionRequest/FilesystemPermissionRequest.tsx:56
↓ 1 callersFunctionisShiftEnterKeyBindingInstalled
()
src/commands/terminalSetup.ts:50
↓ 1 callersFunctionisToolUseRequestMessage
( message: Message, )
src/utils/messages.tsx:713
↓ 1 callersFunctionisUnsafeCompoundCommand
(command: string)
src/utils/commands.ts:259
↓ 1 callersMethodisValidForRecovery
* Determines which files are suitable for automatic recovery * * Excludes files that are typically not relevant for development context: * -
src/services/fileFreshness.ts:345
↓ 1 callersMethodkillChildren
()
src/utils/PersistentShell.ts:306
↓ 1 callersFunctionlaunchExternalEditor
( initialText: string, )
src/utils/externalEditor.ts:91
↓ 1 callersFunctionlistAllContentFiles
( path: string, abortSignal: AbortSignal, limit: number, )
src/utils/ripgrep.ts:91
↓ 1 callersFunctionlistDirectory
( initialPath: string, cwd: string, abortSignal: AbortSignal, )
src/tools/lsTool/lsTool.tsx:132
← previousnext →501–600 of 1,377, ranked by callers