Repository Analysis

cline/cline

Autonomous coding agent as an SDK, IDE extension, or CLI assistant.

3.9 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of cline/cline, a TypeScript project with 67,068 GitHub stars. SynthScan v2.0 examined 784,642 lines of code across 3375 source files, recording 2205 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 3.9 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

3.9
Adjusted Score
3.9
Raw Score
100%
Time Factor
2026-08-28
Last Push
67.1K
Stars
TypeScript
Language
784.6K
Lines of Code
3.4K
Files
2.2K
Pattern Hits
2026-08-29
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 50HIGH 3MEDIUM 100LOW 2052

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 2205 distinct pattern matches across 18 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers1765 hits · 1798 pts
SeverityFileLineSnippetContext
LOWsdk/examples/plugins/gitignore-read-files-guard.ts141function isWorkspaceGitignoreSource(source: string): boolean {CODE
LOWsdk/examples/plugins/gitignore-read-files-guard.ts184async function checkIgnoredByWorkspaceGitignore(CODE
LOWsdk/examples/plugins/typescript-lsp/index.ts95function getOrCreateService(tsconfigPath: string) {CODE
LOWsdk/examples/plugins/agents-squad/index.ts78function resolveGlobalAgentsDirPath(): string {CODE
LOWsdk/examples/plugins/agents-squad/index.ts323function validateHandoffRelativePath(relativePath: string): string {CODE
LOWsdk/examples/plugins/agents-squad/index.ts367function resolveSubagentBackendMode(value: string): SubagentBackendMode {CODE
LOWsdk/scripts/check-publish.ts112function containsDevelopmentExportCondition(value: unknown): boolean {CODE
LOW…k/packages/ui/components/agent-welcome-hero-pointer.ts89export function useAgentWelcomeHeroPointer(CODE
LOW…kages/ui/components/agent-chat/tool-summary/parsers.ts368export function parseEditorResultDiffCounts(CODE
LOWsdk/packages/core/scripts/runtime-build-id.ts8function collectRuntimeSourceFiles(directory: string): string[] {CODE
LOWsdk/packages/core/scripts/runtime-build-id.ts60export function resolveRepoRootFromCorePackage(CODE
LOWsdk/packages/core/src/settings/settings-service.ts183function listBundledPluginSkillNames(pluginPath: string): string[] {CODE
LOWsdk/packages/core/src/settings/settings-service.ts614export function createCoreSettingsService(CODE
LOWsdk/packages/core/src/tasks/task-tool.ts187export function createTasksPromptExtension(options?: {CODE
LOWsdk/packages/core/src/tasks/task-location.ts72export function normalizeAgendaTaskLocation(CODE
LOWsdk/packages/core/src/tasks/specs/task-spec-parser.ts463export function agendaTaskSpecToCreateInput(CODE
LOWsdk/packages/core/src/types/provider-settings.ts69export function emptyStoredProviderSettings(): StoredProviderSettings {CODE
LOWsdk/packages/core/src/types/common.ts29export function isNonTerminalSessionStatus(CODE
LOWsdk/packages/core/src/auth/oca.ts267async function exchangeAuthorizationCode(input: {CODE
LOWsdk/packages/core/src/auth/cline.ts197function getAuthTokenTelemetryClaims(token: string): AuthTokenTelemetryClaims {CODE
LOWsdk/packages/core/src/auth/cline.ts208function getAuthCredentialTelemetryProperties(CODE
LOWsdk/packages/core/src/auth/cline.ts265function requireClineTokenResponse(CODE
LOWsdk/packages/core/src/auth/cline.ts275async function requestWorkOSDeviceAuthorization(CODE
LOWsdk/packages/core/src/auth/cline.ts467async function exchangeAuthorizationCode(CODE
LOWsdk/packages/core/src/auth/utils.ts131export function isCredentialLikelyExpired(CODE
LOWsdk/packages/core/src/auth/utils.ts138export async function resolveAuthorizationCodeInput(input: {CODE
LOWsdk/packages/core/src/auth/client.ts29export function createOAuthClientCallbacks(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts100function createCredentialsFromSettings(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts295export function resolveProviderApiKeyFromSettings(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts308export async function loginAndSaveProviderOAuthCredentials(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts329export function getProviderOAuthCredentialsFromSettings(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts340export function saveProviderOAuthCredentials(input: {CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts363export function getPersistedProviderApiKey(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts380export function formatProviderOAuthApiKey(CODE
LOWsdk/packages/core/src/auth/codex.ts88async function exchangeAuthorizationCode(CODE
LOWsdk/packages/core/src/auth/codex.ts213function resolveCallbackServerConfig(): {CODE
LOWsdk/packages/core/src/auth/codex.ts416export async function getValidOpenAICodexCredentials(CODE
LOWsdk/packages/core/src/runtime/process-start-token.ts21function resolveProcessStartCommand(pid: number): ProcessStartCommand {CODE
LOWsdk/packages/core/src/runtime/process-start-token.ts63function formatExternalProcessStartToken(CODE
LOWsdk/packages/core/src/runtime/process-start-token.ts97export function parseLinuxProcessStartToken(CODE
LOWsdk/packages/core/src/runtime/process-start-token.ts108function probeLinuxProcessStartToken(CODE
LOWsdk/packages/core/src/runtime/process-start-token.ts183export async function probeProcessStartTokenAsync(CODE
LOWsdk/packages/core/src/runtime/process-start-token.ts242export async function getProcessStartTokenAsync(CODE
LOW…/packages/core/src/runtime/tools/subprocess-sandbox.ts93export function resolveSubprocessRuntimeExecutable(CODE
LOW…/packages/core/src/runtime/tools/subprocess-sandbox.ts126export function buildSubprocessSandboxCommand(CODE
LOWsdk/packages/core/src/runtime/tools/tool-approval.ts29export async function requestDesktopToolApproval(CODE
LOW…core/src/runtime/tools/subprocess-sandbox-lifecycle.ts20export function installParentDisconnectGuard(CODE
LOWsdk/packages/core/src/runtime/host/history.ts75function normalizeHistoryScanLimit(limit: number): number {CODE
LOWsdk/packages/core/src/runtime/host/history.ts90function extractSessionRecencyToken(sessionId: string): number {CODE
LOWsdk/packages/core/src/runtime/host/history.ts263function summarizeCostFromMessages(messages: LlmsProviders.Message[]): number {CODE
LOWsdk/packages/core/src/runtime/host/history.ts271function inferProviderAndModelFromMessages(messages: LlmsProviders.Message[]): {CODE
LOWsdk/packages/core/src/runtime/host/history.ts373function shouldProjectLegacyRunningSessionAsIdle(CODE
LOWsdk/packages/core/src/runtime/host/history.ts386async function projectLegacyRunningRowsAsIdle(CODE
LOWsdk/packages/core/src/runtime/host/history.ts492export async function listSessionHistoryFromBackend(CODE
LOW…k/packages/core/src/runtime/host/local-runtime-host.ts154function recoverDetachedCommandLogsOnce(CODE
LOW…k/packages/core/src/runtime/host/local-runtime-host.ts223function isIncomingCompactionStateStale(CODE
LOWsdk/packages/core/src/runtime/host/host.ts17function resolveConfiguredBackendMode(CODE
LOWsdk/packages/core/src/runtime/host/host.ts55async function reconcileDeadSessionsIfSupported(CODE
LOW…packages/core/src/runtime/host/runtime-host-support.ts53export async function readPersistedMessagesFile(CODE
LOW…kages/core/src/runtime/host/local-runtime-host.test.ts6937 function createTaskCompletedAdapter() {CODE
1705 more matches not shown…
Hallucination Indicators50 hits · 535 pts
SeverityFileLineSnippetContext
CRITICAL…rc/core/storage/__tests__/syncRemoteMcpServers.test.ts142 result.mcpServers.should.not.have.property("old-server")CODE
CRITICAL…rc/core/storage/__tests__/syncRemoteMcpServers.test.ts196 result.mcpServers.should.not.have.property("remove-server")CODE
CRITICAL…rc/core/storage/__tests__/syncRemoteMcpServers.test.ts209 result.mcpServers.should.not.have.property("server-a")CODE
CRITICAL…rc/core/storage/__tests__/syncRemoteMcpServers.test.ts210 result.mcpServers.should.not.have.property("server-b")CODE
CRITICAL…rc/core/storage/__tests__/syncRemoteMcpServers.test.ts268 mockMcpHub.recordSettingsFingerprint.calledOnce.should.be.true()CODE
CRITICALapps/vscode/src/test/slash-commands.test.ts50 response.commands.length.should.be.greaterThanOrEqual(BASE_SLASH_COMMANDS.length)CODE
CRITICALapps/vscode/src/test/slash-commands.test.ts259 response.commands.length.should.be.greaterThanOrEqual(BASE_SLASH_COMMANDS.length)CODE
CRITICALapps/vscode/src/test/slash-commands.test.ts282 response.commands.length.should.be.greaterThanOrEqual(BASE_SLASH_COMMANDS.length)CODE
CRITICALapps/vscode/src/__tests__/config.test.ts459 ClineEndpoint.config.environment.should.not.equal(Environment.selfHosted)CODE
CRITICAL…osts/vscode/__tests__/vscode-to-file-migration.test.ts523 tombstone.sources.vscodeGlobalStorage.path.should.equal(CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts74 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts75 cbs.stubs.connectToServer.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts97 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts111 cbs.stubs.deleteConnection.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts112 cbs.stubs.connectToServer.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts116 cbs.stubs.notifyWebviewOfServerChanges.called.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts303 cbs.stubs.delay.callCount.should.equal(2)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts309 cbs.stubs.connectToServer.callCount.should.equal(2)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts384 cbs.stubs.appendErrorMessage.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts385 cbs.stubs.connectToServer.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts402 cbs.stubs.connectToServer.callCount.should.equal(3)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts406 cbs.stubs.delay.callCount.should.equal(3)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts426 cbs.stubs.delay.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts427 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts428 cbs.stubs.connectToServer.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts440 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts441 cbs.stubs.connectToServer.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts86 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts129 cbs.stubs.notifyWebviewOfServerChanges.calledTwice.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts144 cbs.stubs.connectToServer.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts145 cbs.stubs.deleteConnection.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts167 cbs.stubs.connectToServer.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts259 cbs.stubs.connectToServer.callCount.should.equal(2)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts274 cbs.stubs.notifyWebviewOfServerChanges.callCount.should.equal(3)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts287 cbs.stubs.connectToServer.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts344 cbs.stubs.connectToServer.callCount.should.equal(TEST_CONFIG.maxAttempts)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts348 cbs.stubs.appendErrorMessage.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts370 cbs.stubs.notifyWebviewOfServerChanges.called.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts372 cbs.stubs.appendErrorMessage.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts472 cbs.stubs.appendErrorMessage.calledOnce.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts91 client.request.calledOnce.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts102 client.request.calledOnce.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts167 requestOptions.timeout.should.be.a.Number()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts223 client.request.calledOnce.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts350 telemetryService.captureMcpToolCall.calledTwice.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts371 telemetryService.captureMcpToolCall.calledTwice.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts410 result.content.should.be.an.Array()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts421 result.content.should.be.an.Array()CODE
CRITICAL…s/mcp/__tests__/McpHub.toggleServerDisabledRPC.test.ts99 persisted.mcpServers.alpha.disabled.should.equal(true)CODE
CRITICAL…s/mcp/__tests__/McpHub.toggleServerDisabledRPC.test.ts116 persisted.mcpServers.alpha.disabled.should.equal(false)CODE
Decorative Section Separators80 hits · 242 pts
SeverityFileLineSnippetContext
MEDIUMsdk/scripts/release.ts24// ── CLI args ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/scripts/release.ts75// ── Constants ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/scripts/release.ts84// ── Helpers ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/scripts/release.ts383// ── SDK Release ───────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/scripts/release.ts476// ── CLI Release ───────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/scripts/release.ts532// ── Main ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/ui/components/button.tsx21// ─── Button ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/ui/components/button.tsx190// ─── IconButton ───────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/ui/stories/button.stories.tsx23// ─── Shared fixtures ──────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/ui/stories/button.stories.tsx75// ─── Stories ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/core/src/types/session.ts94// ── Persistence interfaces ────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts392 // ── Public API ──────────────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts1676 // ── Turn execution ──────────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts2110 // ── Session lifecycle ───────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts2446 // ── OAuth & auth ────────────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts2495 // ── Utility methods ─────────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts2666 // ── Session service invocation ──────────────────────────────────────COMMENT
MEDIUMsdk/packages/shared/src/vcr.ts41// ── Types ───────────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/shared/src/vcr.ts62// ── Sensitive data sanitization ─────────────────────────────────────────COMMENT
MEDIUMsdk/packages/shared/src/vcr.ts351// ── URL helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/shared/src/vcr.ts451// ── Config resolution ───────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/shared/src/vcr.ts481// ── Record mode ─────────────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/shared/src/vcr.ts661// ── Playback mode ───────────────────────────────────────────────────────COMMENT
MEDIUMsdk/packages/shared/src/vcr.ts877// ── Public API ──────────────────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1301 // ── Chat session commands ──────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1338 // ── Session data reading ──────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1359 // ── Process context ───────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1386 // ── Tool approvals (in-memory) ────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1450 // ── Session discovery ─────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1667 // ── Workspace file search ─────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1672 // ── External links ─────────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1690 // ── Cline account ──────────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1725 // ── Cline integrations (GitHub App) ────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1756 // ── Provider management ────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts2003 // ── Global settings ────────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts2029 // ── Feature flags ──────────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts2041 // ── Connector channels ─────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts2052 // ── MCP server management ─────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts2252 // ── Git operations ─────────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts2283 // ── Routine schedules ─────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts2296 // ── Agenda task queue ─────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts2307 // ── User instruction configs ──────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts2373 // ── Native OS commands ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/scripts/run-extension-host.sh33# ┌────────────┬────────────┬────────────┬────────────┐COMMENT
MEDIUMapps/vscode/scripts/run-extension-host.sh35# └────────────┴────────────┴────────────┴────────────┘COMMENT
MEDIUMapps/vscode/src/core/storage/utils/state-helpers.ts19// ─── File-backed storage readers (used by StateManager) ────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts325 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts327 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts576 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts578 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts747 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts749 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts842 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts844 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1129 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1131 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1177 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1179 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1331 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1333 // ────────────────────────────────────────────COMMENT
20 more matches not shown…
Structural Annotation Overuse65 hits · 120 pts
SeverityFileLineSnippetContext
LOW.claude/commands/hotfix-release.md13## Step 1: Setup and Gather InformationCOMMENT
LOW.claude/commands/hotfix-release.md27## Step 2: Present Commits Since Last ReleaseCOMMENT
LOW.claude/commands/hotfix-release.md53## Step 3: Analyze Selected CommitsCOMMENT
LOW.claude/commands/hotfix-release.md62## Step 4: Determine New Version NumberCOMMENT
LOW.claude/commands/hotfix-release.md76## Step 5: Create Release Notes Commit on MainCOMMENT
LOW.claude/commands/hotfix-release.md118## Step 6: Build the Hotfix on the TagCOMMENT
LOW.claude/commands/hotfix-release.md143## Step 7: Tag and PushCOMMENT
LOW.claude/commands/hotfix-release.md155## Step 8: Return to Main and SummaryCOMMENT
LOWsdk/scripts/release.ts404 // Step 1: TestsCOMMENT
LOWsdk/scripts/release.ts412 // Step 2: Update versionsCOMMENT
LOWsdk/scripts/release.ts417 // Step 3: Verify publishabilityCOMMENT
LOWsdk/scripts/release.ts421 // Step 4: Publish in dependency orderCOMMENT
LOWsdk/scripts/release.ts496 // Step 1: TestsCOMMENT
LOWsdk/scripts/release.ts504 // Step 2: Build all platform binariesCOMMENT
LOWsdk/scripts/release.ts510 // Step 3: Publish to npmCOMMENT
LOWsdk/scripts/release.ts437 // Step 5: Git tagCOMMENT
LOW.clinerules/workflows/git-branch-analysis.md6## Step 1: Gather Git InformationCOMMENT
LOW.clinerules/workflows/git-branch-analysis.md18## Step 2: Silent, Structured Analysis PhaseCOMMENT
LOW.clinerules/workflows/git-branch-analysis.md24## Step 3: Context GatheringCOMMENT
LOW.clinerules/workflows/git-branch-analysis.md34## Step 4: Ready for User InteractionCOMMENT
LOW.clinerules/workflows/hotfix-release.md13## Step 1: Setup and Gather InformationCOMMENT
LOW.clinerules/workflows/hotfix-release.md27## Step 2: Present Commits Since Last ReleaseCOMMENT
LOW.clinerules/workflows/hotfix-release.md53## Step 3: Analyze Selected CommitsCOMMENT
LOW.clinerules/workflows/hotfix-release.md62## Step 4: Determine New Version NumberCOMMENT
LOW.clinerules/workflows/hotfix-release.md76## Step 5: Create Release Notes Commit on MainCOMMENT
LOW.clinerules/workflows/hotfix-release.md118## Step 6: Build the Hotfix on the TagCOMMENT
LOW.clinerules/workflows/hotfix-release.md143## Step 7: Tag and PushCOMMENT
LOW.clinerules/workflows/hotfix-release.md155## Step 8: Return to Main and SummaryCOMMENT
LOW.clinerules/workflows/pr-review.md126## Step 1: Gather PR InformationCOMMENT
LOW.clinerules/workflows/pr-review.md136## Step 2: Understand the ContextCOMMENT
LOW.clinerules/workflows/pr-review.md157## Step 3: Analyze the ChangesCOMMENT
LOW.clinerules/workflows/pr-review.md169## Step 4: Ask for User ConfirmationCOMMENT
LOW.clinerules/workflows/pr-review.md187## Step 5: Ask if User Wants a Comment DraftedCOMMENT
LOW.clinerules/workflows/pr-review.md196## Step 6: Make a DecisionCOMMENT
LOW.cline/skills/publish-cli/SKILL.md34## Step 0: Release the SDK first if it changedCOMMENT
LOWapps/cli/script/publish-npm.ts242// Step 1: Publish platform-specific packages (in parallel)COMMENT
LOWapps/cli/script/publish-npm.ts260// Step 2: Generate and publish the main wrapper packageCOMMENT
LOWapps/examples/desktop-app/sidecar/chat-test.ts100 // Step 1: Start a sessionCOMMENT
LOWapps/examples/desktop-app/sidecar/chat-test.ts125 // Step 2: Send a promptCOMMENT
LOWapps/vscode/webview-ui/src/App.stories.tsx321 // Step 0: User type selection should be visibleCOMMENT
LOWapps/vscode/webview-ui/src/App.stories.tsx339 // Step 1: Model selection should be visibleCOMMENT
LOW…ui/src/components/chat/chat-view/utils/messageUtils.ts323 // Step 1: Find the MOST RECENT api_req_started overall (search backwards)COMMENT
LOW…ui/src/components/chat/chat-view/utils/messageUtils.ts343 // Step 2: Determine if most recent api_req is complete (has cost) or incomplete (no cost)COMMENT
LOW…ui/src/components/chat/chat-view/utils/messageUtils.ts352 // Step 3: Determine which tools are "in current activities"COMMENT
LOWapps/vscode/scripts/run-extension-host.sh19# Step 1: Build protos (everything depends on this)COMMENT
LOWapps/vscode/scripts/run-extension-host.sh23# Step 2: Build webview onceCOMMENT
LOWapps/vscode/scripts/run-extension-host.sh27# Step 3: Kill existing session if one is runningCOMMENT
LOWapps/vscode/scripts/run-extension-host.sh31# Step 4: Create tmux session with 4 vertical panesCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts68 // Step 1: Verify hook doesn't exist initiallyCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts72 // Step 2: Create the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts79 // Step 3: Verify hook was created and is disabled (644 permissions)COMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts95 // Step 4: Enable the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts103 // Step 5: Verify hook is now enabled (executable)COMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts113 // Step 6: Disable the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts121 // Step 7: Verify hook is now disabled againCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts134 // Step 8: Delete the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts141 // Step 9: Verify hook is goneCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts150 // Step 10: Final refresh to confirm clean stateCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts273 // Step 1: Tell the paired host bridge to shut downCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts281 // Step 2: Clean up lock manager entryCOMMENT
5 more matches not shown…
Over-Commented Block98 hits · 98 pts
SeverityFileLineSnippetContext
LOWsdk/examples/plugins/weather-metrics.ts41 capabilities: ["tools", "hooks"],COMMENT
LOWsdk/packages/core/vitest.e2e.config.ts1import { defineConfig } from "vitest/config";COMMENT
LOW…ges/core/src/extensions/plugin/plugin-module-import.ts641 throw new Error("Unable to load jiti");COMMENT
LOWsdk/packages/core/src/extensions/mcp/client.ts41 data?: unknown;COMMENT
LOWsdk/packages/core/src/hub/server/browser-websocket.ts341 subscriptions.set(key, unsubscribe);COMMENT
LOW…core/src/services/providers/local-provider-registry.ts341 if (model?.supportsReasoning !== undefined) {COMMENT
LOWsdk/packages/agents/src/agent-runtime.ts1541 void this.emit({COMMENT
LOWsdk/packages/shared/src/parse/json.ts81 }COMMENT
LOWsdk/packages/shared/src/parse/shell.ts61 switch (getShellKind(shell)) {COMMENT
LOWsdk/packages/llms/src/providers/model-facts.ts241 const family = normalizeRoutingValue(options.family);COMMENT
LOW…src/providers/middleware/stream-part-classification.ts1// Single, exhaustive classification of every `LanguageModelV4StreamPart`.COMMENT
LOW…/llms/src/providers/middleware/retry-empty-response.ts1// LanguageModelV4 middleware that retries a stream when the model returns anCOMMENT
LOW…/llms/src/providers/middleware/retry-empty-response.ts21// `ai-sdk.ts` (see `withEmptyResponseRetry`); vendors can opt out or tuneCOMMENT
LOW…/llms/src/providers/middleware/retry-empty-response.ts41// ECONNRESET`, `fetch failed: HeadersTimeoutError`. The AI SDK's own retryCOMMENT
LOW…ges/llms/src/providers/middleware/split-tool-images.ts1// LanguageModelV4 middleware that recovers image bytes fromCOMMENT
LOW…ges/llms/src/providers/middleware/split-tool-images.ts21// tool-result then carries only text — safe for any wire format.COMMENT
LOWsdk/packages/llms/src/providers/vendors/bedrock.ts21 "AWS_SESSION_TOKEN",COMMENT
LOWsdk/packages/llms/src/providers/vendors/bedrock.ts41// honored, and bare ids of models known to have no on-demand throughput areCOMMENT
LOWsdk/packages/llms/src/providers/vendors/ollama.ts1// Ollama vendor backed by the native Ollama API (`/api/chat`) via theCOMMENT
LOW…ackages/llms/src/providers/vendors/ollama.wire.test.ts1// Wire-contract tests for the Ollama vendor, exercised through the *real*COMMENT
LOWsdk/packages/llms/src/providers/vendors/community.ts161 return {COMMENT
LOW…ckages/llms/src/providers/vendors/openai-compatible.ts281 // image-data parts get split into a placeholder text + a syntheticCOMMENT
LOW.github/workflows/ext-vscode-ab-package.yml121 # The legacy branch is the npm codebase, so the bun-based reusable workflowCOMMENT
LOW.github/workflows/desktop-publish.yml161 echo "feed=${FEED}" >> "$GITHUB_OUTPUT"COMMENT
LOW.github/workflows/desktop-publish.yml181 # build scripts (bun install hooks, build:sdk, Tauri's beforeBuildCommand,COMMENT
LOW.github/workflows/repo-delete-agent-promo-comments.yml1# Some coding-agent GitHub Apps advertise themselves by auto-commenting on everyCOMMENT
LOW.github/workflows/ext-vscode-publish-nightly.yml1name: ext-vscode-publish-nightlyCOMMENT
LOWapps/cli/script/publish-npm.ts1#!/usr/bin/env bunCOMMENT
LOWapps/cli/src/cli.tuistory.e2e.test.ts1// ---------------------------------------------------------------------------COMMENT
LOWapps/cli/src/tui/palette.ts41 addedLineNumberBg: "#ccf0d2",COMMENT
LOWapps/cli/src/tui/palette.ts61// 1. Convert the terminal's detected background to OKLAB.COMMENT
LOWapps/cli/src/tests/cli/flags-behavior.test.ts1// ---------------------------------------------------------------------------COMMENT
LOWapps/cli/src/tests/interactive/chat.test.ts1// ---------------------------------------------------------------------------COMMENT
LOW…s/cli/src/tests/headless/per-turn-metrics.live.test.ts1// ---------------------------------------------------------------------------COMMENT
LOWapps/cli/src/tests/helpers/process.ts1// ---------------------------------------------------------------------------COMMENT
LOW…examples/desktop-app/webview/hooks/use-chat-session.ts1461 : makeId("user");COMMENT
LOW…amples/desktop-app/webview/hooks/use-session-agents.ts141 // A failed read means this attempt learned nothing — not that theCOMMENT
LOWapps/examples/desktop-app/src-tauri/src/main.rs101 error: None,COMMENT
LOWapps/examples/desktop-app/src-tauri/src/main.rs301COMMENT
LOWapps/vscode/bunfig.toml1[test]COMMENT
LOWapps/vscode/tsconfig.test.json1{COMMENT
LOWapps/vscode/tsconfig.test.json81 // cannot load. Keep these out of the integration compile (run-bun-unit-tests.tsCOMMENT
LOW…w-ui/src/components/settings/OpenRouterModelPicker.tsx81 )COMMENT
LOW…iew-ui/src/components/chat/chat-view/messageReducer.ts1import type { ClineMessage, TurnState } from "@shared/ExtensionMessage"COMMENT
LOW…nts/chat/chat-view/components/layout/ActionButtons.tsx41 // buttons immune to trailing bookkeeping messages and never disagree with the thinkingCOMMENT
LOW…/components/chat/chat-view/hooks/useMessageHandlers.ts261 } else if (messages.length > 0) {COMMENT
LOW…s/vscode/src/core/ignore/ClineIgnoreController.test.ts101COMMENT
LOW…s/vscode/src/core/ignore/ClineIgnoreController.test.ts121 // const results = [COMMENT
LOW…c/core/storage/remote-config/sdk-control-plane.test.ts1// Intentionally empty.COMMENT
LOWapps/vscode/src/core/controller/index.ts1// Replaces classic src/core/controller/index.ts (see origin/main)COMMENT
LOW…/vscode/src/core/controller/models/resolveModelInfo.ts61 modelId: selection.modelId,COMMENT
LOWapps/vscode/src/core/hooks/templates.ts41 cancel = $falseCOMMENT
LOWapps/vscode/src/core/hooks/templates.ts61# }COMMENT
LOWapps/vscode/src/core/hooks/templates.ts101}COMMENT
LOWapps/vscode/src/core/hooks/templates.ts141`COMMENT
LOWapps/vscode/src/core/hooks/templates.ts181`COMMENT
LOWapps/vscode/src/core/hooks/templates.ts221echo '{"cancel":false,"contextModification":"","errorMessage":""}'COMMENT
LOWapps/vscode/src/core/hooks/templates.ts261COMMENT
LOWapps/vscode/src/core/hooks/templates.ts281# executionTimeMs: numberCOMMENT
LOWapps/vscode/src/core/hooks/templates.ts321# COMMENT
38 more matches not shown…
Verbosity Indicators39 hits · 80 pts
SeverityFileLineSnippetContext
LOWsdk/scripts/release.ts404 // Step 1: TestsCOMMENT
LOWsdk/scripts/release.ts412 // Step 2: Update versionsCOMMENT
LOWsdk/scripts/release.ts417 // Step 3: Verify publishabilityCOMMENT
LOWsdk/scripts/release.ts421 // Step 4: Publish in dependency orderCOMMENT
LOWsdk/scripts/release.ts496 // Step 1: TestsCOMMENT
LOWsdk/scripts/release.ts504 // Step 2: Build all platform binariesCOMMENT
LOWsdk/scripts/release.ts510 // Step 3: Publish to npmCOMMENT
LOWsdk/scripts/release.ts437 // Step 5: Git tagCOMMENT
LOWapps/cli/script/publish-npm.ts242// Step 1: Publish platform-specific packages (in parallel)COMMENT
LOWapps/cli/script/publish-npm.ts260// Step 2: Generate and publish the main wrapper packageCOMMENT
LOWapps/examples/desktop-app/sidecar/chat-test.ts100 // Step 1: Start a sessionCOMMENT
LOWapps/examples/desktop-app/sidecar/chat-test.ts125 // Step 2: Send a promptCOMMENT
LOWapps/vscode/webview-ui/src/App.stories.tsx321 // Step 0: User type selection should be visibleCOMMENT
LOWapps/vscode/webview-ui/src/App.stories.tsx339 // Step 1: Model selection should be visibleCOMMENT
LOW…ui/src/components/chat/chat-view/utils/messageUtils.ts323 // Step 1: Find the MOST RECENT api_req_started overall (search backwards)COMMENT
LOW…ui/src/components/chat/chat-view/utils/messageUtils.ts343 // Step 2: Determine if most recent api_req is complete (has cost) or incomplete (no cost)COMMENT
LOW…ui/src/components/chat/chat-view/utils/messageUtils.ts352 // Step 3: Determine which tools are "in current activities"COMMENT
LOWapps/vscode/scripts/run-extension-host.sh19# Step 1: Build protos (everything depends on this)COMMENT
LOWapps/vscode/scripts/run-extension-host.sh23# Step 2: Build webview onceCOMMENT
LOWapps/vscode/scripts/run-extension-host.sh27# Step 3: Kill existing session if one is runningCOMMENT
LOWapps/vscode/scripts/run-extension-host.sh31# Step 4: Create tmux session with 4 vertical panesCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts68 // Step 1: Verify hook doesn't exist initiallyCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts72 // Step 2: Create the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts79 // Step 3: Verify hook was created and is disabled (644 permissions)COMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts95 // Step 4: Enable the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts103 // Step 5: Verify hook is now enabled (executable)COMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts113 // Step 6: Disable the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts121 // Step 7: Verify hook is now disabled againCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts134 // Step 8: Delete the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts141 // Step 9: Verify hook is goneCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts150 // Step 10: Final refresh to confirm clean stateCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts273 // Step 1: Tell the paired host bridge to shut downCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts281 // Step 2: Clean up lock manager entryCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts297 // Step 3: Tear down servicesCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts310 // Step 4: Exit the processCOMMENT
LOW…ode/src/services/auth/oca/providers/OcaAuthProvider.ts200 // Step 1: Nonce validationCOMMENT
LOW…ode/src/services/auth/oca/providers/OcaAuthProvider.ts211 // Step 2: Get access_token (this is what you'll use for APIs)COMMENT
LOW…ode/src/services/auth/oca/providers/OcaAuthProvider.ts219 // Step 3: (Optional) Extract user info from id_token for local profile, not for APICOMMENT
LOW…ode/src/services/auth/oca/providers/OcaAuthProvider.ts222 // Step 4: Return only the access_token for downstream useCOMMENT
Fake / Example Data31 hits · 31 pts
SeverityFileLineSnippetContext
LOWsdk/packages/core/scripts/telemetry-smoke-host.ts155 email: "user@example.com",CODE
LOWsdk/packages/core/src/auth/cline.test.ts33 email: "user@example.com",CODE
LOWsdk/packages/core/src/auth/cline.test.ts221 email: "user@example.com",CODE
LOWsdk/packages/core/src/auth/cline.test.ts365 email: "user@example.com",CODE
LOWsdk/packages/core/src/auth/cline.test.ts401 email: "user@example.com",CODE
LOW…ackages/core/src/account/cline-account-service.test.ts91 { organizationId: "org-1", name: "Acme Corp" },CODE
LOW…ackages/core/src/account/cline-account-service.test.ts117 name: "Acme Corp",CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts93 values: { "-k": "123456:fake-token" },CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts103 expect(persisted?.values["-k"]).toBe("123456:fake-token");CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts116 "123456:fake-token",CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts207 values: { "-k": "123456:fake-token" },CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts219 values: { "-k": "123456:fake-token" },CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts250 "123456:fake-token",CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts255 values: { "-k": "123456:fake-token" },CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts266 connectArgs: ["-k", "123456:fake-token"],CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts340 values: { "-k": "123456:fake-token" },CODE
LOWapps/cli/src/tui/cline-account.test.ts230 email: "user@example.com",CODE
LOWapps/cli/src/tui/cline-account.test.ts256 email: "user@example.com",CODE
LOWapps/cli/src/tui/views/onboarding/auth.test.ts133 email: "user@example.com",CODE
LOWapps/cli/src/tui/views/onboarding/auth.test.ts161 email: "user@example.com",CODE
LOWapps/cli/src/utils/telemetry.activation.test.ts68 email: "user@example.com",CODE
LOWapps/cli/src/utils/telemetry.activation.test.ts71 organizationName: "Acme Corp",CODE
LOWapps/cli/src/acp/organizations.test.ts12 name: "Acme Corp",CODE
LOWapps/cli/src/acp/organizations.test.ts37 { value: "org-1", name: "Acme Corp" },CODE
LOW…vscode/webview-ui/src/components/ui/dialog.stories.tsx181 defaultValue="John Doe"CODE
LOW…ew-ui/src/components/settings/SapAiCoreModelPicker.tsx120 <VSCodeOption key="placeholder" value="">CODE
LOW…de/webview-ui/src/components/chat/ErrorRow.stories.tsx266 clineUser: { id: "user123", email: "user@example.com" },CODE
LOW…onents/mcp/chat-display/McpResponseDisplay.stories.tsx76 "Long response content.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt CODE
LOW…onents/mcp/chat-display/McpResponseDisplay.stories.tsx76 "Long response content.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt CODE
LOW…de/src/services/banner/__tests__/BannerService.test.ts24 let token: string | null = "fake-token"CODE
LOW…de/src/services/banner/__tests__/BannerService.test.ts93 token = "fake-token"CODE
Modern AI Meta-Vocabulary11 hits · 28 pts
SeverityFileLineSnippetContext
MEDIUM.agents/skills/cline-sdk/SKILL.md133### "I need multi-agent coordination"COMMENT
MEDIUMsdk/examples/plugins/agents-squad/README.md50### Typical orchestrationCOMMENT
MEDIUMsdk/packages/core/src/extensions/context/compaction.ts437 // deterministically: the agentic strategy's own summarizer call couldCOMMENT
MEDIUM…ackages/core/src/extensions/context/compaction.test.ts1887 // Repro for agentic auto-compaction permanently skipping in hosts likeCOMMENT
MEDIUMapps/cli/DISTRIBUTION.md177 publish-npm.ts # npm publish orchestrationCODE
MEDIUMapps/cli/DEVELOPMENT.md86 agents/ # Stateless agent loop, tool orchestration, hooksCODE
MEDIUMapps/cli/DEVELOPMENT.md88 core/ # Stateful orchestration, sessions, hub, storage, configCODE
MEDIUMapps/cli/src/runtime/interactive/compaction.test.ts17// Core defaults to the agentic compaction strategy, which summarizes via aCOMMENT
MEDIUMapps/cli/src/runtime/interactive/compaction.test.ts186 const mockSummary = "## Goal\nMocked agentic compaction summary";CODE
MEDIUMapps/cli/src/runtime/interactive/compaction.test.ts222 // The agentic strategy folds older messages into a summary messageCOMMENT
MEDIUMapps/vscode/README.marketplace.md26Thanks to [Claude Sonnet's agentic coding capabilities](https://www.anthropic.com/claude/sonnet), Cline can handle complCODE
Redundant / Tautological Comments16 hits · 26 pts
SeverityFileLineSnippetContext
LOW.claude/hooks/claude-code-for-web-setup.sh24# Check if GITHUB_TOKEN is set and configure ghCOMMENT
LOW.github/scripts/tests/coverage_check_test.py109 # Check if verbose mode is enabledCOMMENT
LOW.github/scripts/coverage_check/util.py48 # Check if command is in allowed listCOMMENT
LOW.github/scripts/coverage_check/extraction.py79 # Check if file exists and get its sizeCOMMENT
LOW.github/scripts/coverage_check/extraction.py85 # Check if the directory existsCOMMENT
LOW.github/scripts/coverage_check/workflow.py276 # Check if the coverage files existCOMMENT
LOW.github/scripts/coverage_check/workflow.py306 # Check if the webview-ui directory existsCOMMENT
LOW.github/scripts/coverage_check/workflow.py348 # Check if we're running in GitHub ActionsCOMMENT
LOW.github/scripts/coverage_check/workflow.py415 # Output results for GitHub ActionsCOMMENT
LOWapps/vscode/src/core/hooks/templates.ts139# Return resultCOMMENT
LOWapps/vscode/src/core/hooks/templates.ts179# Return resultCOMMENT
LOWapps/vscode/src/core/hooks/templates.ts220# Return resultCOMMENT
LOWapps/vscode/src/core/hooks/templates.ts312# Return resultCOMMENT
LOWapps/vscode/src/core/hooks/templates.ts346# Return resultCOMMENT
LOWapps/vscode/src/core/hooks/templates.ts465# Return resultCOMMENT
LOWapps/vscode/src/core/hooks/templates.ts491# Return resultCOMMENT
Unused Imports19 hits · 19 pts
SeverityFileLineSnippetContext
LOWsdk/examples/hooks/PostToolUse.py10CODE
LOWsdk/examples/hooks/PreToolUse_InjectContext.py10CODE
LOW.github/scripts/tests/coverage_check_test.py16CODE
LOW.github/scripts/coverage_check/util.py12CODE
LOW.github/scripts/coverage_check/util.py12CODE
LOW.github/scripts/coverage_check/__init__.py7CODE
LOW.github/scripts/coverage_check/__init__.py10CODE
LOW.github/scripts/coverage_check/__init__.py13CODE
LOW.github/scripts/coverage_check/__init__.py13CODE
LOW.github/scripts/coverage_check/__init__.py13CODE
LOW.github/scripts/coverage_check/__init__.py13CODE
LOW.github/scripts/coverage_check/__init__.py16CODE
LOW.github/scripts/coverage_check/__init__.py16CODE
LOW.github/scripts/coverage_check/__init__.py16CODE
LOW.github/scripts/coverage_check/__init__.py19CODE
LOW.github/scripts/coverage_check/extraction.py9CODE
LOW.github/scripts/coverage_check/extraction.py10CODE
LOW.github/scripts/coverage_check/workflow.py9CODE
LOW.github/scripts/coverage_check/workflow.py12CODE
Excessive Try-Catch Wrapping14 hits · 16 pts
SeverityFileLineSnippetContext
LOWsdk/examples/hooks/PostToolUse.py23 except Exception:CODE
LOWsdk/examples/hooks/PreToolUse_InjectContext.py25 except Exception:CODE
LOWsdk/examples/hooks/PreToolUse_InjectContext.py38 except Exception:CODE
LOW.github/scripts/tests/coverage_check_test.py95 except Exception as e:CODE
LOW.github/scripts/coverage_check/util.py140 except Exception as e:CODE
LOW.github/scripts/coverage_check/util.py162 except Exception as e:CODE
LOW.github/scripts/coverage_check/util.py198 except Exception as e:CODE
LOW.github/scripts/coverage_check/extraction.py100 except Exception as e:CODE
LOW.github/scripts/coverage_check/extraction.py123 except Exception as e:CODE
LOW.github/scripts/coverage_check/extraction.py258 except Exception as e:CODE
LOW.github/scripts/coverage_check/workflow.py292 except Exception as e:CODE
LOW.github/scripts/coverage_check/workflow.py316 except Exception as e:CODE
LOW.github/scripts/coverage_check/workflow.py421 except Exception as e:CODE
LOW.github/scripts/coverage_check/workflow.py431 except Exception as e2:CODE
Synthetic Comment Markers2 hits · 15 pts
SeverityFileLineSnippetContext
HIGHapps/vscode/src/services/telemetry/TelemetryService.ts264 // Tracks when users select an option from AI-generated followup questionsCOMMENT
HIGHapps/vscode/src/services/telemetry/TelemetryService.ts266 // Tracks when users type a custom response instead of selecting an option from AI-generated followup questionsCOMMENT
Self-Referential Comments4 hits · 14 pts
SeverityFileLineSnippetContext
MEDIUM.github/scripts/tests/coverage_check_test.py202 # Create a temporary comment fileCOMMENT
MEDIUM.github/scripts/tests/coverage_check_test.py224 # Create a temporary comment fileCOMMENT
MEDIUM.github/scripts/coverage_check/workflow.py333 # Initialize all variables at the startCOMMENT
MEDIUM.github/scripts/coverage_check/__main__.py30 # Create main parser that inherits common argumentsCOMMENT
AI Slop Vocabulary4 hits · 10 pts
SeverityFileLineSnippetContext
MEDIUMevals/analysis/patterns/cline-failures.yaml36 # Infrastructure/harness failuresCOMMENT
MEDIUMsdk/packages/shared/src/remote-config/schema.test.ts659 "# Optional Guidelines\n\nConsider these best practices...",CODE
MEDIUM…vscode/webview-ui/src/components/chat/ChatTextArea.tsx876 // NOTE: callbacks dont utilize return function to cleanup, but it's fine since this timeout immediately executes aCOMMENT
MEDIUM…code/src/shared/remote-config/__tests__/schema.test.ts671 contents: "# Optional Guidelines\n\nConsider these best practices...",CODE
Docstring Block Structure1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH.github/scripts/coverage_check/extraction.py194 Run a coverage command and extract the coverage percentage. Args: command: Command to run STRING
Deep Nesting3 hits · 3 pts
SeverityFileLineSnippetContext
LOW.github/scripts/coverage_check/extraction.py64CODE
LOW.github/scripts/coverage_check/workflow.py264CODE
LOW.github/scripts/coverage_check/__main__.py25CODE
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOWapps/vscode/webview-ui/src/utils/getLanguageFromPath.ts83// Example usage:COMMENT
LOWapps/vscode/src/shared/multi-root/types.ts18// Example usage:COMMENT
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMapps/vscode/webview-ui/src/App.stories.tsx68**Note**: In Storybook, some features like file operations, command execution, and API calls are mocked for demonstratioCODE