René's URL Explorer Experiment


Title: refactor: extract telemetry into separate module with enable/disable toggle by Lellansin · Pull Request #130 · lessweb/deepcode-cli · GitHub

Open Graph Title: refactor: extract telemetry into separate module with enable/disable toggle by Lellansin · Pull Request #130 · lessweb/deepcode-cli

X Title: refactor: extract telemetry into separate module with enable/disable toggle by Lellansin · Pull Request #130 · lessweb/deepcode-cli

Description: 变更内容 创建 src/common/telemetry.ts,将 telemetry 上报逻辑从 session.ts 中拆分为独立模块 新增 telemetryEnabled 配置项,支持通过 settings.json 或环境变量控制匿名使用数据上报的开关(默认 true,opt-out) DeepcodingSettings / ResolvedDeepcodingSettings / CreateOpenAIClient 类型中补入 telemetryEnabled 字段 配置解析优先级:系统环境变量 > 项目 env > 项目 settings > 用户 env > 用户 settings > 默认 true session.ts 中 reportNewPrompt() 从 20 行内联代码缩减为 3 行委托调用 背景 当前 telemetry 上报逻辑硬编码在 session.ts 中(URL、超时、请求体),且没有关闭开关。用户无法选择是否参与匿名使用数据上报。 本次改动: 将上报逻辑提取为独立、可测试的模块 提供 telemetryEnabled 开关,用户可随时关闭 上报仅包含匿名机器标识,不涉及对话内容、代码或 API 密钥 关闭方式 // settings.json { "telemetryEnabled": false } # 环境变量 DEEPCODE_TELEMETRY_ENABLED=0 deepcode 文件变更 文件 说明 src/common/telemetry.ts 新增 — 独立 telemetry 模块,导出 reportNewPrompt() src/settings.ts +12 行 — 类型定义 + 解析链 src/common/openai-client.ts +4 行 — 三处 return 透传 telemetryEnabled src/tools/executor.ts +1 行 — CreateOpenAIClient 类型补字段 src/session.ts -21/+3 行 — 删除内联代码,委托调用 docs/configuration.md +12 行 — 中文文档 docs/configuration_en.md +12 行 — 英文文档 验证 npm run check(typecheck + lint + format)✅ npm test(366 tests, 0 fail)✅ codex review --base origin/main ✅ — no discrete regression or correctness issue

Open Graph Description: 变更内容 创建 src/common/telemetry.ts,将 telemetry 上报逻辑从 session.ts 中拆分为独立模块 新增 telemetryEnabled 配置项,支持通过 settings.json 或环境变量控制匿名使用数据上报的开关(默认 true,opt-out) DeepcodingSettings / ResolvedDeepcodingSettings...

X Description: 变更内容 创建 src/common/telemetry.ts,将 telemetry 上报逻辑从 session.ts 中拆分为独立模块 新增 telemetryEnabled 配置项,支持通过 settings.json 或环境变量控制匿名使用数据上报的开关(默认 true,opt-out) DeepcodingSettings / ResolvedDeepcodingSettings...

