mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
description, kind
| description | kind |
|---|---|
| The identity package group: anonymous, per-harness-home correlation ids shared by telemetry, feedback, and DeepSeek provider requests. | package-group |
identity/ — shared identity
English | 中文
Summary
The identity group provides one anonymous id per harness home that the installation's telemetry, feedback, and DeepSeek requests attach to their records, so everything leaving one home can be recognized as coming from the same installation without identifying the user. There is nothing to configure: the id appears automatically the first time one of those features runs and stays stable until its file is deleted. The group has one package; this page maps it, and the package README owns the details.
Table of Contents
Packages
| Package | Role |
|---|---|
anonymous-user-id |
Gives every harness home one anonymous id that telemetry, feedback, and DeepSeek requests attach to their records, so records from one installation can be recognized without identifying the user |
Related documentation
- Session telemetry subsystem — the telemetry feature that carries the id on exports.
- dsh-llm-deepseek — the DeepSeek provider that carries the id on requests.
- dsh-command-feedback — the feedback command that names the anonymous installation in its acknowledgement.
Dev Note
None.