MCPcopy Create free account

hub / github.com/clawbot7/cli-gateway / functions

Functions389 in github.com/clawbot7/cli-gateway

↓ 1 callersFunctionsendMessageDraft
( token: string, params: { chatId: number; threadId: number | null; draftId: number; text:
src/channels/telegramApi.ts:22
↓ 1 callersFunctionsendPermissionCard
(req: { uiMode: 'verbose' | 'summary'; sessionKey: string; requestId: string; toolTitle: strin
src/channels/discord.ts:399
↓ 1 callersMethodsendTextMessage
(params: { chatId: string; text: string })
src/channels/feishu.ts:198
↓ 1 callersMethodshouldBreakTextStreamForToolUpdate
( update: any, toolCallId?: string, )
src/gateway/bindingRuntime.ts:599
↓ 1 callersFunctionsleep
(ms: number)
src/channels/telegram.ts:507
↓ 1 callersFunctionspawnAcpAgent
( command: string, args: string[], env?: NodeJS.ProcessEnv, )
src/acp/stdio.ts:17
↓ 1 callersFunctionsplitArgs
(raw: string)
src/config.ts:298
↓ 1 callersFunctionsplitToolTitleParts
(title: string)
src/gateway/bindingRuntime.ts:840
↓ 1 callersFunctionstartDiscord
( router: GatewayRouter, config: AppConfig, )
src/channels/discord.ts:39
↓ 1 callersFunctionstartFeishu
( router: GatewayRouter, config: AppConfig, )
src/channels/feishu.ts:12
↓ 1 callersFunctionstartLongPolling
(bot: Bot)
src/channels/telegram.ts:481
↓ 1 callersFunctionstartScheduler
(params: { db: Db; router: GatewayRouter; sinkFactory: ( platform: Platform, chatId: string,
src/scheduler/scheduler.ts:14
↓ 1 callersFunctionstartTelegram
( router: GatewayRouter, config: AppConfig, )
src/channels/telegram.ts:41
↓ 1 callersFunctionstringifyPermissionArgs
(value: unknown)
src/channels/discordSink.ts:606
↓ 1 callersFunctionstringifyPermissionArgs
(value: unknown)
src/channels/discord.ts:998
↓ 1 callersFunctionsyncDiscordSlashCommands
( client: Client, slashCommands: ReturnType<typeof buildDiscordSlashCommands>, )
src/channels/discord.ts:279
↓ 1 callersMethodterminalCreate
(params: TerminalCreateParams)
src/acp/client.ts:657
↓ 1 callersMethodterminalKill
(params: TerminalKillParams)
src/acp/client.ts:726
↓ 1 callersMethodterminalOutput
(params: TerminalOutputParams)
src/acp/client.ts:697
↓ 1 callersMethodterminalRelease
(params: TerminalReleaseParams)
src/acp/client.ts:732
↓ 1 callersMethodterminalWaitForExit
( params: TerminalWaitForExitParams, )
src/acp/client.ts:713
↓ 1 callersFunctiontoolStatusLabel
(stage: ToolUiStage, update: any)
src/gateway/bindingRuntime.ts:718
↓ 1 callersFunctiontruncateTelegramDescription
(text: string)
src/channels/telegram.ts:707
↓ 1 callersFunctionupdateAcpSessionId
( db: Db, sessionKey: string, acpSessionId: string, )
src/gateway/sessionStore.ts:120
↓ 1 callersFunctionupdateLoadSupported
( db: Db, sessionKey: string, loadSupported: boolean, )
src/gateway/sessionStore.ts:131
↓ 1 callersFunctionupdateSessionAgentConfig
( db: Db, params: { sessionKey: string; agentCommand: string; agentArgs: string[]; }, )
src/gateway/sessionStore.ts:151
FunctioncallTelegram
( token: string, method: string, payload: unknown, fetchFn: typeof fetch = fetch, )
src/channels/telegramApi.ts:5
Methodclose
()
src/gateway/bindingRuntime.ts:285
Methodconstructor
(params: { updates: any[]; loadSession: boolean })
test/bindingRuntime.misc.test.ts:111
Methodconstructor
(params: { workspaceFile: string })
test/bindingRuntime.prompt.test.ts:30
Methodconstructor
(params: { workspaceFile: string })
test/bindingRuntime.prompt.test.ts:184
Methodconstructor
(private readonly workspaceRoot: string)
test/acpTerminal.test.ts:33
Methodconstructor
(params: { workspaceFile: string })
test/bindingRuntime.policy.test.ts:33
Methodconstructor
(params: { appId: string; appSecret: string })
src/channels/feishu.ts:154
Methodconstructor
(params: { db: Db; workspaceRoot: string; agentCommand: string; agentArgs: string[]; toolA
src/acp/client.ts:113
Methodconstructor
(params: { db: Db; config: AppConfig; onJobsChanged?: () => void; runtimeFactory?: (params: {
src/gateway/router.ts:102
Methodconstructor
(db: Db)
src/gateway/toolAuth.ts:64
Methodconstructor
(params: { db: Db; config: AppConfig; toolAuth: ToolAuth; sessionKey: string; bindingKey:
src/gateway/bindingRuntime.ts:44
MethodemitTool
(event: ClientToolEvent)
src/acp/client.ts:286
FunctionfakeFetch
(url: any, init: any)
test/telegramApi.test.ts:13
Methodkill
()
test/bindingRuntime.misc.test.ts:34
Methodkill
()
test/bindingRuntime.misc.test.ts:95
Methodkill
()
test/bindingRuntime.misc.test.ts:170
Methodkill
()
test/bindingRuntime.prompt.test.ts:169
Methodkill
()
test/bindingRuntime.prompt.test.ts:268
Methodkill
()
test/bindingRuntime.prompt.test.ts:397
Methodkill
()
test/bindingRuntime.prompt.test.ts:499
Methodkill
()
test/bindingRuntime.prompt.test.ts:602
Methodkill
()
test/acpClientTransport.test.ts:35
Methodkill
()
test/bindingRuntime.policy.test.ts:137
Methodkill
()
test/routerPromptFlow.test.ts:95
MethodnotifyCancel
(sessionId: string)
src/acp/client.ts:208
MethodonData
(buf: Buffer)
src/acp/client.ts:680
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/bindingRuntime.misc.test.ts:30
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/bindingRuntime.misc.test.ts:90
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/bindingRuntime.misc.test.ts:165
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/bindingRuntime.prompt.test.ts:161
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/bindingRuntime.prompt.test.ts:260
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/bindingRuntime.prompt.test.ts:389
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/bindingRuntime.prompt.test.ts:491
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/bindingRuntime.prompt.test.ts:594
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/acpClientTransport.test.ts:21
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/bindingRuntime.policy.test.ts:132
MethodonMessage
(cb: (message: JsonRpcMessage) => void)
test/routerPromptFlow.test.ts:87
MethodonStderr
()
test/bindingRuntime.misc.test.ts:33
MethodonStderr
()
test/bindingRuntime.misc.test.ts:94
MethodonStderr
()
test/bindingRuntime.misc.test.ts:169
MethodonStderr
(cb: (line: string) => void)
test/bindingRuntime.prompt.test.ts:165
MethodonStderr
()
test/bindingRuntime.prompt.test.ts:264
MethodonStderr
()
test/bindingRuntime.prompt.test.ts:393
MethodonStderr
()
test/bindingRuntime.prompt.test.ts:495
MethodonStderr
()
test/bindingRuntime.prompt.test.ts:598
MethodonStderr
()
test/acpClientTransport.test.ts:25
MethodonStderr
()
test/bindingRuntime.policy.test.ts:136
MethodonStderr
()
test/routerPromptFlow.test.ts:91
FunctionsendText
(delta: string)
src/channels/bufferedSink.ts:73
Functionshutdown
()
src/main.ts:91
Functionwrite
(message: JsonRpcMessage)
src/acp/stdio.ts:83
Methodwrite
(message: JsonRpcMessage)
test/bindingRuntime.misc.test.ts:27
Methodwrite
(message: JsonRpcMessage)
test/bindingRuntime.misc.test.ts:41
Methodwrite
(message: JsonRpcMessage)
test/bindingRuntime.misc.test.ts:116
Methodwrite
(message: JsonRpcMessage)
test/bindingRuntime.prompt.test.ts:34
Methodwrite
(message: JsonRpcMessage)
test/bindingRuntime.prompt.test.ts:188
Methodwrite
(message: JsonRpcMessage)
test/bindingRuntime.prompt.test.ts:282
Methodwrite
(message: JsonRpcMessage)
test/bindingRuntime.prompt.test.ts:411
Methodwrite
(message: JsonRpcMessage)
test/bindingRuntime.prompt.test.ts:513
Methodwrite
()
test/acpClientTransport.test.ts:17
Methodwrite
(message: JsonRpcMessage)
test/bindingRuntime.policy.test.ts:37
Methodwrite
(message: JsonRpcMessage)
test/routerPromptFlow.test.ts:31
← previous301–389 of 389, ranked by callers