MCPcopy Create free account

hub / github.com/connorhpbrn/creed / functions

Functions1,383 in github.com/connorhpbrn/creed

↓ 1 callersFunctionformatDayLabel
(timestamp?: string, fallbackLabel?: string)
components/creed/file-screen.tsx:261
↓ 1 callersFunctionformatGitHubAccessError
(message: string)
components/creed/settings-screen.tsx:108
↓ 1 callersFunctionformatStarCount
(stars: number | null)
components/marketing/site-chrome.tsx:379
↓ 1 callersFunctionformatUsageDate
(value: string)
components/creed/settings-screen.tsx:1809
↓ 1 callersFunctionformatWhen
(iso: string)
components/creed/credits-history-dialog.tsx:20
↓ 1 callersFunctionfuzzyScore
(rawQuery: string, rawLabel: string, keywords: string[] = [])
lib/panel/fuzzy.ts:22
↓ 1 callersFunctiongenerateRequestId
()
proxy.ts:11
↓ 1 callersFunctiongetAgentButtonClasses
(connectionId: string)
components/creed/connection-card.tsx:13
↓ 1 callersFunctiongetAgentModelId
()
lib/ai/model-catalog.ts:95
↓ 1 callersFunctiongetBearerToken
(request: Request)
app/mcp/route.ts:494
↓ 1 callersFunctiongetClientName
(request: JsonRpcRequest, args?: Record<string, unknown>)
app/mcp/route.ts:503
↓ 1 callersFunctiongetCompanyWelcomeState
( creedId: string )
lib/stripe.ts:431
↓ 1 callersFunctiongetEntitlementWelcomeState
( client: unknown, userId: string )
lib/stripe.ts:381
↓ 1 callersFunctiongetIdentityData
( user: User, provider: "google" | "github", )
lib/creed-backend.ts:307
↓ 1 callersFunctiongetInFlightFull
(fingerprint: string)
lib/ai/quality-runner.ts:133
↓ 1 callersFunctiongetInitials
(name: string)
components/creed/creed-provider.tsx:132
↓ 1 callersFunctiongetOpenRouterModelCatalog
({ force = false }: { force?: boolean } = {})
lib/ai/model-catalog.ts:408
↓ 1 callersFunctiongetProposalBeforeText
( section: CreedSection | undefined, _proposal: Proposal, )
components/creed/creed-provider.tsx:186
↓ 1 callersFunctiongetProposalStatusStyles
(status: ActivityStatus)
components/creed/file-screen.tsx:164
↓ 1 callersFunctiongetStripePublishableKey
()
lib/stripe.ts:167
↓ 1 callersFunctiongetStripeSecretKey
()
lib/stripe.ts:28
↓ 1 callersFunctiongetStripeWebhookSecret
()
lib/stripe.ts:175
↓ 1 callersFunctiongetWelcomePreviewVariant
()
lib/welcome-preview.ts:16
↓ 1 callersFunctiongithubRequest
( accessToken: string, path: string, init?: RequestInit & { allowNotFound?: boolean } )
lib/github.ts:168
↓ 1 callersFunctionhandle
(event: AgentStreamEvent)
lib/panel/agent-runner.ts:162
↓ 1 callersFunctionhandleApplyPull
()
components/creed/file-screen.tsx:1603
↓ 1 callersFunctionhandleBuy
()
components/creed/buy-seats-dialog.tsx:70
↓ 1 callersFunctionhandleClearAiKey
()
components/creed/settings-screen.tsx:722
↓ 1 callersFunctionhandleConnectGitHub
()
components/creed/settings-screen.tsx:610
↓ 1 callersFunctionhandleCopyPrompt
()
components/creed/onboarding-screen.tsx:235
↓ 1 callersFunctionhandleCopyPrompt
()
components/creed/company-onboarding-screen.tsx:154
↓ 1 callersFunctionhandleDeleteAccount
()
components/creed/settings-screen.tsx:597
↓ 1 callersFunctionhandleDisconnectGitHub
()
components/creed/settings-screen.tsx:615
↓ 1 callersFunctionhandleForgotPassword
()
components/auth/auth-screen.tsx:235
↓ 1 callersFunctionhandleImportFile
(file: File)
components/creed/file-screen.tsx:1427
↓ 1 callersFunctionhandlePay
()
components/creed/add-credits-dialog.tsx:219
↓ 1 callersFunctionhandleProposalClick
(proposalId: string)
components/creed/shell.tsx:322
↓ 1 callersFunctionhandlePushCreed
()
components/creed/file-screen.tsx:1519
↓ 1 callersFunctionhandleRpcRequest
( request: Request, rpcRequest: JsonRpcRequest, state: CreedState, user: User, fallbackAgentName: st
app/mcp/route.ts:1987
↓ 1 callersFunctionhandleSaveAiSettings
()
components/creed/settings-screen.tsx:678
↓ 1 callersFunctionhandleSectionClick
(sectionId: string)
components/creed/shell.tsx:302
↓ 1 callersFunctionhandleSet
()
components/creed/remove-seats-dialog.tsx:64
↓ 1 callersFunctionhandleSlashKeyDown
({ event, view }: SuggestionKeyDownProps)
components/creed/rich-text-editor.tsx:386
↓ 1 callersFunctionhandleToolCall
( request: Request, rpcRequest: JsonRpcRequest, state: CreedState, user: User, fallbackAgentName: st
app/mcp/route.ts:819
↓ 1 callersFunctionhashCreedSection
(section: CreedSection)
lib/ai/quality.ts:125
↓ 1 callersFunctionhydrateActivity
(row: ActivityRow)
lib/creed-backend.ts:924
↓ 1 callersFunctionhydrateProposal
(row: ProposalRow)
lib/creed-backend.ts:873
↓ 1 callersFunctionhydrateSection
(row: SectionRow)
lib/creed-backend.ts:844
↓ 1 callersFunctionimportSections
(sections: CreedSection[])
components/creed/creed-provider.tsx:1843
↓ 1 callersFunctioninferAccent
(name: string)
lib/creed-markdown.ts:93
↓ 1 callersFunctioninferBenchmark
(model: Pick<AiModelCatalogItem, "id" | "name" | "provider">)
lib/ai/model-catalog.ts:259
↓ 1 callersFunctioninferIntegrationId
(agentName?: string | null)
lib/creed-backend.ts:651
↓ 1 callersFunctioninlineElement
(token: string, key: number)
components/creed/rich-answer.tsx:44
↓ 1 callersFunctionisBoundedArray
(value: unknown, max = MAX_ARRAY)
lib/validation/creed-state.ts:17
↓ 1 callersFunctionisCompanyFrozen
(creedId: string)
lib/company-invites.ts:102
↓ 1 callersFunctionisCreedAgent
(name: string)
components/creed/agent-icon-stack.tsx:13
↓ 1 callersFunctionisEditable
(target: EventTarget | null)
components/creed/file-screen.tsx:790
↓ 1 callersFunctionisGenericAgentName
(value?: string | null)
app/mcp/route.ts:520
↓ 1 callersFunctionisLifetimeAllowance
(allowance: Allowance | null)
lib/ai/credits.ts:109
↓ 1 callersFunctionisMarketingPath
(pathname: string | null | undefined)
lib/marketing-routes.ts:29
↓ 1 callersFunctionisMcpHealthRange
(value: string)
lib/mcp-health.ts:15
↓ 1 callersFunctionisPlanPurchasable
(plan: CreedPlan)
lib/stripe.ts:163
↓ 1 callersFunctionisRefreshableGitHubError
(error: unknown)
lib/company-github.ts:203
↓ 1 callersFunctionisRefreshableGitHubError
(error: unknown)
lib/github-version-control.ts:70
↓ 1 callersFunctionisoDay
(date: Date)
lib/mcp-health.ts:106
↓ 1 callersFunctionissueAuthorizationCode
(input: { clientId: string; userId: string; redirectUri: string; codeChallenge: string; scope: strin
lib/oauth.ts:176
↓ 1 callersFunctionlegacyPayloadToRichTextContent
( kind: string | undefined, payload: Record<string, unknown>, )
lib/creed-data.ts:587
↓ 1 callersFunctionlistToolsFor
(state: CreedState)
app/mcp/route.ts:448
↓ 1 callersFunctionloadAiSettings
()
components/creed/settings-screen.tsx:385
↓ 1 callersFunctionloadBranches
()
components/creed/settings-screen.tsx:343
↓ 1 callersFunctionloadCredits
()
components/creed/settings-screen.tsx:507
↓ 1 callersFunctionloadCreedStateImpl
( client: unknown, user: User, options?: { proposalLimit?: number; activityLimit?: number }, )
lib/creed-backend.ts:1222
↓ 1 callersFunctionloadLatestQualityReport
( state: CreedState, userId: string )
app/mcp/route.ts:1952
↓ 1 callersFunctionloadQualityBaseline
()
components/creed/file-screen.tsx:1189
↓ 1 callersFunctionloadRepos
()
components/creed/settings-screen.tsx:304
↓ 1 callersFunctionloadUsage
()
components/creed/settings-screen.tsx:406
↓ 1 callersFunctionloadVersionStatus
()
components/creed/file-screen.tsx:1025
↓ 1 callersFunctionmakeRichTextSection
(content: string, template: CreedSection["template"] = "freeform")
lib/creed-markdown.ts:106
↓ 1 callersFunctionmakeSection
( partial: Pick<CreedSection, "id" | "name" | "accent" | "content"> & { template?: CreedSection["templat
lib/onboarding/compile-company.ts:117
↓ 1 callersFunctionmakeSection
(overrides: Partial<CreedSection> & { content: string })
tests/github-roundtrip.test.ts:14
↓ 1 callersFunctionmarkCompanyWelcomed
(creedId: string)
lib/stripe.ts:460
↓ 1 callersFunctionmarkEntitlementWelcomed
(userId: string)
lib/stripe.ts:412
↓ 1 callersFunctionmatchSection
(section: SectionLike, pool: SectionLike[])
components/creed/file-screen.tsx:338
↓ 1 callersFunctionmatchesSlashCommand
(command: SlashCommand, query: string)
components/creed/rich-text-editor.tsx:139
↓ 1 callersFunctionmergeSharedReport
( stored: StoredReport | null, fresh: ReportWithHashes, storedSectionHashes: Record<string, string> | nu
lib/ai/quality.ts:579
↓ 1 callersFunctionmoveInOrder
Move `target` within `ids` to just after `afterId`, or to first/last.
lib/company-sections.ts:354
↓ 1 callersFunctionnextNow
()
lib/panel/agent-execute.ts:120
↓ 1 callersFunctionnormalizeIntegrationId
(value?: string | null)
lib/creed-backend.ts:634
↓ 1 callersFunctionnormalizeLegacyDirectEditArgs
( state: CreedState, args: Record<string, unknown> )
app/mcp/route.ts:1305
↓ 1 callersFunctionnormalizeLegacyProposalArgs
( state: CreedState, args: Record<string, unknown> )
app/mcp/route.ts:1260
↓ 1 callersFunctiononKeyDown
(event: KeyboardEvent)
components/creed/company-onboarding-screen.tsx:330
↓ 1 callersFunctiononScroll
()
components/marketing/terms-page-view.tsx:177
↓ 1 callersFunctiononScroll
()
components/marketing/stack-page-view.tsx:45
↓ 1 callersFunctiononScroll
()
components/marketing/pricing-page-view.tsx:120
↓ 1 callersFunctiononScroll
()
components/marketing/context-file-page-view.tsx:46
↓ 1 callersFunctiononScroll
()
components/marketing/roadmap-page-view.tsx:16
↓ 1 callersFunctiononScroll
()
components/marketing/site-chrome.tsx:128
↓ 1 callersFunctiononScroll
()
components/marketing/privacy-page-view.tsx:170
↓ 1 callersFunctiononScroll
()
components/marketing/docs-page-view.tsx:832
↓ 1 callersFunctiononScroll
()
components/marketing/examples-page-view.tsx:506
← previousnext →601–700 of 1,383, ranked by callers