MCPcopy Index your code

hub / github.com/PawanOsman/OpenCursor / functions

Functions727 in github.com/PawanOsman/OpenCursor

FunctionStatusIcon
({ status }: { status: ToolBlock["status"] })
webview-ui/sidebar/components/Tool.tsx:321
FunctionSubagentCard
({ block, onOpen }: { block: ToolBlock; onOpen?: (callId: string) => void })
webview-ui/sidebar/components/Tool.tsx:215
FunctionSubagentChat
({ block, onBack }: { block: import("./types").ToolBlock; onBack: () => void })
webview-ui/sidebar/App.tsx:417
FunctionThinkingCard
({ block }: { block: ThinkingBlock })
webview-ui/sidebar/App.tsx:349
FunctionThinkingControl
* Thinking control: an on/off switch, with a nested "Adaptive" switch shown only * when the model supports BOTH adaptive and enabled. The available m
webview-ui/sidebar/components/Composer.tsx:381
FunctionTodoList
({ block }: { block: ToolBlock })
webview-ui/sidebar/components/Tool.tsx:176
FunctionToggle
({ checked, onChange }: { checked: boolean; onChange: (v: boolean) => void })
webview-ui/settings/App.tsx:123
FunctionToggle
({ checked, onChange }: { checked: boolean; onChange: (v: boolean) => void })
webview-ui/settings/panels/Toggle.tsx:12
FunctionToolCard
({ block, onImplement, onOpenSubagent }: { block: ToolBlock; onImplement?: (path: string) => void; onOpenSubag
webview-ui/sidebar/components/Tool.tsx:528
FunctionUsagePanel
({ usage, oauthStatus, features, setFeatures, }: { usage: Record<string, ModelUsage>; oauthStatus:
webview-ui/settings/App.tsx:267
Method_resolveAutoModel
Auto mode: ask the judge model to choose an enabled model for the task.
src/ui/sidebarProvider.ts:1017
MethodacceptHunk
Accept a single hunk: fold it into `before` so it stops showing as a change.
src/stores/pendingChanges.ts:195
Functionactivate
(context: vscode.ExtensionContext)
src/extension.ts:26
Functionadd
()
webview-ui/settings/panels/HooksPanel.tsx:174
FunctionaddCustom
()
webview-ui/settings/panels/ProvidersPanel.tsx:392
FunctionaddCustom
()
webview-ui/settings/panels/PersonasPanel.tsx:36
FunctionaddSub
()
webview-ui/settings/panels/RulesPanel.tsx:38
FunctionbuildContextBlock
()
src/context/workspaceContext.ts:305
FunctionbuildQueryBlock
(query: string)
src/context/cursorContext.ts:117
MethodcallTool
(name: string, args: any)
src/integrations/mcpClient.ts:118
FunctioncancelLogin
(kind: OAuthKind)
src/agent/oauth.ts:285
FunctioncancelPull
(name: string)
src/agent/ollama.ts:149
FunctioncatalogName
(modelId: string)
src/stores/featureStore.ts:351
FunctioncheckInstalled
()
src/agent/ollama.ts:73
Functionclose
(e: MouseEvent)
webview-ui/sidebar/App.tsx:286
FunctioncompleteManual
(kind: OAuthKind, pasted: string)
src/agent/oauth.ts:296
MethodcomponentDidCatch
(error: Error, info: React.ErrorInfo)
webview-ui/sidebar/App.tsx:34
FunctionconnectPopular
(kind: ProviderKind, apiKey: string)
webview-ui/settings/panels/ProvidersPanel.tsx:374
Methodconstructor
(private readonly context: vscode.ExtensionContext)
src/stores/settingsManager.ts:36
Methodconstructor
(private readonly context: vscode.ExtensionContext)
src/stores/featureStore.ts:286
Methodconstructor
(private readonly context: vscode.ExtensionContext)
src/stores/conversationStore.ts:38
Methodconstructor
(public readonly config: McpServerConfig)
src/integrations/mcpClient.ts:48
Methodconstructor
( panel: vscode.WebviewPanel, private readonly context: vscode.ExtensionContext, private readonly
src/ui/settingsPanel.ts:64
Methodconstructor
( private readonly context: vscode.ExtensionContext, private readonly settingsManager: SettingsManager
src/ui/sidebarProvider.ts:60
Methodconstructor
(public status: number, message: string)
src/agent/provider.ts:112
FunctionconsumeCodexResetCredit
(id: string)
src/agent/oauth.ts:661
Methodcount
()
src/stores/pendingChanges.ts:156
Functiondeactivate
()
src/extension.ts:103
FunctiondeleteGgufFile
(m: LlamacppModel)
src/agent/llamacpp.ts:324
FunctiondeleteModel
(name: string)
src/agent/ollama.ts:157
Functiondisconnect
(id: string)
src/agent/oauth.ts:230
FunctiondoReset
()
webview-ui/sidebar/components/Composer.tsx:469
FunctiondoReset
()
webview-ui/settings/panels/ProvidersPanel.tsx:239
FunctiondownloadGguf
( repo: string, file: string, onProgress?: (received: number, total: number) => void )
src/agent/llamacpp.ts:270
FunctioneditExecute
(input, _signal, _callId, ctx)
src/agent/tools/files.ts:146
FunctionenableAll
(ids: string[], enable: boolean)
webview-ui/settings/panels/ModelsPanel.tsx:259
FunctionescapeHtml
(s: string)
webview-ui/sidebar/components/Composer.tsx:1004
FunctionfileToAttachment
(file: File)
webview-ui/sidebar/components/Composer.tsx:191
MethodgetDerivedStateFromError
(error: Error)
webview-ui/sidebar/App.tsx:31
MethodgetState
()
webview-ui/shared/vscode.ts:12
FunctiongetStatus
()
src/agent/ollama.ts:68
FunctiongetStatus
()
src/agent/llamacpp.ts:512
Functionh
(e: MouseEvent)
webview-ui/sidebar/App.tsx:1103
Functionh
()
webview-ui/sidebar/components/Composer.tsx:259
FunctionhandleDrop
(e: DragEvent)
webview-ui/sidebar/components/Composer.tsx:1072
Functionhandler
(event: MessageEvent<InMessage>)
webview-ui/sidebar/App.tsx:876
Functionhandler
(event: MessageEvent)
webview-ui/sidebar/components/Composer.tsx:1125
Functionhandler
(e: MessageEvent)
webview-ui/settings/App.tsx:377
Functionhandler
(e: MessageEvent)
webview-ui/settings/panels/LlamacppPanel.tsx:121
Functionhandler
(e: MessageEvent)
webview-ui/settings/panels/HooksPanel.tsx:157
Functionhandler
(e: MessageEvent)
webview-ui/settings/panels/ModelsPanel.tsx:213
Functionhandler
(e: MessageEvent)
webview-ui/settings/panels/ProvidersPanel.tsx:55
Functionhandler
(e: MessageEvent)
webview-ui/settings/panels/OllamaPanel.tsx:33
FunctionhasAnyAccount
()
src/agent/oauth.ts:209
Methodhunks
(path: string)
src/stores/pendingChanges.ts:149
FunctionimportGguf
(srcPath: string)
src/agent/llamacpp.ts:299
Functioninfo
(acc: OAuthAccount)
src/agent/oauth.ts:132
FunctioninstallLlamacpp
()
src/agent/llamacpp.ts:223
FunctioninstallOllama
()
src/agent/ollama.ts:168
Functionleave
(e: DragEvent)
webview-ui/sidebar/components/Composer.tsx:1108
Methodlist
()
src/stores/conversationStore.ts:69
FunctionlistAccounts
()
src/agent/oauth.ts:200
FunctionlistFrom
(source: HookSource)
src/integrations/externalHooks.ts:85
FunctionlistLibraryTags
(name: string)
src/agent/ollama.ts:204
FunctionlistModels
()
src/agent/ollama.ts:84
FunctionlistOAuthModels
(kind: OAuthKind)
src/agent/oauth.ts:703
FunctionlistRepoGgufFiles
(repo: string)
src/agent/llamacpp.ts:253
MethodlistResources
List resources exposed by this server (resources/list).
src/integrations/mcpClient.ts:130
FunctionlocalEnableAll
(ids: string[], enable: boolean)
webview-ui/settings/panels/ModelsPanel.tsx:270
FunctionlocalEnabled
(id: string)
webview-ui/settings/panels/ModelsPanel.tsx:263
Functionlogin
(kind: OAuthKind)
src/agent/oauth.ts:239
Functionmatch
(m: ModelDef)
webview-ui/settings/panels/ModelsPanel.tsx:292
FunctionmentionTag
(kind: string, name: string, path: string)
src/shared/turns.ts:117
FunctionoauthKindForModel
(modelId: string)
src/agent/oauth.ts:773
FunctionollamaOpenAIBase
()
src/agent/ollama.ts:28
FunctiononAbort
()
src/agent/tools/shell.ts:95
FunctiononData
(b: Buffer)
src/agent/ollama.ts:109
FunctiononDown
(e: MouseEvent)
webview-ui/sidebar/App.tsx:608
FunctiononHeaderClick
()
webview-ui/sidebar/components/Tool.tsx:540
FunctiononKey
(e: KeyboardEvent)
webview-ui/shared/ModelSelect.tsx:93
FunctiononParentAbort
()
src/agent/loop.ts:87
FunctiononTouch
()
webview-ui/sidebar/App.tsx:757
FunctiononUp
()
webview-ui/sidebar/App.tsx:756
FunctiononWheel
(e: WheelEvent)
webview-ui/sidebar/App.tsx:750
FunctionopenAdd
()
webview-ui/settings/panels/McpPanel.tsx:38
FunctionoptLabel
(o: any)
webview-ui/sidebar/components/Tool.tsx:393
Functionover
(e: DragEvent)
webview-ui/sidebar/components/Composer.tsx:1102
Functionpick
(id: string)
webview-ui/sidebar/components/Composer.tsx:573
FunctionpickLocalGguf
()
src/agent/llamacpp.ts:527
FunctionprovideTextDocumentContent
(uri)
src/extension.ts:79
← previousnext →601–700 of 727, ranked by callers