Opengraph URL: https://github.com/lessweb/deepcode-cli/pull/130

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5f4b34b1-8b8d-72b3-9f01-0290b798c088
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idEBAA:397AD8:187651D:2141FE5:6A4F2863
html-safe-nonce2d9ed22a08c43f40d0ffa46453a9c27a8d57a3c83724870311263c138d565a3c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQkFBOjM5N0FEODoxODc2NTFEOjIxNDFGRTU6NkE0RjI4NjMiLCJ2aXNpdG9yX2lkIjoiMTU5OTE0NTg1ODAwMzA1MjY0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac3b2ea945d6ebe9f32a52111f3f1fcfb0732c5a3d05ae32e6de9553e6f562d21a
hovercard-subject-tagpull_request:3762887803
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/lessweb/deepcode-cli/pull/130/files
twitter:imagehttps://avatars.githubusercontent.com/u/2081487?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/2081487?s=400&v=4
og:image:alt变更内容 创建 src/common/telemetry.ts,将 telemetry 上报逻辑从 session.ts 中拆分为独立模块 新增 telemetryEnabled 配置项,支持通过 settings.json 或环境变量控制匿名使用数据上报的开关(默认 true,opt-out) DeepcodingSettings / ResolvedDeepcodingSettings...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/lessweb/deepcode-cli git https://github.com/lessweb/deepcode-cli.git
octolytics-dimension-user_id118287711
octolytics-dimension-user_loginlessweb
octolytics-dimension-repository_id1223512305
octolytics-dimension-repository_nwolessweb/deepcode-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1223512305
octolytics-dimension-repository_network_root_nwolessweb/deepcode-cli
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/lessweb/deepcode-cli/pull/130/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Flessweb%2Fdeepcode-cli%2Fpull%2F130%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Flessweb%2Fdeepcode-cli%2Fpull%2F130%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=lessweb%2Fdeepcode-cli
Reloadhttps://github.com/lessweb/deepcode-cli/pull/130/files
Reloadhttps://github.com/lessweb/deepcode-cli/pull/130/files
Reloadhttps://github.com/lessweb/deepcode-cli/pull/130/files
Please reload this pagehttps://github.com/lessweb/deepcode-cli/pull/130/files
lessweb https://github.com/lessweb
deepcode-clihttps://github.com/lessweb/deepcode-cli
Notifications https://github.com/login?return_to=%2Flessweb%2Fdeepcode-cli
Fork 155 https://github.com/login?return_to=%2Flessweb%2Fdeepcode-cli
Star 1.7k https://github.com/login?return_to=%2Flessweb%2Fdeepcode-cli
Code https://github.com/lessweb/deepcode-cli
Issues 44 https://github.com/lessweb/deepcode-cli/issues
Pull requests 22 https://github.com/lessweb/deepcode-cli/pulls
Actions https://github.com/lessweb/deepcode-cli/actions
Projects https://github.com/lessweb/deepcode-cli/projects
Security and quality 0 https://github.com/lessweb/deepcode-cli/security
Insights https://github.com/lessweb/deepcode-cli/pulse
Code https://github.com/lessweb/deepcode-cli
Issues https://github.com/lessweb/deepcode-cli/issues
Pull requests https://github.com/lessweb/deepcode-cli/pulls
Actions https://github.com/lessweb/deepcode-cli/actions
Projects https://github.com/lessweb/deepcode-cli/projects
Security and quality https://github.com/lessweb/deepcode-cli/security
Insights https://github.com/lessweb/deepcode-cli/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Flessweb%2Fdeepcode-cli%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Flessweb%2Fdeepcode-cli%2Fissues%2Fnew%2Fchoose
qorzjhttps://github.com/qorzj
lessweb:mainhttps://github.com/lessweb/deepcode-cli/tree/main
Lellansin:dev/extract-telemetryhttps://github.com/Lellansin/deepcode-cli/tree/dev/extract-telemetry
Conversation 0 https://github.com/lessweb/deepcode-cli/pull/130
Commits 3 https://github.com/lessweb/deepcode-cli/pull/130/commits
Checks 9 https://github.com/lessweb/deepcode-cli/pull/130/checks
Files changed https://github.com/lessweb/deepcode-cli/pull/130/files
Please reload this pagehttps://github.com/lessweb/deepcode-cli/pull/130/files
refactor: extract telemetry into separate module with enable/disable toggle https://github.com/lessweb/deepcode-cli/pull/130/files#top
Show all changes 3 commits https://github.com/lessweb/deepcode-cli/pull/130/files
4cb25b3 refactor: extract telemetry into separate module with enable/disable … Lellansin May 28, 2026 https://github.com/lessweb/deepcode-cli/pull/130/commits/4cb25b32e64ffa5b74d623efa7c6ebbbcecc4191
b906283 docs: add telemetryEnabled configuration option to both zh/en docs Lellansin May 28, 2026 https://github.com/lessweb/deepcode-cli/pull/130/commits/b906283212bd732a1d4b3c31e4d5d1ffbb60f8bb
c612c92 test: add telemetry module and settings resolution unit tests Lellansin May 28, 2026 https://github.com/lessweb/deepcode-cli/pull/130/commits/c612c927cb1d27150b1945378e7a6f4952ebc005
Clear filters https://github.com/lessweb/deepcode-cli/pull/130/files
Please reload this pagehttps://github.com/lessweb/deepcode-cli/pull/130/files
Please reload this pagehttps://github.com/lessweb/deepcode-cli/pull/130/files
configuration.md https://github.com/lessweb/deepcode-cli/pull/130/files#diff-17ed18489a956f326ec0fe4040850c5bc9261d4631fb42da4c52891d74a59180
configuration_en.md https://github.com/lessweb/deepcode-cli/pull/130/files#diff-f5f6cc8aa22f47faafd510f2402eb795ccd1e10c09f9b9640d788222ace08f95
openai-client.ts https://github.com/lessweb/deepcode-cli/pull/130/files#diff-9fb891054e0f90462fa3185f5d3af16d5e5ecf080d562154ae58819775dcf64c
telemetry.ts https://github.com/lessweb/deepcode-cli/pull/130/files#diff-1fe82cda482cf813596b11854d5872945838a490c643b67fb8197ed85f05a860
session.ts https://github.com/lessweb/deepcode-cli/pull/130/files#diff-96998a2148aa3d52ad3e80303d0ad88fc43a4afd08966b5330a5657021ae52bb
settings.ts https://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
settings-and-notify.test.ts https://github.com/lessweb/deepcode-cli/pull/130/files#diff-3d83b1922803e5ba919a973c5d7f9e1b2bbbe0b419994ad0a1ee7933183806f7
telemetry.test.ts https://github.com/lessweb/deepcode-cli/pull/130/files#diff-b96b9d66eea6663a55e9401a968e4ef58b0f1e2a152a6c630a1e8e61c0b1a567
executor.ts https://github.com/lessweb/deepcode-cli/pull/130/files#diff-91a7b05a46c8ab6989a17ac65c2da4c016f025e1518e69b1cff68b83341c3ee2
docs/configuration.mdhttps://github.com/lessweb/deepcode-cli/pull/130/files#diff-17ed18489a956f326ec0fe4040850c5bc9261d4631fb42da4c52891d74a59180
View file https://github.com/Lellansin/deepcode-cli/blob/c612c927cb1d27150b1945378e7a6f4952ebc005/docs/configuration.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/lessweb/deepcode-cli/pull/130/{{ revealButtonHref }}
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-17ed18489a956f326ec0fe4040850c5bc9261d4631fb42da4c52891d74a59180
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-17ed18489a956f326ec0fe4040850c5bc9261d4631fb42da4c52891d74a59180
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-17ed18489a956f326ec0fe4040850c5bc9261d4631fb42da4c52891d74a59180
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-17ed18489a956f326ec0fe4040850c5bc9261d4631fb42da4c52891d74a59180
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-17ed18489a956f326ec0fe4040850c5bc9261d4631fb42da4c52891d74a59180
docs/configuration_en.mdhttps://github.com/lessweb/deepcode-cli/pull/130/files#diff-f5f6cc8aa22f47faafd510f2402eb795ccd1e10c09f9b9640d788222ace08f95
View file https://github.com/Lellansin/deepcode-cli/blob/c612c927cb1d27150b1945378e7a6f4952ebc005/docs/configuration_en.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/lessweb/deepcode-cli/pull/130/{{ revealButtonHref }}
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-f5f6cc8aa22f47faafd510f2402eb795ccd1e10c09f9b9640d788222ace08f95
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-f5f6cc8aa22f47faafd510f2402eb795ccd1e10c09f9b9640d788222ace08f95
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-f5f6cc8aa22f47faafd510f2402eb795ccd1e10c09f9b9640d788222ace08f95
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-f5f6cc8aa22f47faafd510f2402eb795ccd1e10c09f9b9640d788222ace08f95
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-f5f6cc8aa22f47faafd510f2402eb795ccd1e10c09f9b9640d788222ace08f95
src/common/openai-client.tshttps://github.com/lessweb/deepcode-cli/pull/130/files#diff-9fb891054e0f90462fa3185f5d3af16d5e5ecf080d562154ae58819775dcf64c
View file https://github.com/Lellansin/deepcode-cli/blob/c612c927cb1d27150b1945378e7a6f4952ebc005/src/common/openai-client.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/lessweb/deepcode-cli/pull/130/{{ revealButtonHref }}
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-9fb891054e0f90462fa3185f5d3af16d5e5ecf080d562154ae58819775dcf64c
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-9fb891054e0f90462fa3185f5d3af16d5e5ecf080d562154ae58819775dcf64c
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-9fb891054e0f90462fa3185f5d3af16d5e5ecf080d562154ae58819775dcf64c
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-9fb891054e0f90462fa3185f5d3af16d5e5ecf080d562154ae58819775dcf64c
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-9fb891054e0f90462fa3185f5d3af16d5e5ecf080d562154ae58819775dcf64c
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-9fb891054e0f90462fa3185f5d3af16d5e5ecf080d562154ae58819775dcf64c
src/common/telemetry.tshttps://github.com/lessweb/deepcode-cli/pull/130/files#diff-1fe82cda482cf813596b11854d5872945838a490c643b67fb8197ed85f05a860
View file https://github.com/Lellansin/deepcode-cli/blob/c612c927cb1d27150b1945378e7a6f4952ebc005/src/common/telemetry.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/lessweb/deepcode-cli/pull/130/{{ revealButtonHref }}
src/session.tshttps://github.com/lessweb/deepcode-cli/pull/130/files#diff-96998a2148aa3d52ad3e80303d0ad88fc43a4afd08966b5330a5657021ae52bb
View file https://github.com/Lellansin/deepcode-cli/blob/c612c927cb1d27150b1945378e7a6f4952ebc005/src/session.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/lessweb/deepcode-cli/pull/130/{{ revealButtonHref }}
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-96998a2148aa3d52ad3e80303d0ad88fc43a4afd08966b5330a5657021ae52bb
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-96998a2148aa3d52ad3e80303d0ad88fc43a4afd08966b5330a5657021ae52bb
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-96998a2148aa3d52ad3e80303d0ad88fc43a4afd08966b5330a5657021ae52bb
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-96998a2148aa3d52ad3e80303d0ad88fc43a4afd08966b5330a5657021ae52bb
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-96998a2148aa3d52ad3e80303d0ad88fc43a4afd08966b5330a5657021ae52bb
src/settings.tshttps://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
View file https://github.com/Lellansin/deepcode-cli/blob/c612c927cb1d27150b1945378e7a6f4952ebc005/src/settings.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/lessweb/deepcode-cli/pull/130/{{ revealButtonHref }}
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a
src/tests/settings-and-notify.test.tshttps://github.com/lessweb/deepcode-cli/pull/130/files#diff-3d83b1922803e5ba919a973c5d7f9e1b2bbbe0b419994ad0a1ee7933183806f7
View file https://github.com/Lellansin/deepcode-cli/blob/c612c927cb1d27150b1945378e7a6f4952ebc005/src/tests/settings-and-notify.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/lessweb/deepcode-cli/pull/130/{{ revealButtonHref }}
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-3d83b1922803e5ba919a973c5d7f9e1b2bbbe0b419994ad0a1ee7933183806f7
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-3d83b1922803e5ba919a973c5d7f9e1b2bbbe0b419994ad0a1ee7933183806f7
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-3d83b1922803e5ba919a973c5d7f9e1b2bbbe0b419994ad0a1ee7933183806f7
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-3d83b1922803e5ba919a973c5d7f9e1b2bbbe0b419994ad0a1ee7933183806f7
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-3d83b1922803e5ba919a973c5d7f9e1b2bbbe0b419994ad0a1ee7933183806f7
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-3d83b1922803e5ba919a973c5d7f9e1b2bbbe0b419994ad0a1ee7933183806f7
https://github.com/lessweb/deepcode-cli/pull/130/files#diff-3d83b1922803e5ba919a973c5d7f9e1b2bbbe0b419994ad0a1ee7933183806f7
Please reload this pagehttps://github.com/lessweb/deepcode-cli/pull/130/files
Please reload this pagehttps://github.com/lessweb/deepcode-cli/pull/130/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.