-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update machineId generation to support 74-character format
BREAKING CHANGE: machineId format has been updated to generate 74-character hex strings Technical Analysis: Decoded sample ID reveals structured format: 61757468307c757365725f3031... => "auth0|user_01..." Contains identifiable prefix and separator pattern Includes encoded user identification information Changes: Modified generateMachineId() to produce 74-character hex strings (37 bytes) Updated related documentation and comments Ensured compatibility with Cursor v0.44.0 requirements Removed legacy format handling code Format Example: 1757468307c757365725f30314a4552464a514639364237464b44583934484a4831374452 ─ Hex encoded string containing auth0 prefix and user information Note: New format provides enhanced uniqueness and metadata capabilities Reference: Thanks to 🙏[Huaguang]佬友 for the analysis: https://linux.do/t/topic/287438/148 Cursor version: 0.44+
- Loading branch information
Showing
1 changed file
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d8e2714
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.