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
- githubRepoService: add 10s fetch timeout via AbortController and dedupe
concurrent in-flight requests
- settingsConfig/setup: align ANIMATION_SPEEDS test mock with production
values (5000/3000/1500/700/350)
- worker: preserve ASSETS response status for /llms.txt
- VisualizerApp: show algorithm tip for the target algorithm when
navigating via favorites (was showing stale key)
- VisualizerApp.test: render seek controls only when steps are available
- Add coverage for non-OK repo responses, fetch timeout signal, in-flight
dedup, and /llms.txt status passthrough
Copy file name to clipboardExpand all lines: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,13 +113,13 @@ See reference doc for full checklists (JS, Python, pseudocode, sound, insight, t
113
113
-**Anonymous tier (no account):**
114
114
- 18 of 45 algorithms (curated starter set across all 5 categories; see `src/constants/algorithmEntitlements.js`)
115
115
- 12 visualizations per session (localStorage counter `anon_viz_count`, resets on sign-in)
116
-
- Autoplay only, default speed (MEDIUM: 4800ms)
116
+
- Autoplay only, default speed (MEDIUM: 3000ms)
117
117
- Complexity panel: 2 views per completion (localStorage `anon_complexity_views`), then blur overlay + sign-in gate
118
118
- No manual controls, speed adjustment, or category-specific controls (grid size locked to MEDIUM, sort order locked to ascending, graph scenarios disabled)
119
119
- No Code Panel, Insight Panel, Video Export, Sound, or Fullscreen
120
120
-**Free tier (Google sign-in):**
121
121
- All 45 algorithms, unlimited visualizations
122
-
- Manual controls, all 4 speed presets
122
+
- Manual controls, all 5 speed presets
123
123
- Full complexity panel access, all category-specific controls
- Favorite algorithms: up to 20 slots (`FREE_TIER_FAVORITE_SLOT_LIMIT` in `src/constants/personalLearning.js`); stored in Supabase `favorite_algorithms`
0 commit comments