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
* feat: add getProfile() to ATXPAccount
- Add MeResponse type with account profile fields
- Cache full /me response in ATXPAccount
- Add getProfile() that returns cached profile data
- Works whether account_id is in connection string or not
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: add dedup guard for concurrent getProfile() calls
Mirrors the _accountIdPromise pattern from getAccountId() to
prevent duplicate /me requests when getProfile() is called
concurrently.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments