MCPcopy Create free account

hub / github.com/ValueCell-ai/ClawX / functions

Functions2,554 in github.com/ValueCell-ai/ClawX

↓ 8 callersFunctionisInternalAssistantReplyText
(text: string)
src/pages/Chat/message-utils.ts:181
↓ 8 callersFunctionisNum
(value: string)
src/pages/Cron/index.tsx:182
↓ 8 callersFunctionnormalizeAppError
(err: unknown, details?: Record<string, unknown>)
src/lib/error-model.ts:94
↓ 8 callersFunctionnormalizeProviderBaseUrl
( config: ProviderConfig, baseUrl?: string, apiProtocol?: string, )
electron/services/providers/provider-runtime-sync.ts:49
↓ 8 callersFunctionoptionalString
(payload: unknown, key: string)
electron/services/channels-api.ts:168
↓ 8 callersFunctionresolveChatHistoryMaxChars
( rpc?: ChatHistoryRpc, )
src/stores/chat/history-rpc-params.ts:51
↓ 8 callersFunctionresolveStoredChannelType
(channelType: string)
electron/utils/channel-config.ts:207
↓ 8 callersFunctionrespond
(id: unknown, data: unknown)
tests/e2e/channels-binding-regression.spec.ts:39
↓ 8 callersMethodsetLegacyProviderApiKey
* @deprecated Use secret-store APIs by accountId.
electron/services/providers/provider-service.ts:585
↓ 8 callersFunctionsetSetting
( key: K, value: AppSettings[K] )
electron/utils/store.ts:138
↓ 8 callersFunctionshouldDeferRestart
(context: RestartDeferralContext)
electron/gateway/process-policy.ts:95
↓ 8 callersFunctionstripFirstRunSection
(content: string)
electron/utils/openclaw-workspace.ts:142
↓ 8 callersFunctionsyncDeletedProviderToRuntime
( provider: ProviderConfig | null, providerId: string, gatewayManager?: GatewayManager, runtimeProvide
electron/services/providers/provider-runtime-sync.ts:578
↓ 8 callersFunctiontoUiChannelType
(channelType: string)
electron/utils/channel-alias.ts:16
↓ 8 callersFunctionwriteAgentAuthProfiles
(agentId: string, store: Record<string, unknown>)
tests/unit/openclaw-auth.test.ts:64
↓ 7 callersMethod_getProviderInternal
Internal: resolve a single provider in the legacy ProviderConfig shape.
electron/services/providers/provider-service.ts:423
↓ 7 callersFunctionadd
(part: string)
src/stores/gateway.ts:50
↓ 7 callersFunctionapplyRuntimeEventToRuns
( currentRuns: Record<string, ChatRuntimeRunState>, event: ChatRuntimeEvent, )
src/stores/chat/runtime-graph.ts:87
↓ 7 callersFunctionapplySnapshot
(snapshot: AgentsSnapshot | undefined)
src/stores/agents.ts:25
↓ 7 callersFunctionbuildConfiguredModelOptions
( providerAccounts: ProviderAccount[], providerStatuses: ProviderWithKeyInfo[], providerVendors: Provide
src/lib/model-options.ts:137
↓ 7 callersFunctionclearErrorRecoveryTimer
()
src/stores/chat/helpers.ts:50
↓ 7 callersMethodcreateAccount
(account: ProviderAccount, apiKey?: string)
electron/services/providers/provider-service.ts:346
↓ 7 callersFunctioncreateHostInvokeDispatcher
(registryOrServices: HostApiRegistry | HostServiceRegistry)
electron/main/ipc/host-invoke.ts:88
↓ 7 callersMethoddecide
(now = Date.now())
electron/gateway/restart-governor.ts:50
↓ 7 callersFunctionenrichWithCachedImages
* Restore _attachedFiles for messages loaded from history. * Handles: * 1. [media attached: path (mime) | path] patterns (attachment-button flow)
src/stores/chat/helpers.ts:1178
↓ 7 callersFunctionenrichWithToolCallAttachments
* Surface user-facing attachments declared in assistant tool calls (e.g. * `message` tool `attachments: [{ filePath }]`) on the calling turn itself.
src/stores/chat/helpers.ts:674
↓ 7 callersFunctionerrorMessage
(error: unknown)
electron/services/skills-api.ts:41
↓ 7 callersFunctionextractMediaRefs
Extract media file refs from [media attached: <path> (<mime>) | ...] patterns
src/stores/chat/helpers.ts:486
↓ 7 callersFunctionextractSessionIdFromTranscriptFileName
(fileName: string)
electron/utils/token-usage-core.ts:17
↓ 7 callersFunctionfileExists
(p: string)
electron/utils/openclaw-workspace.ts:21
↓ 7 callersFunctiongetGatewayStartupRecoveryAction
(options: { startupError: unknown; startupStderrLines: string[]; configRepairAttempted: boolean; attem
electron/gateway/startup-recovery.ts:132
↓ 7 callersFunctiongetOpenClawSkillsDir
()
electron/utils/paths.ts:60
↓ 7 callersMethodgetVersion
* Get Gateway version info
electron/gateway/client.ts:316
↓ 7 callersFunctioninitGatewayHandlers
()
tests/unit/gateway-bisection-0d794cd.test.ts:80
↓ 7 callersFunctionisGeneratingStatusNarration
(text: string)
src/pages/Chat/message-utils.ts:201
↓ 7 callersFunctionisToolOnlyMessage
(message: RawMessage | undefined)
src/stores/chat.ts:1938
↓ 7 callersFunctionisToolResultRole
(role: unknown)
src/stores/chat/helpers.ts:1521
↓ 7 callersFunctionisWechatChannelType
(channelType: string | null | undefined)
electron/utils/channel-alias.ts:20
↓ 7 callersFunctionlistConfiguredChannels
()
electron/utils/channel-config.ts:1185
↓ 7 callersFunctionlistSessionDerivedTargetOptions
(params: { channelType: string; accountId?: string; query?: string; })
electron/services/channels-api.ts:540
↓ 7 callersFunctionmakeHarness
(initial?: Partial<ChatLikeState>)
tests/unit/chat-session-actions.test.ts:47
↓ 7 callersFunctionnormalizeFallbackModels
(models?: string[])
src/components/settings/ProvidersSettings.tsx:81
↓ 7 callersFunctionparseCronSessionKey
(sessionKey: string)
src/stores/chat/cron-session-utils.ts:7
↓ 7 callersFunctionpatchNsisExtractTemplate
(targetPath = EXTRACT_APP_PACKAGE_NSH)
scripts/patch-nsis-extract.mjs:135
↓ 7 callersFunctionpickStartupSessionFallback
( currentSessionKey: string, sessions: ChatSession[], )
src/stores/chat/session-selection.ts:20
↓ 7 callersFunctionquoteForPowerShell
(value: string)
electron/utils/openclaw-cli.ts:30
↓ 7 callersFunctionreadAuthProfiles
(agentId = 'main')
electron/utils/openclaw-auth.ts:420
↓ 7 callersFunctionremoveProviderKeyFromOpenClaw
( provider: string, agentId?: string )
electron/utils/openclaw-auth.ts:978
↓ 7 callersFunctionresetChatHistoryMaxCharsCache
()
src/stores/chat/history-rpc-params.ts:29
↓ 7 callersFunctionresolveProviderApiKeyForSave
(type: ProviderType | string, apiKey: string)
src/lib/providers.ts:272
↓ 7 callersFunctionresolveProxySettings
(settings: ProxySettings)
electron/utils/proxy.ts:43
↓ 7 callersFunctionresolveRuntimeProviderKey
(config: ProviderConfig)
electron/services/providers/provider-runtime-sync.ts:104
↓ 7 callersFunctionscheduleGatewayChannelSaveRefresh
(ctx: ChannelsApiContext, channelType: string, reason: string)
electron/services/channels-api.ts:994
↓ 7 callersMethodsetDefaultAccount
(accountId: string)
electron/services/providers/provider-service.ts:614
↓ 7 callersFunctionshouldDropMessageFromHistory
* History filtering must keep assistant tool-call turns even when their visible * text is internal narration (e.g. "生成中,稍等" + `image_generate`). Thos
src/stores/chat/helpers.ts:1565
↓ 7 callersFunctionstatFile
(path: string)
src/lib/file-preview-client.ts:27
↓ 7 callersFunctionstatus
(id: string, hasKey = true)
tests/unit/model-options.test.ts:30
↓ 7 callersFunctionsyncBuiltinChannelsWithPluginAllowlist
( currentConfig: OpenClawConfig, additionalBuiltinChannelIds: string[] = [], )
electron/utils/channel-config.ts:407
↓ 7 callersFunctionupdateAgentModel
(agentId: string, modelRef: string | null)
electron/utils/agent-config.ts:662
↓ 6 callersFunctionapplyLaunchAtStartupSetting
(enabled: boolean)
electron/main/launch-at-startup.ts:64
↓ 6 callersFunctionbuildChannelTargetLabel
(baseLabel: string, value: string)
electron/services/channels-api.ts:410
↓ 6 callersFunctioncollectQuickAccessSkills
(params: QuickAccessScanParams)
electron/utils/skill-quick-access.ts:308
↓ 6 callersFunctioncomputeChannelRuntimeStatus
( account: ChannelRuntimeAccountSnapshot, healthOverlay?: ChannelHealthOverlay, )
src/lib/channel-status.ts:80
↓ 6 callersFunctioncomputeLineStats
(file: GeneratedFile)
src/lib/generated-files.ts:377
↓ 6 callersMethoddebouncedRestart
* Debounced restart — coalesces multiple rapid restart requests into a * single restart after `delayMs` of inactivity. This prevents the * casc
electron/gateway/manager.ts:640
↓ 6 callersMethoddeleteAccount
(accountId: string)
electron/services/providers/provider-service.ts:389
↓ 6 callersMethoddeleteLegacyProviderApiKey
* @deprecated Use secret-store APIs by accountId.
electron/services/providers/provider-service.ts:601
↓ 6 callersFunctionensureClawXIdentityFile
( workspaceDir: string, options: { createDir?: boolean } = {}, )
electron/utils/openclaw-workspace.ts:70
↓ 6 callersFunctionensureOpenClawProviderAgentRuntimePins
()
electron/utils/openclaw-auth.ts:1894
↓ 6 callersFunctionextractFilePathsFromToolArgs
Extract local file paths declared in tool call arguments.
src/stores/chat/helpers.ts:549
↓ 6 callersFunctionextractMediaRefs
Extract media file refs from [media attached: <path> (<mime>) | ...] patterns
src/stores/chat.ts:900
↓ 6 callersFunctionfileExists
(path: string)
electron/utils/agent-config.ts:148
↓ 6 callersFunctionfixupPluginManifest
(targetDir: string)
electron/utils/plugin-install.ts:127
↓ 6 callersFunctionformatTokenCount
(value: number)
src/pages/Models/index.tsx:513
↓ 6 callersFunctiongatewayHistoryNeedsTranscriptHydration
(messages: RawMessage[])
src/stores/chat/history-transcript-merge.ts:92
↓ 6 callersMethodgetAccount
(accountId: string)
electron/services/providers/provider-service.ts:336
↓ 6 callersMethodgetAccountApiKey
Read an account's API key (clean alternative to getLegacyProviderApiKey).
electron/services/providers/provider-service.ts:502
↓ 6 callersFunctiongetActiveOpenClawProviders
()
electron/utils/openclaw-auth.ts:2224
↓ 6 callersMethodgetCapabilitySnapshot
(summary?: GatewayHealthSummary)
electron/gateway/manager.ts:287
↓ 6 callersFunctiongetChannelDisplayName
(value: string)
src/pages/Cron/index.tsx:269
↓ 6 callersFunctiongetElectronApp
()
electron/utils/paths.ts:22
↓ 6 callersFunctiongetMessageStopReason
(message: RawMessage | unknown)
src/stores/chat.ts:855
↓ 6 callersFunctiongetProviderApiKeyFromOpenClaw
( provider: string, agentId?: string, )
electron/utils/openclaw-auth.ts:490
↓ 6 callersFunctiongetProviderEnvVar
(type: string)
electron/utils/provider-registry.ts:31
↓ 6 callersFunctiongetProviderIconUrl
(type: ProviderType | string)
src/lib/providers.ts:213
↓ 6 callersFunctiongetProviderId
(payload: unknown, action: string)
electron/services/providers-api.ts:86
↓ 6 callersFunctiongetProviderSecret
(accountId: string)
electron/services/secrets/secret-store.ts:72
↓ 6 callersFunctiongetReconnectScheduleDecision
( context: ReconnectScheduleContext, )
electron/gateway/process-policy.ts:52
↓ 6 callersFunctiongetSettingsStore
* Get the settings store instance (lazy initialization)
electron/utils/store.ts:116
↓ 6 callersFunctiongit
(cwd: string, args: string[])
tests/unit/harness-git.test.ts:12
↓ 6 callersFunctionhandleProxySettingsChange
()
electron/main/ipc-handlers.ts:163
↓ 6 callersFunctionisClawXDesktopSessionKey
(sessionKey: string)
src/stores/chat/session-key-utils.ts:17
↓ 6 callersFunctionisCurrentSession
()
src/stores/chat/history-actions.ts:72
↓ 6 callersFunctionisInvalidConfigSignal
(text: string)
electron/gateway/startup-recovery.ts:37
↓ 6 callersFunctionloadGatewayReloadPolicy
()
electron/gateway/reload-policy.ts:55
↓ 6 callersFunctionmakeAgentSkill
(name: string)
tests/unit/skills-symlink-cleanup.test.ts:71
↓ 6 callersFunctionmakeAttachedFile
* Build an AttachedFileMeta entry for a file ref, using cache if available.
src/stores/chat.ts:1225
↓ 6 callersFunctionmeasureSync
(timings: Record<string, number>, key: string, fn: () => T)
electron/gateway/config-sync.ts:140
↓ 6 callersFunctionnormaliseEol
(s: string)
src/components/file-preview/FilePreviewBody.tsx:143
↓ 6 callersFunctionnormalizeFallbackProviderIds
(ids?: string[])
src/components/settings/ProvidersSettings.tsx:62
← previousnext →201–300 of 2,554, ranked by callers