Repository Analysis

cline/cline

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

4.0 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of cline/cline, a TypeScript project with 64,633 GitHub stars. SynthScan v2.0 examined 627,929 lines of code across 2805 source files, recording 1752 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 4.0 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).

4.0
Adjusted Score
4.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
64.6K
Stars
TypeScript
Language
627.9K
Lines of Code
2.8K
Files
1.8K
Pattern Hits
2026-07-14
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 42HIGH 3MEDIUM 86LOW 1621

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 1752 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 Identifiers1376 hits · 1409 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.ts76function resolveGlobalAgentsDirPath(): string {CODE
LOWsdk/examples/plugins/agents-squad/index.ts318function validateHandoffRelativePath(relativePath: string): string {CODE
LOWsdk/examples/plugins/agents-squad/index.ts362function resolveSubagentBackendMode(value: string): SubagentBackendMode {CODE
LOWsdk/scripts/check-publish.ts112function containsDevelopmentExportCondition(value: unknown): boolean {CODE
LOWsdk/packages/core/src/settings/settings-service.ts434export function createCoreSettingsService(): CoreSettingsService {CODE
LOWsdk/packages/core/src/types/provider-settings.ts51export 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.ts206function requireClineTokenResponse(CODE
LOWsdk/packages/core/src/auth/cline.ts216async function requestWorkOSDeviceAuthorization(CODE
LOWsdk/packages/core/src/auth/cline.ts398async function exchangeAuthorizationCode(CODE
LOWsdk/packages/core/src/auth/utils.ts184export function isCredentialLikelyExpired(CODE
LOWsdk/packages/core/src/auth/utils.ts191export 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.ts292export function resolveProviderApiKeyFromSettings(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts305export async function loginAndSaveProviderOAuthCredentials(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts326export function getProviderOAuthCredentialsFromSettings(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts337export function saveProviderOAuthCredentials(input: {CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts360export function getPersistedProviderApiKey(CODE
LOWsdk/packages/core/src/auth/provider-auth-registry.ts377export 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.ts398export async function getValidOpenAICodexCredentials(CODE
LOW…/packages/core/src/runtime/tools/subprocess-sandbox.ts73export function resolveSubprocessRuntimeExecutable(CODE
LOW…/packages/core/src/runtime/tools/subprocess-sandbox.ts106export function buildSubprocessSandboxCommand(CODE
LOWsdk/packages/core/src/runtime/tools/tool-approval.ts29export async function requestDesktopToolApproval(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.ts183function 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.ts5417 function createTaskCompletedAdapter() {CODE
LOW…kages/core/src/runtime/host/local-runtime-host.test.ts5431 function createSubmitAndExitToolCall(): NonNullable<CODE
LOW…kages/core/src/runtime/host/local-runtime-host.test.ts5464 function countTaskCompletedEmissions(CODE
LOWsdk/packages/core/src/runtime/host/local/spawn-tool.ts44export function createSessionSubAgentLifecycleCallbacks(CODE
LOW…runtime/capabilities/normalize-runtime-capabilities.ts3export function normalizeRuntimeCapabilities(CODE
LOW…ackages/core/src/runtime/config/agent-message-codec.ts86export function agentMessageToMessageWithMetadata(CODE
LOW…ackages/core/src/runtime/config/agent-message-codec.ts103export function agentMessagesToMessagesWithMetadata(CODE
LOW…ackages/core/src/runtime/config/agent-message-codec.ts186function toolResultContentToAgentPart(CODE
LOW…/packages/core/src/runtime/config/connection-update.ts81export function normalizeConnectionUpdate(CODE
LOWsdk/packages/core/src/runtime/safety/rules.ts10export function formatRulesForSystemPrompt(CODE
LOWsdk/packages/core/src/runtime/safety/rules.ts23export function mergeRulesForSystemPrompt(CODE
LOWsdk/packages/core/src/runtime/safety/rules.ts35export function listEnabledRulesFromWatcher(CODE
LOWsdk/packages/core/src/runtime/safety/rules.ts45export function loadRulesForSystemPromptFromWatcher(CODE
LOWsdk/packages/core/src/runtime/safety/mistake-tracker.ts157export function buildMistakeLimitStopMessage(input: {CODE
LOWsdk/packages/core/src/runtime/safety/mistake-tracker.ts190async function resolveConsecutiveMistakeDecision(CODE
LOW…ore/src/runtime/orchestration/runtime-event-adapter.ts71function resolveStatusNoticeReason(CODE
LOW…ore/src/runtime/orchestration/runtime-event-adapter.ts124function statusToLegacyFinishReason(CODE
LOW…/runtime/orchestration/session-runtime-orchestrator.ts136function filterAvailableExtensionTools(CODE
LOW…s/core/src/runtime/orchestration/user-input-builder.ts118async function buildUserFileContentBlock(CODE
1316 more matches not shown…
Hallucination Indicators42 hits · 490 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.ts75 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts76 cbs.stubs.connectToServer.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts98 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts112 cbs.stubs.deleteConnection.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts113 cbs.stubs.connectToServer.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts117 cbs.stubs.notifyWebviewOfServerChanges.called.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts132 cbs.stubs.delay.callCount.should.equal(2)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts138 cbs.stubs.connectToServer.callCount.should.equal(2)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts211 cbs.stubs.appendErrorMessage.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts212 cbs.stubs.connectToServer.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts229 cbs.stubs.connectToServer.callCount.should.equal(3)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts233 cbs.stubs.delay.callCount.should.equal(3)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts253 cbs.stubs.delay.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts254 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts255 cbs.stubs.connectToServer.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts267 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts268 cbs.stubs.connectToServer.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts87 cbs.stubs.deleteConnection.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts169 cbs.stubs.connectToServer.callCount.should.equal(TEST_CONFIG.maxAttempts)CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts174 cbs.stubs.appendErrorMessage.calledOnce.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts196 cbs.stubs.notifyWebviewOfServerChanges.called.should.be.true()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts198 cbs.stubs.appendErrorMessage.called.should.be.false()CODE
CRITICAL…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts299 cbs.stubs.appendErrorMessage.calledOnce.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts90 client.request.calledOnce.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts101 client.request.calledOnce.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts166 requestOptions.timeout.should.be.a.Number()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts213 telemetryService.captureMcpToolCall.calledTwice.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts234 telemetryService.captureMcpToolCall.calledTwice.should.be.true()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts273 result.content.should.be.an.Array()CODE
CRITICAL…ode/src/services/mcp/__tests__/McpHub.callTool.test.ts284 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 Separators70 hits · 212 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/core/src/types/session.ts87// ── Persistence interfaces ────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts320 // ── Public API ──────────────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts1407 // ── Turn execution ──────────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts1716 // ── Session lifecycle ───────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts1985 // ── OAuth & auth ────────────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts2034 // ── Utility methods ─────────────────────────────────────────────────COMMENT
MEDIUM…k/packages/core/src/runtime/host/local-runtime-host.ts2201 // ── 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.ts726 // ── Chat session commands ──────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts736 // ── Session data reading ──────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts751 // ── Process context ───────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts759 // ── Tool approvals (in-memory) ────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts805 // ── Session discovery ─────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts936 // ── Workspace file search ─────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts941 // ── Cline account ──────────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts958 // ── Provider management ────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1051 // ── Global settings ────────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1070 // ── Connector channels ─────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1081 // ── MCP server management ─────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1164 // ── Git operations ─────────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1190 // ── Routine schedules ─────────────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1202 // ── User instruction configs ──────────────────────────────────────COMMENT
MEDIUMapps/examples/desktop-app/sidecar/commands.ts1254 // ── 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.ts319 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts321 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts570 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts572 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts741 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts743 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts836 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts838 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1123 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1125 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1171 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1173 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1325 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1327 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1337 // ────────────────────────────────────────────COMMENT
MEDIUMapps/vscode/src/dev/debug-harness/server.ts1339 // ────────────────────────────────────────────COMMENT
MEDIUM…ps/vscode/src/hosts/vscode/vscode-to-file-migration.ts121 // ─── 0. Migrate legacy MCP settings files (if needed) ───────────COMMENT
MEDIUM…ps/vscode/src/hosts/vscode/vscode-to-file-migration.ts128 // ─── 1. Migrate global state + secrets (if needed) ─────────────COMMENT
MEDIUM…ps/vscode/src/hosts/vscode/vscode-to-file-migration.ts185 // ─── 2. Migrate workspace state (if needed) ────────────────────COMMENT
MEDIUM…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts57 // ── basics ──────────────────────────────────────────────────────────COMMENT
MEDIUM…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts66 // ── no-op cases ─────────────────────────────────────────────────────COMMENT
MEDIUM…s/mcp/__tests__/StreamableHttpReconnectHandler.test.ts102 // ── successful reconnect ────────────────────────────────────────────COMMENT
10 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.ts127 // 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.ts352 // Step 1: Find the MOST RECENT api_req_started overall (search backwards)COMMENT
LOW…ui/src/components/chat/chat-view/utils/messageUtils.ts372 // 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.ts381 // 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.ts86 // Step 1: Verify hook doesn't exist initiallyCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts90 // Step 2: Create the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts97 // Step 3: Verify hook was created and is disabled (644 permissions)COMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts113 // Step 4: Enable the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts121 // Step 5: Verify hook is now enabled (executable)COMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts131 // Step 6: Disable the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts139 // Step 7: Verify hook is now disabled againCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts152 // Step 8: Delete the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts159 // Step 9: Verify hook is goneCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts168 // Step 10: Final refresh to confirm clean stateCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts239 // Step 1: Tell the paired host bridge to shut downCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts247 // Step 2: Clean up lock manager entryCOMMENT
5 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.ts127 // 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.ts352 // Step 1: Find the MOST RECENT api_req_started overall (search backwards)COMMENT
LOW…ui/src/components/chat/chat-view/utils/messageUtils.ts372 // 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.ts381 // 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.ts86 // Step 1: Verify hook doesn't exist initiallyCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts90 // Step 2: Create the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts97 // Step 3: Verify hook was created and is disabled (644 permissions)COMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts113 // Step 4: Enable the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts121 // Step 5: Verify hook is now enabled (executable)COMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts131 // Step 6: Disable the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts139 // Step 7: Verify hook is now disabled againCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts152 // Step 8: Delete the hookCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts159 // Step 9: Verify hook is goneCOMMENT
LOW…ps/vscode/src/test/hook-management-integration.test.ts168 // Step 10: Final refresh to confirm clean stateCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts239 // Step 1: Tell the paired host bridge to shut downCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts247 // Step 2: Clean up lock manager entryCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts263 // Step 3: Tear down servicesCOMMENT
LOWapps/vscode/src/standalone/cline-core.ts276 // 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
Over-Commented Block63 hits · 63 pts
SeverityFileLineSnippetContext
LOWsdk/examples/plugins/weather-metrics.ts41 // process.cwd() or import.meta.url, so it is correct even when --cwd wasCOMMENT
LOW…/runtime/orchestration/session-runtime-orchestrator.ts1021 case "turn-started": {COMMENT
LOW…ges/core/src/extensions/plugin/plugin-module-import.ts641 throw new Error("Unable to load jiti");COMMENT
LOW…ges/llms/src/providers/middleware/split-tool-images.ts1// LanguageModelV3 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/community.ts41 model: (modelId) => provider(modelId),COMMENT
LOWapps/cli/script/publish-npm.ts1#!/usr/bin/env bunCOMMENT
LOWapps/cli/src/tui/palette.ts61//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
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…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…ents/chat/chat-view/components/layout/MessagesArea.tsx81 // This is the sole early loading indicator - RequestStartRow does NOT duplicate it.COMMENT
LOW…/components/chat/chat-view/hooks/useMessageHandlers.ts201 )COMMENT
LOWapps/vscode/src/types/vscode-language-model.d.ts1// Ambient augmentation of the `vscode` module for the Language Model (LM) API.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/refreshGroqModels.ts41// enriches each model with curated pricing/capabilities. The SDK HAS a genericCOMMENT
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
LOWapps/vscode/src/core/hooks/templates.ts361# event: string,COMMENT
LOWapps/vscode/src/core/hooks/templates.ts421# Input: { COMMENT
LOWapps/vscode/src/test/bun-test-preload.ts1// Preload for `bun test` (registered via bunfig.toml [test] preload). It makesCOMMENT
LOWapps/vscode/src/test/bun-test-preload.ts21// @cline/shared/storage — and the tsconfig `paths` aliases resolve on their own.)COMMENT
LOWapps/vscode/src/test/bun-test-preload.ts41for (const name of Object.keys(realClineCore)) {COMMENT
LOWapps/vscode/src/test/bun-test-preload.ts61// • vi.hoisted(fn) — vitest hoists these above imports; under bun's ESMCOMMENT
LOWapps/vscode/src/test/bun-test-preload.ts101// IMPORTANT: bun has a *built-in* `vitest` → `bun:test` compatibility shim thatCOMMENT
LOWapps/vscode/src/test/bun-test-preload.ts121//COMMENT
LOWapps/vscode/src/shared/api.ts181 supportsPromptCache: false,COMMENT
LOWapps/vscode/src/shared/multi-root/types.ts21// path: "/Users/dev/frontend",COMMENT
LOWapps/vscode/src/sdk/message-translator.ts1// Replaces classic message streaming from src/core/task/index.ts (see origin/main)COMMENT
LOWapps/vscode/src/sdk/message-translator.ts1441 // used this turn, otherwise awaiting_followup), and the green "Task Completed" boxCOMMENT
LOWapps/vscode/src/sdk/message-translator.ts1521 // raw model output (which may contain JSON, tool call fragments, etc.)COMMENT
LOWapps/vscode/src/sdk/sdk-compaction.ts1// Replaces classic manual-condense handling from src/core/task (see origin/main)COMMENT
LOWapps/vscode/src/sdk/provider-migration.ts1// Replaces classic provider credential management (see origin/main)COMMENT
LOWapps/vscode/src/sdk/hooks-adapter.ts1// Bridges Cline's file-based hook scripts into the SDK's runtime hooks.COMMENT
LOWapps/vscode/src/sdk/bedrock-config.ts1// Maps the extension's legacy Bedrock ApiConfiguration onto the SDK'sCOMMENT
LOWapps/vscode/src/sdk/sdk-compaction-coordinator.ts1// Replaces classic manual-condense handling from src/core/task (see origin/main)COMMENT
LOWapps/vscode/src/sdk/message-id-minter.ts1// Single source of truth for ClineMessage identity (`id`), update freshness (`seq`),COMMENT
LOWapps/vscode/src/sdk/auth-service.test.ts1// Tests for the SDK-backed AuthService (Step 6: Auth & Account Flows)COMMENT
LOWapps/vscode/src/sdk/provider-migration.test.ts1import fs from "node:fs"COMMENT
LOWapps/vscode/src/sdk/state-post-debouncer.test.ts81COMMENT
LOWapps/vscode/src/sdk/vscode-lm/register-vscode-lm.ts1// Registers the VS Code Language Model handler with the Cline SDK.COMMENT
LOWapps/vscode/src/dev/debug-harness/README.md101# Dismiss overlays first (see "Dismissing Promotional Overlays" below)COMMENT
LOWapps/vscode/src/dev/debug-harness/server.ts1261 // Method 1: Use the extension host's Runtime.evaluate to trigger the URI handlerCOMMENT
LOWapps/vscode/src/services/mcp/McpOAuthManager.ts1// MCP OAuth state is stored in the shared MCP settings fileCOMMENT
3 more matches not shown…
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
Fake / Example Data24 hits · 24 pts
SeverityFileLineSnippetContext
LOWsdk/packages/core/scripts/telemetry-smoke-host.ts155 email: "user@example.com",CODE
LOWsdk/packages/core/src/auth/cline.test.ts18 email: "user@example.com",CODE
LOWsdk/packages/core/src/auth/cline.test.ts291 email: "user@example.com",CODE
LOWsdk/packages/core/src/auth/cline.test.ts321 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.ts72 values: { "-k": "123456:fake-token" },CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts92 "123456:fake-token",CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts106 values: { "-k": "123456:fake-token" },CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts118 values: { "-k": "123456:fake-token" },CODE
LOW…ore/src/hub/server/handlers/connector-handlers.test.ts217 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
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
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
Modern AI Meta-Vocabulary7 hits · 17 pts
SeverityFileLineSnippetContext
MEDIUM.agents/skills/cline-sdk/SKILL.md133### "I need multi-agent coordination"COMMENT
MEDIUMsdk/examples/plugins/agents-squad/README.md50### Typical orchestrationCOMMENT
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/vscode/README.marketplace.md26Thanks to [Claude Sonnet's agentic coding capabilities](https://www.anthropic.com/claude/sonnet), Cline can handle complCODE
MEDIUMapps/vscode/src/sdk/cline-session-factory.ts678 // not include these guardrails, so without this the model in plan mode mayCOMMENT
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.ts258 // Tracks when users select an option from AI-generated followup questionsCOMMENT
HIGHapps/vscode/src/services/telemetry/TelemetryService.ts260 // 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.ts660 "# Optional Guidelines\n\nConsider these best practices...",CODE
MEDIUM…vscode/webview-ui/src/components/chat/ChatTextArea.tsx871 // 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.ts672 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