Skip to main content
Anonymous command telemetry is on by default and can be disabled:
You can also set ONESHOT_GTM_TELEMETRY=0. Telemetry summarizes invocations with fields such as command, outcome, duration, version and OS. It does not transmit prospect records, prompts, replies or wallet secrets as telemetry. The GTM repository’s TELEMETRY.md is the authoritative payload and privacy specification. Paid research, model and sending calls still send the data needed to their providers; turning off telemetry does not disable those requested actions.

Local event log

Each workspace writes events.jsonl inside its data directory. These logs are separate from transmitted telemetry and remain enabled when telemetry is off. For the default workspace:
Events describe LLM calls, finder runs, ICP decisions and errors. Logs rotate, so use tail -F for a long-running watch. See Watching what’s happening for filtering recipes and rotation details.