MCPcopy Create free account

hub / github.com/777genius/agent-teams-ai / functions

Functions15,610 in github.com/777genius/agent-teams-ai

↓ 11 callersMethodisAvailable
()
src/main/services/team/TeamFsWorkerClient.ts:154
↓ 11 callersMethodisDisplayableEntry
* Checks if a JSONL entry would create a displayable chunk. * Mirrors the logic in ChunkBuilder.categorizeMessage() and isParsed*Message() guards.
src/main/services/discovery/SessionContentFilter.ts:159
↓ 11 callersFunctionisGitInternalPath
(filePath: string)
src/main/utils/pathValidation.ts:429
↓ 11 callersFunctionisManagedOpenCodeServeProcessDetails
(details: string)
src/main/services/team/opencode/bridge/OpenCodeManagedHostProcessCleanup.ts:209
↓ 11 callersFunctionisNullableString
(value: unknown)
src/main/services/team/opencode/bridge/OpenCodeBridgeCommandContract.ts:1158
↓ 11 callersFunctionisTaskChangeSummaryCacheable
( taskOrBucket: TaskChangeStateLike | TaskChangeStateBucket )
src/shared/utils/taskChangeState.ts:34
↓ 11 callersFunctionisTeamProvisioningActive
( state: Pick<TeamSlice, 'currentProvisioningRunIdByTeam' | 'provisioningRuns'>, teamName: string )
src/renderer/store/slices/teamSlice.ts:1285
↓ 11 callersFunctionisTeamTaskBlockedByUnfinishedDependency
( task: TeamTaskBlockerLike, taskStateById: ReadonlyMap<string, TeamTaskStateLike> )
src/shared/utils/teamTaskState.ts:180
↓ 11 callersMethodisTrackingCurrent
(teamName: string, expectedVersion: number)
src/main/services/team/TeamLogSourceTracker.ts:327
↓ 11 callersFunctionkillTeamProcess
* Kill a team CLI process using SIGKILL (uncatchable). * * Newer Claude CLI versions (≥2.1.x) handle SIGTERM gracefully and run cleanup * that dele
src/main/services/team/TeamProvisioningService.ts:599
↓ 11 callersFunctionlastSeparatorIndex
(filePath: string)
src/shared/utils/platformPath.ts:134
↓ 11 callersMethodlistTaskInventory
(filters?: Record<string, unknown>)
mcp-server/src/agent-teams-controller.d.ts:26
↓ 11 callersFunctionmakeConfig
(overrides: Partial<TeamConfig> = {})
test/main/services/team/CrossTeamService.test.ts:43
↓ 11 callersFunctionmakeEvidence
( overrides: Partial<TeamRuntimeMemberLaunchEvidence> = {} )
test/main/services/team/TeamProvisioningOpenCodeRuntimeEvidencePolicy.test.ts:67
↓ 11 callersFunctionmakeMessage
( overrides: Partial<InboxMessage> & Pick<InboxMessage, 'from' | 'text' | 'timestamp'> )
test/renderer/utils/mergeTeamMessages.test.ts:7
↓ 11 callersFunctionmakeTask
(overrides: Partial<TeamTaskWithKanban> = {})
test/renderer/components/team/taskLogs/TaskLogsPanel.test.ts:144
↓ 11 callersMethodmarkInboxMessagesRead
( teamName: string, member: string, messages: { messageId: string }[] )
src/main/services/team/TeamProvisioningService.ts:25752
↓ 11 callersFunctionmarkTeamEngaged
(teamName: string, nowMs: number = Date.now())
src/main/services/infrastructure/teamWatchScope.ts:74
↓ 11 callersFunctionmasterAgentTeamsMcpCheckbox
(host: HTMLElement)
src/renderer/components/team/members/MembersEditorSection.test.tsx:182
↓ 11 callersFunctionmatchesObservedMemberNameForExpected
( observedName: string, expectedName: string )
src/main/services/team/provisioning/TeamProvisioningMemberIdentity.ts:17
↓ 11 callersFunctionnormalizeCopyString
(value: unknown)
src/renderer/components/team/teamCopyData.ts:31
↓ 11 callersFunctionnormalizeExplicitTeamModelForUi
( providerId: SupportedProviderId | undefined, model: string | undefined )
src/renderer/utils/teamModelAvailability.ts:803
↓ 11 callersFunctionnormalizeOpenCodeSessionStatus
(raw: unknown)
src/main/services/team/opencode/events/OpenCodeEventNormalizer.ts:119
↓ 11 callersMethodparseBoundaries
Парсинг JSONL файла для обнаружения границ задач
src/main/services/team/TaskBoundaryParser.ts:65
↓ 11 callersFunctionparseNumericSuffixName
(name: string)
src/shared/utils/teamMemberName.ts:1
↓ 11 callersFunctionpatch
(id: string, overrides: string[])
test/features/workspace-trust/core/WorkspaceTrustArgPatchApplier.test.ts:20
↓ 11 callersFunctionprocessGlobalTaskNotifications
(params: ProcessGlobalTaskNotificationsParams)
src/renderer/store/team/teamGlobalTaskNotifications.ts:58
↓ 11 callersMethodreadPersistedRuntimeMembers
(teamName: string)
src/main/services/team/TeamProvisioningService.ts:33153
↓ 11 callersMethodreconcileScan
(args: { teamName: string; evaluations: TaskStallEvaluation[]; activeTaskIds: string[]; scopeT
src/main/services/team/stallMonitor/TeamTaskStallJournal.ts:46
↓ 11 callersMethodrecordAgentRuntimeResourceSample
(params: { teamName: string; memberName: string; timestamp: string; cpuPercent?: number; r
src/main/services/team/TeamProvisioningService.ts:27403
↓ 11 callersMethodreleaseStops
()
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts:19979
↓ 11 callersFunctionresolveUiOwnedProviderBackendId
( providerId: TeamProviderId | CliProviderStatus['providerId'] | undefined, provider: Pick<CliProviderStat
src/renderer/utils/providerBackendIdentity.ts:27
↓ 11 callersFunctionresponseForRequests
( requests: TeamTaskChangeSummaryRequest[] )
src/renderer/components/team/__tests__/useTeamChangesSummaries.test.tsx:135
↓ 11 callersFunctionrestoreEnv
(name: string, previous: string | undefined)
test/main/services/team/AnthropicLaunchSelection.live.test.ts:380
↓ 11 callersMethodrunOnce
()
src/features/member-work-sync/main/infrastructure/MemberWorkSyncNudgeDispatchScheduler.ts:48
↓ 11 callersFunctionruntimeProviderCommandOptions
( options: T, projectPath: string | null )
src/features/runtime-provider-management/main/infrastructure/AgentTeamsRuntimeProviderManagementCliClient.ts:915
↓ 11 callersFunctionruntimeSnapshot
(capabilitySnapshotId: string)
test/main/services/team/OpenCodeTeamRuntimeAdapter.test.ts:1968
↓ 11 callersFunctionsanitizeDisplayContent
(content: string)
src/shared/utils/contentSanitizer.ts:108
↓ 11 callersFunctionsanitizeMcpServerName
(displayName: string)
src/shared/utils/extensionNormalizers.ts:307
↓ 11 callersMethodscheduleOpenCodePromptLedgerFollowUp
(input: { ledger: OpenCodePromptDeliveryLedgerStore; ledgerRecord: OpenCodePromptDeliveryLedgerRecord;
src/main/services/team/TeamProvisioningService.ts:7196
↓ 11 callersMethodsearchInFiles
* Search for a literal string across project files. * * @param projectRoot - Validated project root path * @param options - Search options (q
src/main/services/editor/FileSearchService.ts:206
↓ 11 callersMethodsendMessageToRun
( run: ProvisioningRun, message: string, attachments?: { data: string; mimeType: string; filename?
src/main/services/team/TeamProvisioningService.ts:23678
↓ 11 callersFunctionserializeChipsWithText
(text: string, chips: InlineChip[])
src/renderer/types/inlineChip.ts:100
↓ 11 callersFunctionsetPathEnv
(env: NodeJS.ProcessEnv, key: string, value: string)
src/main/services/runtime/agentChildProcessPreflight.ts:43
↓ 11 callersMethodsetRuntimeTurnSettledEnvironmentProvider
( provider: | ((input: { provider: RuntimeTurnSettledProvider; }) => Promise<Recor
src/main/services/team/TeamProvisioningService.ts:4018
↓ 11 callersMethodsetTaskStatus
(taskId: string, status: string, actor?: string)
mcp-server/src/agent-teams-controller.d.ts:29
↓ 11 callersMethodstart
(options: { binaryPath: string; env: NodeJS.ProcessEnv; mode?: CodexChatgptLoginMode; })
src/features/codex-account/main/infrastructure/CodexLoginSessionManager.ts:62
↓ 11 callersMethodstartTask
(taskId: string, actor?: string)
mcp-server/src/agent-teams-controller.d.ts:30
↓ 11 callersFunctionstripEncodedTaskReferenceMetadata
(text: string)
src/renderer/utils/taskReferenceUtils.ts:372
↓ 11 callersFunctionstripTrailingSeparators
(filePath: string)
src/shared/utils/platformPath.ts:50
↓ 11 callersFunctionsummarizeTeamRefreshFanout
(teamName?: string)
src/renderer/store/teamRefreshFanoutDiagnostics.ts:196
↓ 11 callersFunctionunsubscribe
(normalizedKey: string)
src/renderer/hooks/useBranchSync.ts:37
↓ 11 callersMethodupdateExisting
( id: string, updater: (record: OpenCodePromptDeliveryLedgerRecord) => OpenCodePromptDeliveryLedgerRec
src/main/services/team/opencode/delivery/OpenCodePromptDeliveryLedger.ts:753
↓ 11 callersFunctionvalidateFileName
(name: string)
src/main/utils/pathValidation.ts:376
↓ 11 callersFunctionwaitUntil
( predicate: () => Promise<boolean>, timeoutMs: number, pollMs = 500 )
test/main/services/team/openCodeLiveTestHarness.ts:253
↓ 11 callersFunctionworkspace
(cwd = '/tmp/project')
test/features/workspace-trust/core/ClaudePtyWorkspaceTrustStrategy.test.ts:93
↓ 11 callersFunctionwriteToolUse
( toolUseId: string, filePath: string, content: string, timestamp = '2026-03-01T10:00:00.000Z' )
test/main/services/team/TaskChangeComputer.test.ts:39
↓ 11 callersFunctionyieldToEventLoop
()
src/main/utils/asyncYield.ts:1
↓ 10 callersMethodappendPendingReport
(request: MemberWorkSyncReportRequest, reason: string)
src/features/member-work-sync/core/application/ports.ts:152
↓ 10 callersFunctionapplyOpenCodeRuntimeBinaryEnv
( env: NodeJS.ProcessEnv, discoveredBinaryPath: string | null | undefined )
src/main/services/runtime/openCodeRuntimeBinaryEnv.ts:32
↓ 10 callersFunctionapprovalEntry
(overrides: Partial<RuntimeToolApprovalEntry> = {})
test/main/services/team/RuntimeToolApprovalCoordinator.test.ts:27
↓ 10 callersMethodattachLiveRosterMember
( teamName: string, memberName: string, options?: { reason?: LiveRosterAttachReason } )
src/main/services/team/TeamProvisioningService.ts:16170
↓ 10 callersMethodbegin
(batch: RuntimeStoreWriteBatch)
src/main/services/team/opencode/store/RuntimeStoreManifest.ts:388
↓ 10 callersMethodbuildAggregatePendingLaunchMessage
( prefix: string, run: ProvisioningRun, launchSummary: { confirmedCount: number; pendi
src/main/services/team/TeamProvisioningService.ts:28416
↓ 10 callersFunctionbuildModelFailureLine
( providerId: TeamProviderId, modelId: string, kind: 'unavailable' | 'check failed', reason: string |
src/renderer/components/team/dialogs/providerPrepareDiagnostics.ts:509
↓ 10 callersFunctionbuildProgressLogsTail
( lines: readonly string[], maxLines: number = PROGRESS_LOG_TAIL_LINES )
src/main/services/team/progressPayload.ts:120
↓ 10 callersFunctionbuildProviderPrepareModelChecksSignature
( modelChecksByProvider: SelectedModelChecksByProvider )
src/renderer/components/team/dialogs/providerPrepareRequestSignature.ts:71
↓ 10 callersFunctionbuildTeamChangeRequestPlan
( tasks: TeamTaskWithKanban[], unknownScanCursor: number, forceFresh: boolean, options: TeamChangeRequ
src/renderer/components/team/teamChangesRequestPlan.ts:90
↓ 10 callersFunctionbuildTeamGraphDefaultLayoutSeed
( members: readonly TeamGraphDefaultLayoutMemberInput[], configMembers: readonly TeamGraphDefaultLayoutMem
src/shared/utils/teamGraphDefaultLayout.ts:178
↓ 10 callersFunctioncaptureTeamLocalStateEpoch
(teamName: string)
src/renderer/store/team/teamLocalStateEpoch.ts:3
↓ 10 callersFunctioncaptureTeamRequestScope
(get: () => AppState, teamName: string)
src/renderer/store/slices/teamSlice.ts:470
↓ 10 callersFunctioncheckAborted
()
src/renderer/hooks/useTabNavigationController.ts:182
↓ 10 callersFunctionchoosePreferredLaunchSnapshot
( bootstrapSnapshot: T | null, launchSnapshot: T | null )
src/main/services/team/TeamBootstrapStateReader.ts:875
↓ 10 callersFunctionclamp
(value: number, min: number, max: number)
src/renderer/components/splash/splashScene.ts:975
↓ 10 callersFunctionclassifyIdleNotificationForMainProcess
( text: string )
src/main/services/team/idleNotificationMainProcessSemantics.ts:15
↓ 10 callersFunctionclickButton
(label: string)
test/renderer/features/terminal-workspace/TerminalWorkspacePanel.fixture-e2e.test.tsx:1966
↓ 10 callersFunctioncommandArgEquals
( command: string, argName: string, expected: string | undefined )
src/main/services/team/TeamRuntimeLivenessResolver.ts:163
↓ 10 callersFunctioncreateAnthropicProvider
( overrides?: Partial<CliProviderStatus['connection']> & { authenticated?: boolean; authMethod?: str
test/renderer/components/runtime/ProviderRuntimeSettingsDialog.test.ts:335
↓ 10 callersFunctioncreateCodexSnapshot
( overrides: Partial<CodexAccountSnapshotDto> = {} )
test/main/services/runtime/ProviderConnectionService.test.ts:83
↓ 10 callersFunctioncreateDefaultTabUIState
* Creates a default/empty TabUIState.
src/renderer/store/slices/tabUISlice.ts:50
↓ 10 callersFunctioncreateIpcWrapper
(logPrefix: string)
src/main/ipc/ipcWrapper.ts:13
↓ 10 callersMethodcreateOpenCodePromptDeliveryLedger
(teamName: string, laneId: string)
src/main/services/team/TeamProvisioningService.ts:13019
↓ 10 callersFunctioncreatePassingStages
( overrides: Partial<RunGauntletResult['stages']> = {} )
test/main/services/team/OpenCodeSemanticModelGauntlet.live.test.ts:2088
↓ 10 callersFunctioncreateProject
( projectsDir: string, encodedName: string, cwd: string, sessionCount = 1 )
test/main/services/discovery/ProjectScanner.scanDedup.safe-e2e.test.ts:39
↓ 10 callersFunctioncreateRecord
(overrides: Partial<BoardTaskActivityRecord> = {})
test/main/services/team/stallMonitor/TeamTaskStallPolicy.test.ts:41
↓ 10 callersFunctioncreateService
( overrides: { leaseAcquireTimeoutMs?: number; leaseAcquireRetryDelayMs?: number; } = {}
test/main/services/team/OpenCodeStateChangingBridgeCommandService.test.ts:566
↓ 10 callersFunctioncreateSessionManagerHarness
(loginResponse: CodexAppServerLoginAccountResponse)
src/features/codex-account/main/infrastructure/__tests__/CodexLoginSessionManager.test.ts:11
↓ 10 callersFunctioncreateSnapshot
()
test/features/codex-account/renderer/useCodexAccountSnapshot.test.ts:31
↓ 10 callersFunctioncreateStubbedServiceHarness
()
test/main/services/team/TeamMemberRuntimeAdvisoryService.test.ts:63
↓ 10 callersFunctioncreateTeamReconcileDrainScheduler
(options: { run: (teamName: string, trigger: TeamReconcileTrigger) => Promise<void>; runTimeoutMs?: number
src/main/services/team/TeamReconcileDrainScheduler.ts:60
↓ 10 callersFunctioncreateTempJsonl
(entries: Record<string, unknown>[])
test/main/services/team/TeamDataService.test.ts:173
↓ 10 callersFunctioncreateWritableStdin
(writes: string[])
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts:20534
↓ 10 callersFunctiondecideOpenCodePromptDeliveryRepair
( input: OpenCodePromptDeliveryRepairInput )
src/main/services/team/opencode/delivery/OpenCodePromptDeliveryRepairPolicy.ts:251
↓ 10 callersMethoddrainPending
(limit: number = 50)
src/features/member-work-sync/core/application/RuntimeTurnSettledIngestor.ts:60
↓ 10 callersFunctionexpectDirectChildKillCount
(actual: number, expected: number)
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts:20481
↓ 10 callersFunctionexpectProcessKillCount
( killedPids: readonly number[], pid: number, expected: number )
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts:20507
↓ 10 callersFunctionfindButton
(host: HTMLElement, label: string)
test/renderer/components/sidebar/GlobalTaskList.test.ts:178
↓ 10 callersMethodfindLogsForTask
* Returns session logs that reference the given task (TaskCreate, TaskUpdate, comments, etc.). * When the task is in_progress and has an owner, als
src/main/services/team/TeamMemberLogsFinder.ts:409
↓ 10 callersFunctionflushReact
()
src/renderer/components/team/UnreadCommentsBadge.test.tsx:20
↓ 10 callersMethodflushSessionMetadataIndexForTesting
()
src/main/services/discovery/ProjectScanner.ts:1768
← previousnext →1,101–1,200 of 15,610, ranked by callers