mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
- Resolve import conflict in persistence/index.ts (keep both PR's path utilities and main's ProjectConfig/FingerprintStore imports) - Fix critical bug: App.tsx fetches were missing the ?token= param, causing 403 on all data endpoints. Extract token from URL and forward it via tokenUrl() helper. - Protect /meta.json endpoint with same token auth - Revert unnecessary saveMeta whitespace reformatting Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>