v1.153.0
Feature
Add debug routes for user authentication and database counts
- Introduced a new debug route `/api/debug/me` to return user authentication status and counts of threads, spaces, and notes for the authenticated user.
- Updated existing debug route `/api/debug/request-headers` to clarify its purpose and ensure it remains a dev-only endpoint.
- Adjusted API documentation to reflect changes in the debug routes and their usage in production.
