Skip to content

Clarify language/timezone handling when nonessential traffic is disabled - #2

Draft
Wo1framalpha with Codex wants to merge 4 commits into
mainfrom
codex/analyze-user-info-collection
Draft

Clarify language/timezone handling when nonessential traffic is disabled#2
Wo1framalpha with Codex wants to merge 4 commits into
mainfrom
codex/analyze-user-info-collection

Conversation

@Codex

@Codex Codex AI commented Mar 31, 2026

Copy link
Copy Markdown

When CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC is set, users asked whether Claude can still see device language/timezone.

  • Summary of behavior

    • Timezone is only used for local formatting; never sent over the network.
    • System locale language is read only for voice telemetry, which is suppressed under essential-traffic; thus not sent.
    • Voice STT sends only user-configured/default language, not system locale/timezone.
  • Docs update

    • Added a “语言与时区” section to USER_DATA_COLLECTION.md, tabulating what’s collected and how CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC gates it.

Example (doc excerpt):

| 项目 | 是否被采集/发送 | 说明与代码位置 |
| 系统时区 || 仅本地格式化 (`src/utils/intl.ts`, `src/utils/format.ts`) |
| 系统语言 | 遥测事件被禁用时不发送 | 仅语音事件,受 `essential-traffic` 禁用 |
| 语音 STT 语言 | 仅用户设置/默认值 | 不读取系统语言/时区 |

Co-authored-by: Wo1framalpha <37956663+Wo1framalpha@users.noreply.github.com>
@Codex Codex AI changed the title [WIP] Analyze user information collection in source code Document user data collection and CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC impact Mar 31, 2026
@Codex
Codex AI requested a review from Wo1framalpha March 31, 2026 09:46
Co-authored-by: Wo1framalpha <37956663+Wo1framalpha@users.noreply.github.com>
@Codex Codex AI changed the title Document user data collection and CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC impact Add Chinese tables summarizing user data collection and nonessential-traffic gating Mar 31, 2026
Co-authored-by: Wo1framalpha <37956663+Wo1framalpha@users.noreply.github.com>
@Codex Codex AI changed the title Add Chinese tables summarizing user data collection and nonessential-traffic gating Clarify language/timezone handling when nonessential traffic is disabled Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants