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
Simplify telemetry to anonymous gists only, remove token complexity
- Replace complex GitHub token authentication with anonymous gists
- Remove all GitHub authentication, token setup, and permission handling
- Use simple HTTP POST to GitHub gist API (no auth required)
- Remove GitHub.jl dependency, keep only HTTP and JSON
- Clean fallback to local file saves when gist creation fails
- Eliminate user friction - telemetry just works without setup
- Much simpler codebase and user experience
- Zero authentication barriers for community data sharing
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments