Commit 0d5cc0e
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]>1 parent 933569a commit 0d5cc0e
File tree
3 files changed
+24
-900
lines changed- lib/LinearSolveAutotune
- src
3 files changed
+24
-900
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
137 | | - | |
138 | | - | |
| 136 | + | |
139 | 137 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 138 | + | |
145 | 139 | | |
146 | 140 | | |
147 | 141 | | |
| |||
222 | 216 | | |
223 | 217 | | |
224 | 218 | | |
225 | | - | |
| 219 | + | |
226 | 220 | | |
227 | 221 | | |
228 | 222 | | |
| |||
0 commit comments