Telemetry

To help make Gamecraft better for everyone, we collect anonymous usage data that helps us understand how developers are using our open-source AI coding agent.

This feedback loop is crucial for improving Gamecraft's capabilities and user experience.

We use PostHog, an open-source analytics platform, for data collection and analysis. Our telemetry implementation is minimal, only collecting information that will help us make the app better.

Tracking Policy

Privacy is our priority. All collected data is anonymized before being sent to PostHog.

What We Track

We collect basic anonymous usage data including:

Task Interactions: When tasks start and finish, conversation flow (without content) Mode and Tool Usage: Switches between plan/act modes, which tools are being used Token Usage: Basic metrics about conversation length to estimate cost (not the actual content of the tokens) System Context: OS type and VS Code environment details UI Activity: Navigation patterns and feature usage

How to Opt Out

Telemetry in Gamecraft is entirely optional:

  • You can change your preference anytime in settings

Gamecraft Agent also respects the IDE's global telemetry settings. If you've disabled telemetry at the IDE level, the agent's telemetry will automatically be disabled as well.

Last updated