Repository Analysis

zhukunpenglinyutong/jetbrains-cc-gui

Jetbrains Claude Code and Codex GUI Plugin

6.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of zhukunpenglinyutong/jetbrains-cc-gui, a Java project with 5,642 GitHub stars. SynthScan v2.0 examined 392,657 lines of code across 1545 source files, recording 762 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 6.5 places this repository in the Low AI signal 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).

6.5
Adjusted Score
6.5
Raw Score
100%
Time Factor
2026-08-28
Last Push
5.6K
Stars
Java
Language
392.7K
Lines of Code
1.5K
Files
762
Pattern Hits
2026-08-29
Scan Date
0.11
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 163HIGH 9MEDIUM 33LOW 557

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 762 distinct pattern matches across 12 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.

Hallucination Indicators163 hits · 1765 pts
SeverityFileLineSnippetContext
CRITICAL…odegui/handler/history/HistoryMessageInjectorTest.java655 assertTrue(com.github.claudecodegui.util.JsUtils.escapeJs(CODE
CRITICAL…odegui/handler/history/HistoryMessageInjectorTest.java679 assertTrue(com.github.claudecodegui.util.JsUtils.escapeJs(chunk).length()CODE
CRITICAL…odegui/handler/history/HistoryMessageInjectorTest.java693 assertTrue(com.github.claudecodegui.util.JsUtils.escapeJs(chunk).length()CODE
CRITICAL…degui/provider/claude/ClaudeSDKBridgeRefactorTest.java208 com.intellij.openapi.diagnostic.Logger.getInstance(ClaudeDaemonRequestExecutor.class),CODE
CRITICAL…hub/claudecodegui/provider/grok/GrokSDKBridgeTest.java116 int limit = com.github.claudecodegui.handler.provider.ModelProviderHandler.getModelContextLimit("grok-2");CODE
CRITICAL…hub/claudecodegui/provider/grok/GrokSDKBridgeTest.java123 assertEquals(500000, com.github.claudecodegui.handler.provider.ModelProviderHandler.getModelContextLimit("grok")CODE
CRITICAL…hub/claudecodegui/provider/grok/GrokSDKBridgeTest.java124 assertEquals(128000, com.github.claudecodegui.handler.provider.ModelProviderHandler.getModelContextLimit("grok-2CODE
CRITICAL…hub/claudecodegui/provider/grok/GrokSDKBridgeTest.java125 assertEquals(500000, com.github.claudecodegui.handler.provider.ModelProviderHandler.getModelContextLimit("grok-4CODE
CRITICAL…hub/claudecodegui/provider/grok/GrokSDKBridgeTest.java126 assertEquals(500000, com.github.claudecodegui.handler.provider.ModelProviderHandler.getModelContextLimit("grok-bCODE
CRITICAL…degui/provider/common/PaginatedSessionLoadingTest.java33 new com.github.claudecodegui.provider.claude.ClaudeSessionLiteReader();CODE
CRITICAL…degui/provider/common/PaginatedSessionLoadingTest.java76 new com.github.claudecodegui.provider.claude.ClaudeSessionLiteReader();CODE
CRITICALsrc/main/resources/libs/marked.min.js47`+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=r.text):t.push(s);continue}if(e){let r="Infinite loop on bytCODE
CRITICAL…ithub/claudecodegui/handler/PermissionModeHandler.java84 com.github.claudecodegui.notifications.ClaudeNotifier.setMode(this.context.getProject(), mode);CODE
CRITICAL…om/github/claudecodegui/handler/PermissionHandler.java279 com.github.claudecodegui.ui.toolwindow.ClaudeSDKToolWindow.getChatWindow(targetProject);CODE
CRITICAL…ava/com/github/claudecodegui/handler/AgentHandler.java283 com.github.claudecodegui.notifications.ClaudeNotifier.setAgent(context.getProject(), agentName);CODE
CRITICAL…ava/com/github/claudecodegui/handler/AgentHandler.java285 com.github.claudecodegui.notifications.ClaudeNotifier.setAgent(context.getProject(), "");CODE
CRITICAL…ava/com/github/claudecodegui/handler/AgentHandler.java288 com.github.claudecodegui.notifications.ClaudeNotifier.setAgent(context.getProject(), "");CODE
CRITICAL…ava/com/github/claudecodegui/handler/AgentHandler.java380 com.github.claudecodegui.notifications.ClaudeNotifier.showSuccess(CODE
CRITICAL…ava/com/github/claudecodegui/handler/AgentHandler.java390 com.github.claudecodegui.notifications.ClaudeNotifier.showError(CODE
CRITICAL…ava/com/github/claudecodegui/handler/AgentHandler.java488 com.github.claudecodegui.notifications.ClaudeNotifier.showError(CODE
CRITICAL…ava/com/github/claudecodegui/handler/AgentHandler.java528 com.github.claudecodegui.notifications.ClaudeNotifier.showSuccess(CODE
CRITICAL…ava/com/github/claudecodegui/handler/AgentHandler.java544 com.github.claudecodegui.notifications.ClaudeNotifier.showError(CODE
CRITICAL…github/claudecodegui/handler/SoundSettingsHandler.java202 com.intellij.openapi.fileChooser.FileChooser.chooseFile(CODE
CRITICAL…com/github/claudecodegui/handler/McpServerHandler.java274 String errorMsg = escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("mcp.addServerFaileCODE
CRITICAL…com/github/claudecodegui/handler/McpServerHandler.java297 String errorMsg = escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("mcp.updateServerFaCODE
CRITICAL…com/github/claudecodegui/handler/McpServerHandler.java321 String reason = com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("mcp.serverNotFound");CODE
CRITICAL…com/github/claudecodegui/handler/McpServerHandler.java322 String errorMsg = escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message(CODE
CRITICAL…com/github/claudecodegui/handler/McpServerHandler.java330 String errorMsg = escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("mcp.deleteServerFaCODE
CRITICAL…ava/com/github/claudecodegui/handler/SkillHandler.java433 .finishOnUiThread(com.intellij.openapi.application.ModalityState.defaultModalityState(), virtualFile -> CODE
CRITICAL…ithub/claudecodegui/handler/CodexMcpServerHandler.java168 sendToolsError("", com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("error.codexLocalAccessNotACODE
CRITICAL…ithub/claudecodegui/handler/CodexMcpServerHandler.java259 com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("error.codexLocalAccessNotAuthorized")CODE
CRITICAL…laudecodegui/handler/context/JavaContextCollector.java516 PsiClass cls = com.intellij.psi.util.PsiUtil.resolveClassInType(type);CODE
CRITICAL…laudecodegui/handler/context/JavaContextCollector.java527 return com.intellij.openapi.roots.ProjectFileIndex.getInstance(project).isInContent(vFile);CODE
CRITICAL…thub/claudecodegui/handler/file/FileExportHandler.java47 handleSaveFile(content, ".md", com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("file.saveMarkdownDCODE
CRITICAL…thub/claudecodegui/handler/file/FileExportHandler.java51 handleSaveFile(content, ".json", com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("file.saveJsonDiaCODE
CRITICAL…thub/claudecodegui/handler/file/FileExportHandler.java123 notifySuccess(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("file.saved"));CODE
CRITICAL…thub/claudecodegui/handler/file/FileExportHandler.java126 String errorDetail = e.getMessage() != null ? e.getMessage() : com.github.claudecodegui.i18n.ClaudeCodeGCODE
CRITICAL…thub/claudecodegui/handler/file/FileExportHandler.java127 notifyError(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("file.saveFailedWithReason", errorCODE
CRITICAL…thub/claudecodegui/handler/file/FileExportHandler.java143 String errorDetail = message != null ? message : com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("CODE
CRITICAL…thub/claudecodegui/handler/file/FileExportHandler.java144 String errorMsg = escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("file.saveFailedWithReaCODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java73 context.callJavaScript("window.showError", context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBCODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java107 context.callJavaScript("window.showError", context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBCODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java126 context.callJavaScript("window.showError", context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeCODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java152 context.callJavaScript("window.showError", context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBCODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java182 if (com.github.claudecodegui.settings.CodexProviderManager.CODEX_CLI_LOGIN_PROVIDER_ID.equals(id)) {CODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java191 String successMsg = com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("toast.providerSwitchSucceCODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java192 + com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("provider.switchSyncCodex");CODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java201 context.callJavaScript("window.showError", context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBCODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java234 com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("toast.codexLocalConfigAuthorizationReCODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java243 com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("toast.providerSwitchFailed") + ": " +CODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java261 com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("toast.codexCliLoginSwitchSuccess")));CODE
CRITICAL…ecodegui/handler/provider/CodexProviderOperations.java270 com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("toast.providerSwitchFailed") + ": " +CODE
CRITICAL…codegui/handler/provider/ClaudeProviderOperations.java134 context.callJavaScript("window.showError", context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBCODE
CRITICAL…codegui/handler/provider/ClaudeProviderOperations.java173 context.callJavaScript("window.showError", context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBCODE
CRITICAL…codegui/handler/provider/ClaudeProviderOperations.java192 context.callJavaScript("window.showError", context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeCODE
CRITICAL…codegui/handler/provider/ClaudeProviderOperations.java221 context.callJavaScript("window.showError", context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBCODE
CRITICAL…codegui/handler/provider/ClaudeProviderOperations.java259 context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("toast.providerDiCODE
CRITICAL…codegui/handler/provider/ClaudeProviderOperations.java282 context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("error.localPCODE
CRITICAL…codegui/handler/provider/ClaudeProviderOperations.java295 context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("error.localPCODE
CRITICAL…codegui/handler/provider/ClaudeProviderOperations.java314 context.escapeJs(com.github.claudecodegui.i18n.ClaudeCodeGuiBundle.message("toast.localProviCODE
103 more matches not shown…
Hyper-Verbose Identifiers303 hits · 303 pts
SeverityFileLineSnippetContext
LOWwebview/e2e/menu-viewports.spec.ts173async function expectSubmenuAnchoredToRow(page: Page, trigger: Locator, submenu: Locator, label: string) {CODE
LOWwebview/src/main.tsx48function createBridgeHeartbeatStarter() {CODE
LOWwebview/src/main.tsx394function applyEditorTypographyConfig(config: {CODE
LOWwebview/src/types/aiFeatureConfig.ts159export function pickAutoAiFeatureProvider(CODE
LOWwebview/src/types/provider.ts152export function validateCodexCustomModels(models: unknown): CodexCustomModel[] {CODE
LOWwebview/src/types/provider.ts379export function buildCodexProviderConfigToml(CODE
LOWwebview/src/types/promptEnhancer.ts27export function normalizePromptEnhancerConfig(CODE
LOWwebview/src/utils/sessionFileLedger.ts90export function reconstructBaselineAndCurrent(ops: LedgerOp[]): ReconstructResult {CODE
LOWwebview/src/utils/linkifyCapabilities.ts14function normalizeLinkifyCapabilities(value: unknown): LinkifyCapabilities {CODE
LOWwebview/src/utils/linkifyCapabilities.ts56export function applyLinkifyCapabilitiesPayload(json: string): LinkifyCapabilities {CODE
LOWwebview/src/utils/linkifyCapabilities.ts64export function subscribeLinkifyCapabilities(CODE
LOWwebview/src/utils/skipNewSessionConfirm.ts72export function isNewSessionConfirmEnabled(): boolean {CODE
LOWwebview/src/utils/skipNewSessionConfirm.ts82export function setNewSessionConfirmEnabled(enabled: boolean): void {CODE
LOWwebview/src/utils/betaProviderNotice.ts14export function hasSeenBetaProviderNotice(): boolean {CODE
LOWwebview/src/utils/betaProviderNotice.ts27export function markBetaProviderNoticeSeen(): void {CODE
LOWwebview/src/utils/taskNotificationMessage.ts70export function collectTaskEventsFromMessages(messages: ClaudeMessage[]): TaskEventMap {CODE
LOWwebview/src/utils/runtimeProviderCapabilities.ts38export function installRuntimeProviderDispatchers(): void {CODE
LOWwebview/src/utils/runtimeProviderCapabilities.ts83export function subscribeCodexProviderList(listener: ProviderListListener): () => void {CODE
LOWwebview/src/utils/runtimeProviderCapabilities.ts91export function subscribeActiveCodexProvider(listener: ActiveProviderListener): () => void {CODE
LOWwebview/src/utils/subagentResult.ts187export function isSpawnAgentArgumentFailureNoise(CODE
LOWwebview/src/utils/linkify.ts477export function normalizeFileNavigationTarget(href: string): string | null {CODE
LOWwebview/src/utils/linkify.ts490export function isMarkdownFileNavigationHref(href: string): boolean {CODE
LOWwebview/src/utils/codexSubscriptionQuotaCapabilities.ts61export function installCodexSubscriptionQuotaDispatchers(): void {CODE
LOWwebview/src/utils/codexSubscriptionQuotaCapabilities.ts74export function subscribeCodexSubscriptionQuota(listener: QuotaListener): () => void {CODE
LOWwebview/src/utils/codexSubscriptionQuotaCapabilities.ts82export function fetchCodexSubscriptionQuota(): void {CODE
LOWwebview/src/utils/toolConstants.ts85export function isTransientInternalToolName(toolName: string | undefined): boolean {CODE
LOWwebview/src/utils/expandedState.ts18export function clearAllPersistedExpanded(): void {CODE
LOWwebview/src/utils/contentBlockNormalize.ts156export function formatTaskNotificationForDisplay(CODE
LOWwebview/src/utils/contentBlockNormalize.ts189export function createTaskNotificationBlock(text: string): ClaudeContentBlock | null {CODE
LOWwebview/src/utils/contentBlockNormalize.ts205export function extractCommandMessageContent(text: string): string {CODE
LOWwebview/src/utils/contentBlockNormalize.ts239export function isSyntheticToolMessageContent(CODE
LOWwebview/src/utils/turnScope.ts3export function isToolResultOnlyUserMessage(message: ClaudeMessage): boolean {CODE
LOWwebview/src/utils/turnScope.ts18export function findLatestConversationTurnStart(messages: ClaudeMessage[]): number {CODE
LOWwebview/src/utils/turnScope.ts28export function sliceLatestConversationTurn(messages: ClaudeMessage[]): ClaudeMessage[] {CODE
LOWwebview/src/utils/turnScope.ts43export function computeStatusScopeMessages(CODE
LOWwebview/src/utils/turnScope.ts55function findConversationTurnStartAt(messages: ClaudeMessage[], messageIndex: number): number {CODE
LOWwebview/src/utils/turnScope.ts85export function finalizeTodosForSettledTurn(CODE
LOWwebview/src/utils/turnScope.ts98export function finalizeSubagentsForSettledTurn(subagents: SubagentInfo[], _isStreaming: boolean): SubagentInfo[] {CODE
LOWwebview/src/utils/bridge.ts43function installResolveFilePathHandler() {CODE
LOWwebview/src/utils/bridgeStartup.ts62function startDependencyStatusRequest(force: boolean): () => void {CODE
LOWwebview/src/utils/bridgeStartup.ts131export function requestDependencyStatusUntilSettled(): () => void {CODE
LOWwebview/src/utils/bridgeStartup.ts135export function retryDependencyStatusRequest(): () => void {CODE
LOWwebview/src/utils/bridgeStartup.ts140export function requestFreshDependencyStatus(): () => void {CODE
LOWwebview/src/utils/bridgeStartup.ts150export function settleDependencyStatusRequest(state: 'ready' | 'error'): void {CODE
LOWwebview/src/utils/bridgeStartup.ts167export function isDependencyStatusResponse(payload: unknown): boolean {CODE
LOWwebview/src/utils/messageUtils.ts224export function isTaskNotificationOnlyMessage(message: ClaudeMessage): boolean {CODE
LOWwebview/src/utils/messageUtils.ts294export function attachCompactBoundaryMetadata(messages: ClaudeMessage[]): ClaudeMessage[] {CODE
LOWwebview/src/utils/messageUtils.ts676export function mergeConsecutiveAssistantMessages(CODE
LOWwebview/src/utils/codexStatusRequestTracker.ts14export function isLatestCodexStatusRequest(requestId: string | undefined): boolean {CODE
LOWwebview/src/utils/nodeProcessCapabilities.ts93export function installNodeProcessDispatchers(): void {CODE
LOWwebview/src/utils/nodeProcessCapabilities.ts119export function subscribeNodeProcessKillResult(listener: KillResultListener): () => void {CODE
LOWwebview/src/utils/permissionDialogTimeout.ts9export function clampPermissionDialogTimeoutSeconds(value: unknown): number {CODE
LOWwebview/src/utils/surfaceDamagePulse.ts43function getOrCreateSentinel(): HTMLElement | null {CODE
LOWwebview/src/utils/surfaceDamagePulse.ts125export function replaceSurfaceDamagePulse(previousToken: string, nextToken: string): boolean {CODE
LOWwebview/src/utils/surfaceDamagePulse.ts143export function advanceSurfaceDamagePulse(token: string): boolean {CODE
LOWwebview/src/utils/surfaceDamagePulse.ts174export function isSurfaceDamagePulseActive(): boolean {CODE
LOWwebview/src/utils/surfaceDamagePulse.ts179export function runAfterSurfaceDamagePulse(waiter: () => void): boolean {CODE
LOWwebview/src/utils/surfaceDamagePulse.ts189export function performGenericSurfaceDamage(app: HTMLElement, restoreScale: string): boolean {CODE
LOWwebview/src/components/MessageList.tsx40function getFirstMessageBoundaryKey(message: ClaudeMessage | undefined): string | undefined {CODE
LOWwebview/src/components/MessageList.tsx67function getMessageToolResultSignature(CODE
243 more matches not shown…
Fake / Example Data99 hits · 123 pts
SeverityFileLineSnippetContext
LOW…/components/ChatInputBox/hooks/usePasteAndDrop.test.ts89 const mixedText = 'const email = "user@example.com"; @/workspace/src/index.vue';CODE
LOWwebview/src/i18n/locales/zh.json127 "placeholder": "在对话中搜索…",CODE
LOWwebview/src/i18n/locales/zh.json405 "placeholder": "Windows: C:\\Program Files\\nodejs\\node.exe (必须以 .exe 结尾) | macOS/Linux: /usr/local/bin/node",CODE
LOWwebview/src/i18n/locales/zh.json417 "placeholder": "例如 /usr/local/bin/claude — 留空则使用内置 SDK",CODE
LOWwebview/src/i18n/locales/zh.json422 "placeholder": "例如 project1 或留空使用项目根目录",CODE
LOWwebview/src/i18n/locales/zh.json723 "placeholder": "例如 500",CODE
LOWwebview/src/i18n/locales/zh.json809 "placeholder": "在此添加您的额外要求,例如:使用中文生成 commit、包含 issue 编号,使用表情符号等等...",CODE
LOWwebview/src/i18n/locales/zh.json814 "placeholder": "在此添加当前项目的专属要求,例如:scope 必须使用模块名、commit body 需包含影响范围等...",CODE
LOWwebview/src/i18n/locales/zh.json820 "placeholder": "此功能正在开发中,敬请期待...",CODE
LOWwebview/src/i18n/locales/zh.json1564 "placeholder": "{\n \"servers\": {\n \"my-server\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \CODE
LOWwebview/src/i18n/locales/zh.json2219 "placeholder": "文件上下文",CODE
LOWwebview/src/i18n/locales/ja.json108 "placeholder": "会話内を検索...",CODE
LOWwebview/src/i18n/locales/ja.json167 "placeholder": "例: C:\\Program Files\\nodejs\\node.exe または /usr/local/bin/node",CODE
LOWwebview/src/i18n/locales/ja.json175 "placeholder": "例: /usr/local/bin/claude — 空欄の場合は内蔵 SDK を使用",CODE
LOWwebview/src/i18n/locales/ja.json180 "placeholder": "例: project1 または空欄でプロジェクトルートを使用",CODE
LOWwebview/src/i18n/locales/ja.json376 "placeholder": "例: 500",CODE
LOWwebview/src/i18n/locales/ja.json444 "placeholder": "Add your extra requirements here, e.g., generate commit in English, include issue number, etc...CODE
LOWwebview/src/i18n/locales/ja.json449 "placeholder": "現在のプロジェクト固有の要件をここに追加してください。例:scopeにはモジュール名を使用、commit bodyに影響範囲を含めるなど...",CODE
LOWwebview/src/i18n/locales/ja.json455 "placeholder": "This feature is under development, stay tuned...",CODE
LOWwebview/src/i18n/locales/ja.json1127 "placeholder": "{\n \"servers\": {\n \"my-server\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \CODE
LOWwebview/src/i18n/locales/ja.json1719 "placeholder": "ファイルコンテキスト",CODE
LOWwebview/src/i18n/locales/ru.json108 "placeholder": "Поиск в беседе…",CODE
LOWwebview/src/i18n/locales/ru.json167 "placeholder": "например, C:\\Program Files\\nodejs\\node.exe или /usr/local/bin/node",CODE
LOWwebview/src/i18n/locales/ru.json175 "placeholder": "напр. /usr/local/bin/claude — оставьте пустым для использования встроенного SDK",CODE
LOWwebview/src/i18n/locales/ru.json180 "placeholder": "например, project1 или оставьте пустым для корня проекта",CODE
LOWwebview/src/i18n/locales/ru.json376 "placeholder": "например, 500",CODE
LOWwebview/src/i18n/locales/ru.json444 "placeholder": "Добавьте дополнительные требования, например, генерировать коммит на английском, включать номер CODE
LOWwebview/src/i18n/locales/ru.json449 "placeholder": "Добавьте здесь требования, специфичные для проекта, например: scope должен содержать имя модуля,CODE
LOWwebview/src/i18n/locales/ru.json455 "placeholder": "Эта функция в разработке, следите за обновлениями...",CODE
LOWwebview/src/i18n/locales/ru.json1149 "placeholder": "{\n \"servers\": {\n \"my-server\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \CODE
LOWwebview/src/i18n/locales/ru.json1740 "placeholder": "Файловый контекст",CODE
LOWwebview/src/i18n/locales/en.json127 "placeholder": "Search in conversation…",CODE
LOWwebview/src/i18n/locales/en.json405 "placeholder": "Windows: C:\\Program Files\\nodejs\\node.exe (must end with .exe) | macOS/Linux: /usr/local/bin/CODE
LOWwebview/src/i18n/locales/en.json417 "placeholder": "e.g. /usr/local/bin/claude — leave empty to use the bundled SDK",CODE
LOWwebview/src/i18n/locales/en.json422 "placeholder": "e.g. project1 or leave empty to use project root",CODE
LOWwebview/src/i18n/locales/en.json723 "placeholder": "e.g. 500",CODE
LOWwebview/src/i18n/locales/en.json809 "placeholder": "Add your extra requirements here, e.g., generate commit in English, include issue number, etc...CODE
LOWwebview/src/i18n/locales/en.json814 "placeholder": "Add project-specific requirements here, e.g., scope must use module name, commit body should incCODE
LOWwebview/src/i18n/locales/en.json820 "placeholder": "This feature is under development, stay tuned...",CODE
LOWwebview/src/i18n/locales/en.json1559 "placeholder": "{\n \"servers\": {\n \"my-server\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \CODE
LOWwebview/src/i18n/locales/en.json2213 "placeholder": "File Context",CODE
LOWwebview/src/i18n/locales/fr.json108 "placeholder": "Rechercher dans la conversation…",CODE
LOWwebview/src/i18n/locales/fr.json167 "placeholder": "ex. C:\\Program Files\\nodejs\\node.exe ou /usr/local/bin/node",CODE
LOWwebview/src/i18n/locales/fr.json175 "placeholder": "ex. /usr/local/bin/claude — laissez vide pour utiliser le SDK intégré",CODE
LOWwebview/src/i18n/locales/fr.json180 "placeholder": "e.g. project1 or leave empty to use project root",CODE
LOWwebview/src/i18n/locales/fr.json376 "placeholder": "ex. 500",CODE
LOWwebview/src/i18n/locales/fr.json444 "placeholder": "Add your extra requirements here, e.g., generate commit in English, include issue number, etc...CODE
LOWwebview/src/i18n/locales/fr.json449 "placeholder": "Ajoutez ici les exigences spécifiques au projet, par exemple : le scope doit utiliser le nom du CODE
LOWwebview/src/i18n/locales/fr.json455 "placeholder": "This feature is under development, stay tuned...",CODE
LOWwebview/src/i18n/locales/fr.json1122 "placeholder": "{\n \"servers\": {\n \"my-server\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \CODE
LOWwebview/src/i18n/locales/fr.json1714 "placeholder": "Contexte de fichier",CODE
LOWwebview/src/i18n/locales/hi.json108 "placeholder": "बातचीत में खोजें...",CODE
LOWwebview/src/i18n/locales/hi.json167 "placeholder": "जैसे C:\\Program Files\\nodejs\\node.exe या /usr/local/bin/node",CODE
LOWwebview/src/i18n/locales/hi.json175 "placeholder": "उदा. /usr/local/bin/claude — अंतर्निहित SDK का उपयोग करने के लिए खाली छोड़ें",CODE
LOWwebview/src/i18n/locales/hi.json180 "placeholder": "e.g. project1 or leave empty to use project root",CODE
LOWwebview/src/i18n/locales/hi.json376 "placeholder": "उदा. 500",CODE
LOWwebview/src/i18n/locales/hi.json444 "placeholder": "Add your extra requirements here, e.g., generate commit in English, include issue number, etc...CODE
LOWwebview/src/i18n/locales/hi.json449 "placeholder": "यहाँ प्रोजेक्ट-विशिष्ट आवश्यकताएँ जोड़ें, जैसे: scope में मॉड्यूल नाम का उपयोग करें, commit bodyCODE
LOWwebview/src/i18n/locales/hi.json455 "placeholder": "This feature is under development, stay tuned...",CODE
LOWwebview/src/i18n/locales/hi.json1122 "placeholder": "{\n \"servers\": {\n \"my-server\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \CODE
39 more matches not shown…
Decorative Section Separators28 hits · 82 pts
SeverityFileLineSnippetContext
MEDIUMwebview/src/components/CollapsibleTextBlock.test.ts5 // ── 基本路径匹配 ──────────────────────────────────COMMENT
MEDIUMwebview/src/components/CollapsibleTextBlock.test.ts49 // ── 行号 ──────────────────────────────────────────COMMENT
MEDIUMwebview/src/components/CollapsibleTextBlock.test.ts65 // ── 路径含空格 ────────────────────────────────────COMMENT
MEDIUMwebview/src/components/CollapsibleTextBlock.test.ts109 // ── 路径含 # 但不匹配行号 ─────────────────────────COMMENT
MEDIUMwebview/src/components/CollapsibleTextBlock.test.ts109 // ── 路径含 # 但不匹配行号 ─────────────────────────COMMENT
MEDIUMwebview/src/components/CollapsibleTextBlock.test.ts131 // ── 非路径 @mention 不匹配 ────────────────────────COMMENT
MEDIUMwebview/src/components/CollapsibleTextBlock.test.ts143 // ── @@ 转义 ───────────────────────────────────────COMMENT
MEDIUMwebview/src/components/CollapsibleTextBlock.test.ts162 // ── 混合文本 ──────────────────────────────────────COMMENT
MEDIUMwebview/src/components/CollapsibleTextBlock.test.ts194 // ── 边界条件 ──────────────────────────────────────COMMENT
MEDIUM…ponents/ConversationSearch/ConversationSearch.test.tsx159 // ─────────────────────────────────────────────────────────COMMENT
MEDIUM…ponents/ConversationSearch/ConversationSearch.test.tsx161 // ─────────────────────────────────────────────────────────COMMENT
MEDIUMwebview/src/hooks/useMessageProcessing.ts127 // ── Compact summary → notification ─────────────────────────────────COMMENT
MEDIUMwebview/src/hooks/useMessageProcessing.ts143 // ── Standard visibility + type transforms ──────────────────────────COMMENT
MEDIUM…ub/claudecodegui/ui/toolwindow/DeferredReloadTest.java38 // ── Park + take-and-clear ────────────────────────────────────────────────COMMENT
MEDIUM…ub/claudecodegui/ui/toolwindow/DeferredReloadTest.java67 // ── Coalescing (last writer wins) ────────────────────────────────────────COMMENT
MEDIUM…ub/claudecodegui/ui/toolwindow/DeferredReloadTest.java82 // ── Disposed gate ────────────────────────────────────────────────────────COMMENT
MEDIUM…ub/claudecodegui/ui/toolwindow/DeferredReloadTest.java108 // ── Thread-safety: concurrent defer/take never loses or duplicates ───────COMMENT
MEDIUM…ub/claudecodegui/ui/toolwindow/DeferredReloadTest.java166 // ── Safety backstop decision (decideDeferredReloadSafety) ────────────────COMMENT
MEDIUM…decodegui/provider/opencode/OpenCodeHistoryReader.java163 // ── SQLite (OpenCode 1.x) ───────────────────────────────────────────────COMMENT
MEDIUM…decodegui/provider/opencode/OpenCodeHistoryReader.java496 // ── Legacy JSON storage ─────────────────────────────────────────────────STRING
MEDIUM…github/claudecodegui/permission/PermissionService.java47 // ── Enums & Inner Types ────────────────────────────────────────────COMMENT
MEDIUM…github/claudecodegui/permission/PermissionService.java111 // ── Constructor & Factory Methods ──────────────────────────────────COMMENT
MEDIUM…github/claudecodegui/permission/PermissionService.java160 // ── Public API ─────────────────────────────────────────────────────COMMENT
MEDIUM…github/claudecodegui/permission/PermissionService.java238 // ── Common Helpers ─────────────────────────────────────────────────COMMENT
MEDIUM…github/claudecodegui/permission/PermissionService.java304 // ── Permission Request Handling ────────────────────────────────────COMMENT
MEDIUM…github/claudecodegui/permission/PermissionService.java437 // ── AskUserQuestion Request Handling ───────────────────────────────COMMENT
MEDIUM…github/claudecodegui/permission/PermissionService.java513 // ── PlanApproval Request Handling ──────────────────────────────────COMMENT
MEDIUM…github/claudecodegui/permission/PermissionService.java576 // ── Diff Review ────────────────────────────────────────────────────COMMENT
Structural Annotation Overuse42 hits · 82 pts
SeverityFileLineSnippetContext
LOWwebview/src/components/AnimatedText/index.tsx23 // Step 1: Animate out current text (Right to Left)COMMENT
LOWwebview/src/components/AnimatedText/index.tsx33 // Step 2: Swap content and animate in (Left to Right)COMMENT
LOWwebview/src/hooks/useScrollBehavior.ts98 // Step 1: deterministic scrollTop adjustment.COMMENT
LOWwebview/src/hooks/useScrollBehavior.ts103 // Step 2: native end-positioning (handles late-arriving layout).COMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1316 // Step 1: Frontend begins session transitionCOMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1319 // Step 2: During transition, stale messages are blockedCOMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1325 // Step 3: Java calls historyLoadComplete (failure path also calls this before addErrorMessage)COMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1331 // Step 4: Java calls addErrorMessageCOMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1337 // Step 5: After guard release, new messages workCOMMENT
LOWai-bridge/services/claude/permission-mode.js155 // Step 1: ExitPlanMode triggers plan approval dialog (must check BEFORE safe toolsCOMMENT
LOWai-bridge/services/claude/permission-mode.js193 // Step 2: Safe always-allow tools yield to SDK so settings.json deny rules can fire.COMMENT
LOWai-bridge/services/claude/permission-mode.js198 // Step 3: Agent/Task are auto-approved in plan mode, matching CLI behavior.COMMENT
LOWai-bridge/services/claude/permission-mode.js208 // Step 4: Edit/Write tools allow PLAN.md only; other writes require permission.COMMENT
LOWai-bridge/services/claude/permission-mode.js282 // Step 5: Plan mode specific allowed tools (read-only exploration tools)COMMENT
LOWai-bridge/services/claude/permission-mode.js287 // Step 6: Auto-approve read-only MCP tools (positive verb allowlist; see isReadOnlyMcpTool).COMMENT
LOWai-bridge/services/claude/mcp-status/sse-verifier.js57 // Step 1: GET the SSE endpoint to establish event streamCOMMENT
LOWai-bridge/services/claude/mcp-status/sse-verifier.js75 // Step 2: Wait for endpoint eventCOMMENT
LOWai-bridge/services/claude/mcp-status/sse-verifier.js87 // Step 3: POST initialize request to the discovered endpointCOMMENT
LOWai-bridge/services/claude/mcp-status/sse-verifier.js108 // Step 4: Read initialize responseCOMMENT
LOW…-bridge/services/claude/mcp-status/sse-tools-getter.js54 // Step 1: Establish SSE connectionCOMMENT
LOW…-bridge/services/claude/mcp-status/sse-tools-getter.js72 // Step 2: Wait for endpoint eventCOMMENT
LOW…-bridge/services/claude/mcp-status/sse-tools-getter.js84 // Step 3: Send initialize requestCOMMENT
LOW…-bridge/services/claude/mcp-status/sse-tools-getter.js123 // Step 4: Send tools/list requestCOMMENT
LOWdocs/codex/MULTI-PROVIDER-ARCHITECTURE.md171### Step 1: Create Service ModuleCOMMENT
LOWdocs/codex/MULTI-PROVIDER-ARCHITECTURE.md178### Step 2: Implement Message ServiceCOMMENT
LOWdocs/codex/MULTI-PROVIDER-ARCHITECTURE.md202### Step 3: Add Permission MapperCOMMENT
LOWdocs/codex/MULTI-PROVIDER-ARCHITECTURE.md222### Step 4: Update RouterCOMMENT
LOWdocs/codex/MULTI-PROVIDER-ARCHITECTURE.md242### Step 5: Create Java BridgeCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java124 // Step 1: Locate SKILL.mdCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java130 // Step 2: Extract frontmatter YAML textCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java136 // Step 3: Parse YAMLCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java155 // Step 4: Extract name (optional per docs, falls back to directory name)COMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java170 // Step 5: Extract description (optional per docs, falls back to first paragraph)COMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java186 // Step 6: Extract optional fieldsCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java191 // Step 7: Extract user-invocable (default true per docs)COMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java198 // Step 8: Extract paths (conditional skills - glob patterns for file matching)COMMENT
LOW…ava/com/github/claudecodegui/util/EditorFileUtils.java219 // Step 1: Refresh file system on UI thread (not under read lock)COMMENT
LOW…ava/com/github/claudecodegui/util/EditorFileUtils.java225 // Step 2: Find the file in a non-blocking read actionCOMMENT
LOW…ava/com/github/claudecodegui/util/EditorFileUtils.java237 // Step 3: Handle the result on UI threadCOMMENT
LOW…hub/claudecodegui/terminal/TerminalMonitorService.java427 // Step 1: Get Terminal objectCOMMENT
LOW…hub/claudecodegui/terminal/TerminalMonitorService.java431 // Step 2: Get TextBufferCOMMENT
LOW…hub/claudecodegui/terminal/TerminalMonitorService.java435 // Step 3: Scrape linesCOMMENT
Over-Commented Block75 hits · 75 pts
SeverityFileLineSnippetContext
LOWwebview/src/App.tsx221 // handle Cmd+F there.COMMENT
LOWwebview/src/contexts/SubagentContext.tsx21 currentProvider: 'claude',COMMENT
LOWwebview/src/utils/linkify.ts81 // RubyCOMMENT
LOWwebview/src/utils/messageUtils.ts501 // - <command-message> → UserCommandMessage (skill/slash command)COMMENT
LOWwebview/src/components/ChatScreen.tsx201 // stay the same — without this sub-signal the hook would never re-scan theCOMMENT
LOWwebview/src/components/MarkdownBlock.tsx701 );COMMENT
LOW…bview/src/components/toolBlocks/TaskExecutionBlock.tsx81 const historyDescription = isSpawnAgentCOMMENT
LOWwebview/src/components/mcp/McpServerDialog.tsx21 const [jsonContent, setJsonContent] = useState('');COMMENT
LOWwebview/src/components/mcp/McpServerDialog.tsx41// "mcpServers": {COMMENT
LOW…eStatistics/tokentracker-dashboard/lib/tt-transport.ts1// Vendored addition (not from upstream): JCEF transport for the embeddedCOMMENT
LOWwebview/src/hooks/useScrollBehavior.ts61COMMENT
LOWwebview/src/hooks/useStreamingMessages.ts241 // let the next backend snapshot author the correct blocks. Overwriting aCOMMENT
LOWwebview/src/hooks/useChatComputations.ts201COMMENT
LOWwebview/src/hooks/useChatComputations.ts221 // would lose its task and subagent lists entirely.COMMENT
LOWwebview/src/hooks/windowCallbacks/messageSync.ts121 }COMMENT
LOWwebview/src/hooks/windowCallbacks/messageSync.ts381 // (prev starts with next: the same segment, grown further on the frontend).COMMENT
LOW…indowCallbacks/registerCallbacks/streamingCallbacks.ts301 // If the last streaming assistant belongs to an OLDER turn, its onStreamEndCOMMENT
LOW…indowCallbacks/registerCallbacks/streamingCallbacks.ts581 // Initialize denied tool ids set if not existsCOMMENT
LOW…indowCallbacks/registerCallbacks/streamingCallbacks.ts621 window.__lastStreamEndedTurnId = endedStreamingTurnId;COMMENT
LOW…indowCallbacks/registerCallbacks/streamingCallbacks.ts681COMMENT
LOW…indowCallbacks/registerCallbacks/streamingCallbacks.ts741 //COMMENT
LOW…indowCallbacks/registerCallbacks/streamingCallbacks.ts801 };COMMENT
LOW…indowCallbacks/registerCallbacks/streamingCallbacks.ts821 return;COMMENT
LOW…/windowCallbacks/registerCallbacks/messageCallbacks.ts961 window.__lastStreamEndedAt = undefined;COMMENT
LOW…rc/hooks/windowCallbacks/__tests__/messageSync.test.ts1101 expect(streamingIndex).toBe(-1);COMMENT
LOWai-bridge/permission-handler.js21// READ_ONLY tools: pure read operations with no side effects.COMMENT
LOWai-bridge/daemon.js61// BEFORE SDK preloading or any other network activity, but only for explicitlyCOMMENT
LOWai-bridge/daemon.js81COMMENT
LOWai-bridge/daemon.js101// don't source the user's shell init files, so the daemon inherits a minimalCOMMENT
LOWai-bridge/daemon.js721 } catch (e) {COMMENT
LOWai-bridge/daemon.js741 // Tuning guide:COMMENT
LOWai-bridge/config/api-config.js541 // Configuration priority: only read from settings.json, ignore system environment variables.COMMENT
LOW…-bridge/services/claude/stream-event-processor.test.js561 assert.match(deltaLines[0], /"Hello"/);COMMENT
LOW…-bridge/services/claude/stream-event-processor.test.js701 // Concatenated stream of block 1 must equal the expected content exactlyCOMMENT
LOW…-bridge/services/claude/stream-event-processor.test.js801// - eb1786 routed the snapshot path through normalizeStreamDelta, which locksCOMMENT
LOW…-bridge/services/claude/stream-event-processor.test.js1041 assert.equal(blockResetLines.length, 2, 'BLOCK_RESET must be emitted at each message_start in multi-turn loop');COMMENT
LOW…-bridge/services/claude/stream-event-processor.test.js1141COMMENT
LOWai-bridge/services/claude/permission-mode.js301 }COMMENT
LOWai-bridge/services/claude/stream-delta-normalizer.js41 if (!previous) {COMMENT
LOWai-bridge/services/claude/stream-delta-normalizer.js81 // "150") would falsely absorb legitimate characters — producing the exactCOMMENT
LOWai-bridge/services/claude/message-sender.js181 const event = msg.event;COMMENT
LOWai-bridge/services/claude/stale-turn-isolation.test.js441COMMENT
LOWai-bridge/services/claude/persistent-query-service.js301 // after an interrupt, or sendInternal would misclassify the new turn'sCOMMENT
LOWai-bridge/services/claude/persistent-query-service.js461 // take(), which cancels remaining tests withCOMMENT
LOWai-bridge/services/claude/runtime-lifecycle.js141 effort: options.effort || '',COMMENT
LOWai-bridge/services/claude/runtime-lifecycle.js381 }COMMENT
LOWai-bridge/services/claude/runtime-lifecycle.js421 // Validate sessionId: only emit events for registered runtimesCOMMENT
LOWai-bridge/services/claude/runtime-lifecycle.js441 if (msg?.type === 'system' && typeof msg.subtype === 'string' && msg.subtype.startsWith('task_')) {COMMENT
LOWai-bridge/services/claude/session-service.js121 * when the file is missing.COMMENT
LOWdocs/codex/docs/example-config.md1# Example config.tomlCOMMENT
LOWdocs/codex/docs/example-config.md21# Primary model used by Codex. Default: "gpt-5.1-codex-max" on all platforms.COMMENT
LOWdocs/codex/docs/example-config.md61COMMENT
LOWdocs/codex/docs/example-config.md81COMMENT
LOWdocs/codex/docs/example-config.md161# hide_rate_limit_model_nudge = trueCOMMENT
LOWdocs/codex/docs/example-config.md221# Experimental toggles (legacy; prefer [features])COMMENT
LOWdocs/codex/docs/example-config.md241# disabled_tools = ["slow-tool"] # optional deny-list (applied after allow-list)COMMENT
LOWdocs/codex/docs/example-config.md261[model_providers]COMMENT
LOWdocs/codex/docs/example-config.md281# query_params = { api-version = "2025-04-01-preview" }COMMENT
LOWdocs/codex/docs/example-config.md301# model = "gpt-5.1-codex-max"COMMENT
LOWdocs/codex/docs/example-config.md321[projects]COMMENT
15 more matches not shown…
Verbosity Indicators37 hits · 74 pts
SeverityFileLineSnippetContext
LOWwebview/src/components/AnimatedText/index.tsx23 // Step 1: Animate out current text (Right to Left)COMMENT
LOWwebview/src/components/AnimatedText/index.tsx33 // Step 2: Swap content and animate in (Left to Right)COMMENT
LOWwebview/src/hooks/useScrollBehavior.ts98 // Step 1: deterministic scrollTop adjustment.COMMENT
LOWwebview/src/hooks/useScrollBehavior.ts103 // Step 2: native end-positioning (handles late-arriving layout).COMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1316 // Step 1: Frontend begins session transitionCOMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1319 // Step 2: During transition, stale messages are blockedCOMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1325 // Step 3: Java calls historyLoadComplete (failure path also calls this before addErrorMessage)COMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1331 // Step 4: Java calls addErrorMessageCOMMENT
LOWwebview/src/hooks/useWindowCallbacks.test.ts1337 // Step 5: After guard release, new messages workCOMMENT
LOWai-bridge/services/claude/permission-mode.js155 // Step 1: ExitPlanMode triggers plan approval dialog (must check BEFORE safe toolsCOMMENT
LOWai-bridge/services/claude/permission-mode.js193 // Step 2: Safe always-allow tools yield to SDK so settings.json deny rules can fire.COMMENT
LOWai-bridge/services/claude/permission-mode.js198 // Step 3: Agent/Task are auto-approved in plan mode, matching CLI behavior.COMMENT
LOWai-bridge/services/claude/permission-mode.js208 // Step 4: Edit/Write tools allow PLAN.md only; other writes require permission.COMMENT
LOWai-bridge/services/claude/permission-mode.js282 // Step 5: Plan mode specific allowed tools (read-only exploration tools)COMMENT
LOWai-bridge/services/claude/permission-mode.js287 // Step 6: Auto-approve read-only MCP tools (positive verb allowlist; see isReadOnlyMcpTool).COMMENT
LOWai-bridge/services/claude/mcp-status/sse-verifier.js57 // Step 1: GET the SSE endpoint to establish event streamCOMMENT
LOWai-bridge/services/claude/mcp-status/sse-verifier.js75 // Step 2: Wait for endpoint eventCOMMENT
LOWai-bridge/services/claude/mcp-status/sse-verifier.js87 // Step 3: POST initialize request to the discovered endpointCOMMENT
LOWai-bridge/services/claude/mcp-status/sse-verifier.js108 // Step 4: Read initialize responseCOMMENT
LOW…-bridge/services/claude/mcp-status/sse-tools-getter.js54 // Step 1: Establish SSE connectionCOMMENT
LOW…-bridge/services/claude/mcp-status/sse-tools-getter.js72 // Step 2: Wait for endpoint eventCOMMENT
LOW…-bridge/services/claude/mcp-status/sse-tools-getter.js84 // Step 3: Send initialize requestCOMMENT
LOW…-bridge/services/claude/mcp-status/sse-tools-getter.js123 // Step 4: Send tools/list requestCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java124 // Step 1: Locate SKILL.mdCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java130 // Step 2: Extract frontmatter YAML textCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java136 // Step 3: Parse YAMLCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java155 // Step 4: Extract name (optional per docs, falls back to directory name)COMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java170 // Step 5: Extract description (optional per docs, falls back to first paragraph)COMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java186 // Step 6: Extract optional fieldsCOMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java191 // Step 7: Extract user-invocable (default true per docs)COMMENT
LOW…github/claudecodegui/skill/SkillFrontmatterParser.java198 // Step 8: Extract paths (conditional skills - glob patterns for file matching)COMMENT
LOW…ava/com/github/claudecodegui/util/EditorFileUtils.java219 // Step 1: Refresh file system on UI thread (not under read lock)COMMENT
LOW…ava/com/github/claudecodegui/util/EditorFileUtils.java225 // Step 2: Find the file in a non-blocking read actionCOMMENT
LOW…ava/com/github/claudecodegui/util/EditorFileUtils.java237 // Step 3: Handle the result on UI threadCOMMENT
LOW…hub/claudecodegui/terminal/TerminalMonitorService.java427 // Step 1: Get Terminal objectCOMMENT
LOW…hub/claudecodegui/terminal/TerminalMonitorService.java431 // Step 2: Get TextBufferCOMMENT
LOW…hub/claudecodegui/terminal/TerminalMonitorService.java435 // Step 3: Scrape linesCOMMENT
Magic Placeholder Names7 hits · 38 pts
SeverityFileLineSnippetContext
HIGHwebview/src/components/mcp/McpServerDialog.tsx46// "CONTEXT7_API_KEY": "your-api-key"COMMENT
HIGHdocs/codex/docs/exec.md111CODEX_API_KEY=your-api-key-here codex exec "Fix merge conflict"CODE
HIGHdocs/sdk/codex-cli-sdk.md86export OPENAI_API_KEY="your-api-key-here"CODE
HIGHdocs/sdk/codex-cli-sdk.md92> OPENAI_API_KEY=your-api-key-hereCODE
HIGHdocs/sdk/codex-cli-sdk.md117> export <provider>_API_KEY="your-api-key-here"CODE
HIGHdocs/sdk/codex-cli-sdk.md471export OPENAI_API_KEY="your-api-key-here"CODE
HIGHdocs/sdk/codex-sdk.md172CODEX_API_KEY=your-api-key codex exec --json "triage open bug reports"CODE
Synthetic Comment Markers2 hits · 15 pts
SeverityFileLineSnippetContext
HIGHwebview/src/hooks/useSessionManagement.ts463 // AI-generated titles are already persisted by saveAiTitle to the JSONLCOMMENT
HIGH…/windowCallbacks/registerCallbacks/sessionCallbacks.ts55 // AI-generated titles can exceed the backend limit. Fall back toCOMMENT
AI Slop Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMwebview/package-lock.json6183 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz",CODE
MEDIUM…indowCallbacks/registerCallbacks/streamingCallbacks.ts601 // - Benefit: More robust handling of async callback ordering, especially importantCOMMENT
MEDIUMai-bridge/services/grok/acp-terminal-host.js319 // Execution strategy (robust against noexec):COMMENT
Modern AI Meta-Vocabulary2 hits · 5 pts
SeverityFileLineSnippetContext
MEDIUMwebview/src/ARCHITECTURE.md51├── App.tsx # Main orchestration componentCODE
MEDIUM…ithub/claudecodegui/session/SessionContextService.java167 // Path references only: CLI providers are agentic and read filesCOMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…ithub/claudecodegui/handler/PermissionModeHandler.java111 // TODO: implement live permission-mode switch for the Codex providerCOMMENT