You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The experiment name change from "ai-sessions" to "claude-sessions" creates an inconsistency with the provider-agnostic design mentioned in the PR description. The tracking system is designed to work with multiple AI providers (Claude, Codex, GPT), but the experiment name now suggests it's Claude-specific. Consider using a more generic name like "ai-sessions" or "interactive-sessions" to maintain the provider-agnostic nature of the tracking system.
#411