- Generate UUID-based Device ID on first launch - Store deviceId in auth.json (persists across logins/logouts) - Add double SHA-256 encryption (consistent with Web) - Expose getDeviceId and getDeviceIdHeader IPC methods - Fix callback path to only accept /callback (prevent duplicate toasts) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent.ts | ||
| app-state.ts | ||
| auth.ts | ||
| channels.ts | ||
| cron.ts | ||
| heartbeat.ts | ||
| hub.ts | ||
| index.ts | ||
| profile.ts | ||
| provider.ts | ||
| skills.ts | ||
| subagents.ts | ||