| LOW | …s/coding-agent/test/sdk-codex-cache-probe-tool-loop.ts | 173 | function createMinimalResourceLoader(systemPrompt: string): ResourceLoader { |
| LOW | …s/coding-agent/test/sdk-codex-cache-probe-tool-loop.ts | 198 | function getWebSocketStatsSnapshot(sessionId: string): WebSocketStatsSnapshot { |
| LOW | packages/coding-agent/test/utilities.ts | 184 | export async function createTestExtensionsResult( |
| LOW | …ages/coding-agent/test/interactive-mode-status.test.ts | 225 | function createShowLoadedResourcesThis(options: { |
| LOW | …coding-agent/test/session-selector-path-delete.test.ts | 52 | function createSymlinkedSessionPaths(): { |
| LOW | packages/coding-agent/test/test-harness.ts | 364 | function createHarnessWithResourceLoader( |
| LOW | packages/coding-agent/test/test-harness.ts | 441 | export async function createHarnessWithExtensions(options: HarnessOptions = {}): Promise<Harness> { |
| LOW | …ages/coding-agent/test/bash-close-hang-windows.test.ts | 13 | function createInheritedStdioCommand(pidFile: string): string { |
| LOW | …te/regressions/2781-skill-collision-precedence.test.ts | 55 | function createSettingsWithPackage(pkgDir: string, scope: "user" | "project"): void { |
| LOW | …sions/4167-thinking-toggle-pending-tool-render.test.ts | 56 | function createFakeInteractiveModeThis(): RenderSessionContextThis { |
| LOW | …sions/4167-thinking-toggle-pending-tool-render.test.ts | 79 | function createAssistantToolCallMessage(): AssistantMessage { |
| LOW | …agent/examples/extensions/github-issue-autocomplete.ts | 91 | function createIssueAutocompleteProvider( |
| LOW | …xamples/extensions/custom-provider-gitlab-duo/index.ts | 210 | function invalidateDirectAccessToken() { |
| LOW | …es/coding-agent/examples/extensions/subagent/agents.ts | 85 | function findNearestProjectAgentsDir(cwd: string): string | null { |
| LOW | packages/coding-agent/src/main.ts | 74 | function collectSettingsDiagnostics( |
| LOW | packages/coding-agent/src/main.ts | 148 | async function findLocalSessionByExactId( |
| LOW | packages/coding-agent/src/main.ts | 439 | async function promptForMissingSessionCwd( |
| LOW | packages/coding-agent/src/migrations.ts | 83 | function migrateLegacyEnvVarString(value: string): string | undefined { |
| LOW | packages/coding-agent/src/migrations.ts | 117 | function migrateAuthJsonConfigValues(agentDir: string): ConfigValueMigration[] { |
| LOW | packages/coding-agent/src/migrations.ts | 143 | function migrateModelsJsonConfigValues(agentDir: string): ConfigValueMigration[] { |
| LOW | packages/coding-agent/src/migrations.ts | 190 | function migrateExplicitEnvVarConfigValues(): void { |
| LOW | packages/coding-agent/src/migrations.ts | 215 | export function migrateSessionsFromAgentRoot(): void { |
| LOW | packages/coding-agent/src/migrations.ts | 288 | function migrateKeybindingsConfigFile(): void { |
| LOW | packages/coding-agent/src/migrations.ts | 353 | function checkDeprecatedExtensionDirs(baseDir: string, label: string): string[] { |
| LOW | packages/coding-agent/src/package-manager-cli.ts | 295 | function updateTargetIncludesExtensions(target: UpdateTarget): boolean { |
| LOW | packages/coding-agent/src/package-manager-cli.ts | 299 | function printSelfUpdateUnavailable(npmCommand?: string[], updatePackageName = PACKAGE_NAME): void { |
| LOW | packages/coding-agent/src/package-manager-cli.ts | 382 | function prepareWindowsNpmSelfUpdate(): void { |
| LOW | packages/coding-agent/src/config.ts | 53 | function makeSelfUpdateCommandStep(command: string, args: string[]): SelfUpdateCommandStep { |
| LOW | packages/coding-agent/src/config.ts | 103 | function getSelfUpdateCommandForMethod( |
| LOW | packages/coding-agent/src/config.ts | 228 | function normalizeExistingPathForComparison(path: string, resolveSymlinks: boolean): string | undefined { |
| LOW | packages/coding-agent/src/config.ts | 247 | function getPathComparisonCandidates(path: string): string[] { |
| LOW | packages/coding-agent/src/config.ts | 281 | function isManagedByGlobalPackageManager(method: InstallMethod, packageName: string, npmCommand?: string[]): boolean { |
| LOW | packages/coding-agent/src/config.ts | 305 | export function getSelfUpdateUnavailableInstruction( |
| LOW | packages/coding-agent/src/config.ts | 438 | export function getBundledInteractiveAssetPath(name: string): string { |
| LOW | packages/coding-agent/src/core/output-guard.ts | 95 | export async function waitForRawStdoutBackpressure(): Promise<void> { |
| LOW | packages/coding-agent/src/core/model-resolver.ts | 73 | export function findExactModelReferenceMatch( |
| LOW | packages/coding-agent/src/core/resolve-config-value.ts | 81 | function parseConfigValueReference(config: string): ConfigValueReference { |
| LOW | packages/coding-agent/src/core/resolve-config-value.ts | 122 | export function getConfigValueEnvVarNames(config: string): string[] { |
| LOW | packages/coding-agent/src/core/resolve-config-value.ts | 127 | export function getMissingConfigValueEnvVarNames(config: string): string[] { |
| LOW | packages/coding-agent/src/core/resolve-config-value.ts | 139 | export function isLegacyEnvVarNameConfigValue(config: string): boolean { |
| LOW | packages/coding-agent/src/core/resolve-config-value.ts | 158 | function executeWithConfiguredShell(command: string): { executed: boolean; value: string | undefined } { |
| LOW | packages/coding-agent/src/core/resolve-config-value.ts | 224 | export function resolveConfigValueUncached(config: string): string | undefined { |
| LOW | packages/coding-agent/src/core/resolve-config-value.ts | 232 | export function resolveConfigValueOrThrow(config: string, description: string): string { |
| LOW | packages/coding-agent/src/core/messages.ts | 100 | export function createBranchSummaryMessage(summary: string, fromId: string, timestamp: string): BranchSummaryMessage { |
| LOW | packages/coding-agent/src/core/messages.ts | 109 | export function createCompactionSummaryMessage( |
| LOW | packages/coding-agent/src/core/source-info.ts | 24 | export function createSyntheticSourceInfo( |
| LOW | packages/coding-agent/src/core/bash-executor.ts | 50 | export async function executeBashWithOperations( |
| LOW | packages/coding-agent/src/core/agent-session-runtime.ts | 393 | export async function createAgentSessionRuntime( |
| LOW | packages/coding-agent/src/core/session-cwd.ts | 14 | export function getMissingSessionCwdIssue( |
| LOW | packages/coding-agent/src/core/session-cwd.ts | 35 | export function formatMissingSessionCwdError(issue: SessionCwdIssue): string { |
| LOW | packages/coding-agent/src/core/session-cwd.ts | 40 | export function formatMissingSessionCwdPrompt(issue: SessionCwdIssue): string { |
| LOW | packages/coding-agent/src/core/telemetry.ts | 8 | export function isInstallTelemetryEnabled( |
| LOW | packages/coding-agent/src/core/session-manager.ts | 657 | async function buildSessionInfosWithConcurrency( |
| LOW | …ckages/coding-agent/src/core/agent-session-services.ts | 131 | export async function createAgentSessionServices( |
| LOW | …ckages/coding-agent/src/core/agent-session-services.ts | 181 | export async function createAgentSessionFromServices( |
| LOW | packages/coding-agent/src/core/skills.ts | 173 | function loadSkillsFromDirInternal( |
| LOW | packages/coding-agent/src/core/footer-data-provider.ts | 62 | function resolveBranchWithGitAsync(repoDir: string): Promise<string | null> { |
| LOW | packages/coding-agent/src/core/package-manager.ts | 422 | function collectAncestorAgentsSkillDirs(startDir: string): string[] { |
| LOW | packages/coding-agent/src/core/package-manager.ts | 557 | function collectAutoExtensionEntries(dir: string): string[] { |
| LOW | packages/coding-agent/src/core/model-registry.ts | 239 | function migrateLegacyRegisterProviderConfigValue(providerName: string, field: string, value: string): string { |
| 167 more matches not shown… |