-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Adding VSC hidden family #1996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding VSC hidden family #1996
Conversation
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.
Pull Request Overview
This PR extends the VSC model detection mechanism by adding new hash values to VSC_MODEL_HASHES_A and VSC_MODEL_HASHES_B, and updates the isVSCModelA and isVSCModelB functions to check both model ID and family hashes. The VSC model detection is then integrated into capability checks for apply_patch functionality.
Key changes:
- Added hash values to VSC_MODEL_HASHES_A and VSC_MODEL_HASHES_B arrays
- Modified
isVSCModelAandisVSCModelBto check both model ID and family hashes - Integrated VSC model checks into
modelSupportsApplyPatch,modelCanUseApplyPatchExclusively, andmodelSupportsSimplifiedApplyPatchInstructions
7217055 to
1a8c4f1
Compare
Co-authored-by: AbdelrahmanAbouelenin <abdelrahman.abouelenin@gmail.com>
Add VSC Family Name to Hash List
added new VSC family names to VSC_MODEL_HASHES_A and VSC_MODEL_HASHES_B.