-
Notifications
You must be signed in to change notification settings - Fork 531
feat(vscode): add model assignment foundation #731
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
Open
Snakeblack
wants to merge
11
commits into
Gentleman-Programming:main
Choose a base branch
from
Snakeblack:feat/vscode-copilot-subagents-pr2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
5450d27
feat(vscode): add native SDD agents
Snakeblack b78bd1d
test(assets): register vscode agent files in expected list
Snakeblack f7ed70b
fix(uninstall): filter by opRemoveFile in VS Code uninstall test
Snakeblack 41f4f50
style(vscode): add language identifier to dependency-graph code block
Snakeblack 034c7a4
feat(vscode): agrega asignaciones de modelo
Snakeblack d51c5e0
fix(app,cli): add VSCodeModelAssignments merge and empty override checks
Snakeblack 2dab40b
fix(vscode): endurece instalaciΓ³n de agentes
Snakeblack a247af2
fix(sync,sdd): resolve CodeRabbit review comments on PR 731
Snakeblack 8ff7569
fix(sdd): require both delimiters before removing legacy preflight lines
Snakeblack 47ff860
fix(sdd): validate every legacy preflight block independently
Snakeblack e3eba36
fix(sdd): remove duplicate containsString test helper
Snakeblack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
π Security & Privacy | π Major | β‘ Quick win
π§© Analysis chain
π Script executed:
Repository: Gentleman-Programming/gentle-ai
Length of output: 1985
π Web query:
GO-2026-5024 golang.org/x/sys windows vulnerable version advisoryπ‘ Result:
GO-2026-5024 (also tracked as CVE-2026-39824) is a security vulnerability in the golang.org/x/sys/windows package [1][2]. The issue involves an integer overflow in the NewNTUnicodeString function [3][4]. Specifically, the function failed to properly check for string length overflows; when provided with a string exceeding the maximum size of a NTUnicodeString (a 16-bit number of bytes), it would return a truncated string rather than an error [1][2]. This vulnerability affects versions of golang.org/x/sys prior to v0.44.0 [1][2]. Users are advised to update to a patched version to resolve this issue [3][5]. The Go Security Team officially announced the fix in version v0.45.0, though the underlying patch was included in v0.44.0 [3][5].
Citations:
Bump
golang.org/x/sysoffv0.38.0.v0.38.0is in the affected range for GO-2026-5024 / CVE-2026-39824, so this keeps Windows builds on a vulnerable release. Upgrade to a patched version (v0.44.0+, orv0.45.0if you want the Go teamβs fix).π§° Tools
πͺ OSV Scanner (2.4.0)
[LOW] 11-11: golang.org/x/sys 0.38.0: Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows
(GO-2026-5024)
π€ Prompt for AI Agents
Source: Linters/SAST tools