MCPcopy Create free account

hub / github.com/QodeXcli/QodeX / functions

Functions2,011 in github.com/QodeXcli/QodeX

↓ 5 callersFunctionoutsideCwdHint
(givenPath: string, resolved: string, cwd: string)
src/utils/path-hint.ts:10
↓ 5 callersFunctionparseMacMemGB
(stdout: string)
src/setup/offload-detect.ts:25
↓ 5 callersFunctionparseNvidiaSmiVram
(stdout: string)
src/setup/offload-detect.ts:18
↓ 5 callersFunctionpdfSanitize
(s: string)
src/cli/pdf-lite.ts:34
↓ 5 callersFunctionpidFilePath
()
src/cli/bot-process.ts:15
↓ 5 callersFunctionprepareDiffPreview
( path: string, before: string | null, after: string, )
src/utils/ui-limits.ts:17
↓ 5 callersFunctionpreviewPort
(id: string)
src/artifacts/preview.ts:210
↓ 5 callersFunctionpushLine
(line: string, ctx: TreeContext)
src/context/tree.ts:206
↓ 5 callersFunctionpushSlice
(arr: ContextSlice[], s: ContextSlice)
src/orchestration/context-injection.ts:95
↓ 5 callersFunctionreadManifest
(skillDir: string)
src/skills/learning/versioned-store.ts:21
↓ 5 callersFunctionrecommendNextScope
( runs: MaintainRun[], stats: MaintainStats, allScopes: readonly string[], )
src/cli/maintain-stats.ts:62
↓ 5 callersMethodrememberDecision
* Persist a decision. Scopes: * - 'once' — just for this call (no-op here; caller acts) * - 'session' — until QodeX restart, for
src/security/permissions.ts:94
↓ 5 callersFunctionrender
()
src/setup/prompt.ts:119
↓ 5 callersFunctionrunGit
(cwd: string, args: string[])
src/tools/safety/review-changes.ts:58
↓ 5 callersFunctionrunWithConcurrency
( items: T[], limit: number, fn: (item: T, index: number) => Promise<R>, )
src/tools/builtin/gather.ts:36
↓ 5 callersFunctionsearchGitHubForSkill
( name: string, fetchImpl?: typeof fetch, )
src/skills/skill-sources.ts:102
↓ 5 callersFunctionselectRelevantToolNames
(allNames: string[], signalText: string)
src/agent/tool-relevance.ts:138
↓ 5 callersFunctionshouldEscalate
(scores: RubricScores, cfg: EscalationConfig = DEFAULT_ESCALATION)
src/skills/learning/judge-cascade.ts:56
↓ 5 callersFunctionslugifyArtifactId
(title: string)
src/artifacts/store.ts:84
↓ 5 callersFunctionstopLive
(id: string)
src/artifacts/live-registry.ts:89
↓ 5 callersFunctionsuggestSimilarPaths
( root: string, target: string, opts: { maxResults?: number; maxVisited?: number } = {}, )
src/tools/filesystem/suggest-paths.ts:26
↓ 5 callersFunctiontaskKey
(prompt: string)
src/skills/learning/failures.ts:55
↓ 5 callersFunctiontext
( question: string, defaultValue: string, opts: PromptOptions, )
src/setup/prompt.ts:243
↓ 5 callersFunctiontmpDir
()
test/artifact-live-server.test.ts:9
↓ 5 callersFunctiontrendByWeek
(runs: MaintainRun[], nowMs: number, weeks = 8)
src/cli/maintain-stats.ts:84
↓ 5 callersFunctionwalk
(dir: string, depth: number)
src/tools/filesystem/suggest-paths.ts:40
↓ 4 callersFunctionadd
(id?: string)
src/cli/slash-commands.ts:580
↓ 4 callersFunctionaddProviderToConfig
( entry: CustomProviderEntry, opts?: { setDefault?: boolean; defaultModel?: string }, )
src/setup/provider-writer.ts:30
↓ 4 callersFunctionanalyzeDataFlow
(rel: string, content: string)
src/context/data-flow.ts:83
↓ 4 callersFunctionappendCapped
Truncate a buffer from the front, keeping the tail.
src/tools/browser/process-registry.ts:46
↓ 4 callersFunctionappendCapped
(s: string, chunk: string)
src/tools/builtin/background-jobs.ts:59
↓ 4 callersFunctionapplyThinkingDecision
( messages: Message[], decision: ThinkingDecision, modelId: string, )
src/agent/thinking-control.ts:80
↓ 4 callersFunctionasStringArray
(v: unknown)
src/skills/loader.ts:180
↓ 4 callersFunctionbm25Scores
(index: Bm25Index, query: string)
src/context/hybrid-search.ts:96
↓ 4 callersFunctionbuildAuditPdfBlocks
(log: SignedAuditLog, verdict: AuditVerifyResult)
src/cli/maintain-audit.ts:164
↓ 4 callersFunctionbuildBm25Index
(chunks: Chunk[])
src/context/hybrid-search.ts:67
↓ 4 callersFunctionbuildCommand
(template: string, filePath: string)
src/audio/transcribe.ts:50
↓ 4 callersFunctionbuildGroundTruthReceipt
(input: { status: RunReceipt['status']; prUrl?: string; reason?: string; filesChanged?: string[]; ve
src/schedule/receipt.ts:84
↓ 4 callersMethodbuildInitialMessages
Build the initial system message with full context.
src/agent/loop.ts:367
↓ 4 callersFunctionbuildStyleBlock
(p: StyleProfile | null)
src/context/style-profile.ts:182
↓ 4 callersFunctionbuildVerifyRepairMessage
( diags: Diagnostic[], checker: string, attempt: number, max: number, cwd: string, )
src/agent/verification.ts:97
↓ 4 callersFunctioncfgWith
(defaults: any, sub?: any)
test/vision-config.test.ts:71
↓ 4 callersMethodcheckRegression
* Returns a warning string if speculative decoding appears to be HURTING * throughput (draft-on median meaningfully below draft-off median), else n
src/llm/speculative.ts:162
↓ 4 callersFunctioncheckerText
(spec: CheckerSpec, run: CheckerRun)
src/tools/diagnostics/checkers.ts:149
↓ 4 callersFunctionchooseBackend
(s: TranscribeSettings)
src/audio/transcribe.ts:42
↓ 4 callersFunctionclamp
(n: number)
src/tools/web/seo-audit-logic.ts:295
↓ 4 callersFunctionclaudeHome
()
src/integrations/claude-plugins.ts:43
↓ 4 callersMethodcoerceArgs
(raw: unknown)
src/tools/builtin/todo.ts:43
↓ 4 callersFunctioncommonPrefixLength
(a: Message[], b: Message[])
src/llm/cache-layout.ts:43
↓ 4 callersFunctionconsolidateFindings
( parts: Array<{ focus: string; ok: boolean; findings: string; error?: string }>, )
src/tools/builtin/gather.ts:74
↓ 4 callersFunctioncopyInto
(srcRoot: string, originalSource: string, opts: { force?: boolean })
src/skills/installer.ts:160
↓ 4 callersFunctioncountMatches
(re: RegExp, s: string)
src/agent/output-guardrail.ts:42
↓ 4 callersFunctioncountTokensJson
(value: unknown)
src/utils/tokenizer.ts:109
↓ 4 callersMethodcurrentBranch
Current branch name, or null if detached/unknown.
src/agent/git-sandbox.ts:124
↓ 4 callersFunctiondecline
(reason: string)
src/codegraph/helper-extract.ts:237
↓ 4 callersFunctiondecodeEntities
(s: string)
src/tools/web/seo-audit-logic.ts:72
↓ 4 callersMethoddefineProject
Define or rename the project rooted at `cwd`. Idempotent (upsert).
src/session/store.ts:419
↓ 4 callersFunctiondescribeCacheReuse
(prev: Message[] | null, next: Message[])
src/llm/cache-layout.ts:75
↓ 4 callersFunctiondescribeOffload
(plan: OffloadPlan, totalLayers: number)
src/llm/offload.ts:48
↓ 4 callersFunctiondetectErrorLoop
( recentErrors: Array<{ name: string; code: string }>, threshold = 3, )
src/agent/recovery.ts:167
↓ 4 callersFunctiondimValues
(s: RubricScores)
src/skills/learning/judge-cascade.ts:32
↓ 4 callersFunctiondisplayWidth
(s: string)
src/setup/prompt.ts:39
↓ 4 callersFunctiondone
(fn: () => void)
src/artifacts/live-share.ts:46
↓ 4 callersFunctionemit
(s: string)
src/setup/prompt.ts:129
↓ 4 callersFunctionentryFileName
(type: ArtifactType)
src/artifacts/store.ts:78
↓ 4 callersFunctionexpand
(s: string)
src/mcp/manager.ts:21
↓ 4 callersFunctionextensionForType
(type: ArtifactType)
src/artifacts/store.ts:66
↓ 4 callersFunctionextractJsonLd
(html: string)
src/tools/web/seo-audit-logic.ts:103
↓ 4 callersFunctionextractReadPath
(toolName: string, args: unknown)
src/agent/read-ledger.ts:60
↓ 4 callersFunctionextractThinking
(text: string)
src/llm/thinking.ts:37
↓ 4 callersFunctionfactTokens
(raw: string)
src/session/store.ts:8
↓ 4 callersFunctionfilterSchemasByRelevance
( schemas: ToolSchema[], signalText: string, )
src/agent/tool-relevance.ts:164
↓ 4 callersFunctionfindServiceKey
(env: string)
src/setup/key-guidance.ts:32
↓ 4 callersFunctionformatMarkdown
( buckets: CategoryBuckets, opts: { scope: 'user' | 'all'; heading: string; range: string }, )
src/tools/git/classify-commits.ts:124
↓ 4 callersFunctionformatModel
(m: DetectedModel)
src/setup/model-detector.ts:332
↓ 4 callersFunctionformatReceipt
(r: RunReceipt)
src/schedule/receipt.ts:122
↓ 4 callersFunctionformatRetrievalBlock
(files: RankedFile[])
src/context/retrieval.ts:378
↓ 4 callersFunctionformatTarget
(target: string, max = 44)
src/cli/prompts/tool-display.ts:173
↓ 4 callersFunctiongatherDashboardData
(cwd: string)
src/cli/dashboard.ts:290
↓ 4 callersMethodget
(name: string)
src/tools/registry.ts:345
↓ 4 callersMethodget
(toolName: string, args: any)
src/utils/tool-cache.ts:43
↓ 4 callersFunctiongetActiveAgent
()
src/agent/loop.ts:2683
↓ 4 callersFunctiongetDeep
(obj: Record<string, any> | undefined, dottedPath: string)
src/cli/dashboard-control.ts:58
↓ 4 callersFunctiongetRegistry
()
src/tools/registry.ts:467
↓ 4 callersFunctiongetSkill
(name: string)
src/skills/registry.ts:22
↓ 4 callersFunctionhasBinaryExtension
(filePath: string)
src/utils/binary.ts:76
↓ 4 callersFunctionhybridRank
( chunks: Chunk[], semanticScored: ScoredChunk[], query: string, topK: number, bm25Index?: Bm25Index
src/context/hybrid-search.ts:170
↓ 4 callersMethodinitialize
()
src/llm/router.ts:69
↓ 4 callersFunctioninsertAt
(text: string, cursor: number, s: string)
src/cli/components/editor-logic.ts:34
↓ 4 callersFunctionisInConsumed
(index: number, ranges: Array<[number, number]>)
src/llm/text-tool-recovery.ts:349
↓ 4 callersFunctionisWS
(ch: string)
src/cli/components/editor-logic.ts:8
↓ 4 callersFunctionkv
(k: string, v: string)
src/cli/maintain-audit.ts:165
↓ 4 callersFunctionlineDiff
(a: string, b: string)
src/context/approach-diff.ts:42
↓ 4 callersFunctionlistGatewayIds
()
src/setup/gateways.ts:141
↓ 4 callersFunctionlistLive
()
src/artifacts/live-registry.ts:103
↓ 4 callersFunctionliveReloadClientScript
(channelPath: string = LIVE_CHANNEL_PATH)
src/artifacts/live-reload.ts:26
↓ 4 callersFunctionloadShipped
()
test/ad-studio-skill.test.ts:11
↓ 4 callersFunctionloadSkills
(cwd: string)
src/skills/loader.ts:41
↓ 4 callersFunctionmakeCtx
()
test/web-search.test.ts:8
↓ 4 callersFunctionmakeCtx
(cwd: string)
test/infra-tools.test.ts:11
← previousnext →501–600 of 2,011, ranked by callers