feat(devices): add device management features including listing and revoking devices#714
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request introduces a new "Devices" management section in the user settings, allowing users to view their active sessions and revoke specific devices. The implementation includes new API routes, UI components for device listing and revocation, and utility functions for parsing user agent strings. The review feedback suggests improving type safety in the getDevicesApi utility and enhancing error handling in revokeDeviceAction to better propagate API error messages to the client.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Improving Documentation
pnpm lint:fixto fix formatting issues before opening the PR.Description
What?
Why?