Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.7 KB

File metadata and controls

52 lines (34 loc) · 1.7 KB

SAGE CLI Privacy

SAGE CLI is local-first. The default design is that raw terminal data stays on your machine.

Mode Requires login? Sends data? What leaves the machine?
Local-only No No Nothing
Connected proof SAGE machine auth Yes Aggregate counters only
Debug/advanced telemetry Optional Opt-in only Redacted diagnostic summaries only

Local Data

SAGE CLI stores local command history, raw output artifacts, compressed summaries, token accounting, redaction counts, and policy decisions in the local SAGE data directory.

Run:

sage privacy report

Uploaded Data

Telemetry level 0 sends nothing. Level 1 sends aggregate proof counters such as total runs, token counts, compression rate, and success rate. It does not send raw commands, raw output, source code, file contents, private paths, .env files, or secrets.

Higher telemetry levels are opt-in and constrained by account/key policy.

Connected mode uses SAGE machine authentication and a SAGE API key only for optional public proof/dashboard sync.

Credentials

SAGE API keys are stored in the operating system keyring when available. Headless environments without a usable keyring may fall back to a local file entry marked as fallback storage.

Control

sage privacy set local-only
sage telemetry off
sage telemetry status
sage telemetry delete-local-queue
sage privacy purge-raw --days 30 --apply
sage logout

You can also disable automatic sync for a shell session:

set SAGE_AUTO_SEND_TELEMETRY=0

Public Dashboard

The public dashboard is aggregate-only. It is intended to prove token savings and command success rates without exposing private project data.