Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/teamai-cli
/ functions
Functions
2,077 in github.com/Tencent/teamai-cli
⨍
Functions
2,077
◇
Types & classes
415
↓ 6 callers
Function
loadTagsConfig
(repoPath: string)
src/utils/tags.ts:16
↓ 6 callers
Function
parseMrUrl
(url: string)
src/ci/mr-comment.ts:37
↓ 6 callers
Function
pull
(options: GlobalOptions)
src/pull.ts:1331
↓ 6 callers
Method
pushItem
()
src/resources/mcp.ts:112
↓ 6 callers
Function
rebuildSessions
(events: DashboardEvent[])
src/dashboard-collector.ts:951
↓ 6 callers
Function
reconcileHooks
( settingsPath: string, tool: string, teamDefs: HookDef[] = [], opts: ReconcileHooksOptions = {}, )
src/hooks.ts:651
↓ 6 callers
Function
reconcileHooksToAllTools
( toolPaths: Record<string, { settings?: string }>, baseDir: string, teamDefs: HookDef[], manifestPath
src/hooks.ts:908
↓ 6 callers
Function
reconcileTeamHooksForConfig
( teamConfig: TeamaiConfig, localConfig: LocalConfig, opts: { removeAll?: boolean; auto?: boolean; silen
src/hooks.ts:1053
↓ 6 callers
Function
resolveAnchors
(cwd?: string)
src/utils/git.ts:723
↓ 6 callers
Function
saveCacheIndex
(idx: CacheIndex)
src/utils/cache-index.ts:118
↓ 6 callers
Function
saveLocalConfig
(config: LocalConfig)
src/config.ts:102
↓ 6 callers
Function
saveRolesManifest
(repoPath: string, manifest: RolesManifest)
src/roles.ts:107
↓ 6 callers
Function
writeContributeState
(sessionId: string, state: ContributeState)
src/contribute-check.ts:187
↓ 5 callers
Function
agentHookDescription
(slug: string)
src/hooks.ts:513
↓ 5 callers
Function
aggregateGlobalGraph
( teamwikiRoot: string, )
src/graph-aggregate.ts:19
↓ 5 callers
Function
appendUsageEvent
(event: UsageEvent)
src/usage-tracker.ts:156
↓ 5 callers
Function
assertNotReadOnly
(localConfig: LocalConfig, op: string)
src/read-only.ts:10
↓ 5 callers
Function
authHeaders
(token: string)
src/providers/gitlab/gitlab-api.ts:96
↓ 5 callers
Method
authenticate
* Ensure user is authenticated. May trigger interactive login. * Returns the authenticated username.
src/providers/types.ts:81
↓ 5 callers
Function
buildHandlerRegistry
()
src/hook-handlers.ts:450
↓ 5 callers
Function
buildReportPayload
( config: LocalAgentConfig, context: LocalAgentContext, )
src/local-agent.ts:1527
↓ 5 callers
Function
cnbExec
( args: string[], options?: { inheritStdio?: boolean; cwd?: string }, )
src/providers/cnb/cnb-cli.ts:31
↓ 5 callers
Function
deepEnrich
(opts: DeepEnrichOptions)
src/deep-enrich.ts:747
↓ 5 callers
Function
detectFormat
(tool: string)
src/hooks.ts:105
↓ 5 callers
Function
entryHash
(rendered: unknown)
src/resources/mcp-format.ts:306
↓ 5 callers
Function
extractCodebase
(opts: ExtractCodebaseOptions)
src/codebase-extract.ts:530
↓ 5 callers
Function
findRole
(manifest: RolesManifest, roleId: string)
src/roles.ts:120
↓ 5 callers
Function
getApiKeyPath
()
src/api-key.ts:21
↓ 5 callers
Function
getConfigPath
(scope: Scope, projectRoot?: string)
src/types.ts:1449
↓ 5 callers
Function
getDefaultBranch
(localPath: string)
src/utils/git.ts:285
↓ 5 callers
Method
getDefaultEmailDomain
* Default email domain for git commits on this platform. * e.g. 'tencent.com' for TGit, null for GitHub (use git global config).
src/providers/types.ts:142
↓ 5 callers
Function
getFileContentAtRev
( repoPath: string, rev: string, filePath: string, )
src/utils/git.ts:830
↓ 5 callers
Function
getHandler
(type: ResourceType)
src/resources/index.ts:21
↓ 5 callers
Function
getReportsDir
(localConfig: LocalConfig)
src/types.ts:1399
↓ 5 callers
Function
getTGitToken
()
src/providers/tgit/rest-auth.ts:28
↓ 5 callers
Function
gfExec
( args: string[], options?: { inheritStdio?: boolean; cwd?: string }, )
src/providers/tgit/gf-cli.ts:34
↓ 5 callers
Function
gitcodeApiBase
()
src/providers/gitcode/gitcode-api.ts:32
↓ 5 callers
Function
injectHooksToAllTools
(toolPaths: Record<string, { settings?: string }>, baseDir?: string, filterAgents?: string[])
src/hooks.ts:847
↓ 5 callers
Function
isIgnored
(name: string)
src/utils/fs.ts:15
↓ 5 callers
Function
isValidSkillName
(name: string)
src/usage-tracker.ts:106
↓ 5 callers
Function
itemKey
Identity used to match a recorded resource against a fresh scan result.
src/utils/pending-push.ts:20
↓ 5 callers
Function
listRoleIds
(manifest: RolesManifest)
src/roles.ts:124
↓ 5 callers
Function
loadCacheIndex
()
src/utils/cache-index.ts:93
↓ 5 callers
Function
loadManifest
()
src/local-agent.ts:420
↓ 5 callers
Function
loadPackageLock
(cwd: string)
src/pkg/manifest.ts:75
↓ 5 callers
Function
normalizeToolName
(name: string)
src/utils/tool-names.ts:21
↓ 5 callers
Function
parseTeamMcpServers
(repoPath: string)
src/resources/mcp.ts:81
↓ 5 callers
Method
pullAllRules
* Distribute rule files to each tool's rules/ directory, then update * CLAUDE.md with a lightweight reference list instead of inlining content.
src/resources/rules.ts:245
↓ 5 callers
Function
readContributeState
(sessionId: string)
src/contribute-check.ts:159
↓ 5 callers
Function
readUsageEvents
()
src/usage-tracker.ts:171
↓ 5 callers
Function
rebuildWikiIndex
(teamwikiRoot: string)
src/rebuild-wiki-index.ts:19
↓ 5 callers
Function
reconcileMcpForConfig
( teamConfig: TeamaiConfig, localConfig: LocalConfig, options: McpReconcileOptions = {}, )
src/mcp-reconcile.ts:300
↓ 5 callers
Function
resolveDataHomeForScope
(scope: Scope, projectRoot?: string)
src/config.ts:249
↓ 5 callers
Function
resolveOpenclawWorkspaceDir
(workspacePath?: string)
src/openclaw-hooks.ts:276
↓ 5 callers
Function
resolveRoleResourceNamespaces
(input: { manifest: RolesManifest; primaryRole: string; additionalRoles: string[]; })
src/roles.ts:142
↓ 5 callers
Function
resolveTagsScope
* Resolve the active scope for tag operations: project scope when the cwd has * a project-scope install, otherwise user scope. Mirrors recall.ts/cont
src/tags.ts:15
↓ 5 callers
Function
reverseFromClaude
(filePath: string, content: string)
src/resources/agent-format.ts:340
↓ 5 callers
Function
sanitizeGitUrl
(text: string)
src/utils/redact.ts:36
↓ 5 callers
Function
saveLocalAgentConfig
(config: LocalAgentConfig)
src/local-agent.ts:636
↓ 5 callers
Function
saveUserVotes
(votePath: string, votes: UserVotesV2)
src/votes.ts:63
↓ 5 callers
Function
tgitRequest
(path: string, method: string, body?: unknown)
src/ci/mr-comment.ts:181
↓ 5 callers
Function
updateKnownSkills
(skillName: string)
src/usage-tracker.ts:219
↓ 5 callers
Function
withTimeout
( promise: Promise<T>, timeoutMs: number, message: string, )
src/utils/async.ts:21
↓ 5 callers
Function
writeInfoLine
Write a "non-error" log line. Goes to stderr in hook mode, stdout otherwise.
src/utils/logger.ts:125
↓ 4 callers
Function
buildClassifyContext
(localConfig: LocalConfig)
src/agent-skills.ts:51
↓ 4 callers
Function
buildHintMessage
(mrs: MRSummary[])
src/mr-hint.ts:368
↓ 4 callers
Function
builtinHookDefs
(tool: string)
src/builtin-hooks.ts:243
↓ 4 callers
Function
callClaudeParallel
( tasks: Array<{ prompt: string; parse: (output: string) => T }>, concurrency: number = DEFAULT_CONCURRENC
src/utils/ai-client.ts:199
↓ 4 callers
Function
collectCode
(options: CollectCodeOptions)
src/wiki-engine/code-knowledge/code-collector.ts:50
↓ 4 callers
Function
commitSkippingHooks
(git: SimpleGit, message: string)
src/utils/git.ts:33
↓ 4 callers
Function
compileRecallRulesBlock
()
src/pull.ts:1174
↓ 4 callers
Function
computeAllConfidence
(votesDir: string)
src/maintenance/confidence.ts:46
↓ 4 callers
Function
contributeCheckForSession
( sessionId: string, cwd?: string, transcriptPath?: string, stashInsteadOfReturn = false, )
src/contribute-check.ts:530
↓ 4 callers
Function
copyDir
(src: string, dest: string)
src/utils/fs.ts:123
↓ 4 callers
Function
deployBuiltinSkills
(teamConfig: TeamaiConfig, localConfig?: LocalConfig, options?: { reportingOnly?: boolean; skipRecall?: boolea
src/builtin-skills.ts:72
↓ 4 callers
Function
detectInstalledAgents
(localConfig: LocalConfig, teamConfig: TeamaiConfig)
src/known-agents.ts:241
↓ 4 callers
Function
detectMcpFormat
(tool: string)
src/resources/mcp-format.ts:24
↓ 4 callers
Function
ensureSkillFrontmatter
(skillDir: string, skillName: string)
src/resources/skills.ts:67
↓ 4 callers
Function
entryFromMdFile
* Read a markdown file, truncate oversized content, and convert it to a * SearchIndexEntry of the given category. Used by all four collectors. * Ret
src/utils/search-index.ts:361
↓ 4 callers
Function
expandModulePaths
( baseRelative: string, fromFile: string, fileExists: (relativePath: string) => Promise<boolean> )
src/wiki-engine/code-knowledge/ast/import-resolver.ts:223
↓ 4 callers
Function
extractSkillName
(toolInput: string | Record<string, unknown>)
src/usage-tracker.ts:78
↓ 4 callers
Function
findPruneCandidates
( learningsDir: string, votesDir: string, options: PruneOptions = {}, )
src/maintenance/prune.ts:31
↓ 4 callers
Function
getCacheRoot
()
src/utils/cache-index.ts:64
↓ 4 callers
Function
getConfigPath
()
src/local-agent.ts:298
↓ 4 callers
Function
getPendingReviewPath
(cwd: string)
src/review-store.ts:47
↓ 4 callers
Function
gitlabBaseUrl
()
src/providers/gitlab/gitlab-api.ts:29
↓ 4 callers
Function
gitlabIsAuthenticated
()
src/providers/gitlab/gitlab-api.ts:107
↓ 4 callers
Function
gitlabWhoami
()
src/providers/gitlab/gitlab-api.ts:112
↓ 4 callers
Function
importFromRepo
(opts: ImportFromRepoOptions)
src/import-repo.ts:193
↓ 4 callers
Function
incrementUpvoted
(votePath: string, docIds: string[])
src/votes.ts:95
↓ 4 callers
Function
isRecallEnabled
( localConfig: { recallEnabled?: boolean }, teamConfig: { sharing?: { recall?: { enabled?: boolean } } },
src/types.ts:135
↓ 4 callers
Function
list
(type: string | undefined, options: ListOptions)
src/status.ts:143
↓ 4 callers
Function
loadPendingReview
(cwd: string)
src/review-store.ts:140
↓ 4 callers
Function
loadProjectMcpManifest
( dataHome: string, workspaceRoot: string, options: { dryRun?: boolean } = {}, )
src/utils/mcp-manifest.ts:44
↓ 4 callers
Function
loadProjectsManifest
(repoPath: string)
src/projects.ts:102
↓ 4 callers
Function
loadSourceManifest
(sourceName: string)
src/source.ts:49
↓ 4 callers
Function
localAgentTag
* Build the unified log tag for local-agent debug output: `[<id6>] [<tool>]` — * the last 6 chars of the derived agent id plus the agent name (tool),
src/local-agent.ts:407
↓ 4 callers
Function
managedMcpManifestKey
(tool: string, projectScope: boolean)
src/types.ts:604
↓ 4 callers
Function
managedMcpWorkspaceId
(workspaceRoot: string)
src/types.ts:609
↓ 4 callers
Function
marketplaceSourceLocation
( marketplace: ClaudeMarketplaceListItem, )
src/pkg/adapters/claude-plugin.ts:49
← previous
next →
101–200 of 2,077, ranked by callers