-
Notifications
You must be signed in to change notification settings - Fork 14.4k
fix: character encoding issues in shell command processor #1949
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ffda493
Fix character encoding issues in shell command processor
boylin0 07e8ded
Merge branch 'main' into main
boylin0 923b04c
Merge branch 'main' into main
boylin0 3b9694f
fix: validate Windows code page before encoding conversion
boylin0 0cb8755
fix: improve system encoding detection with robust fallbacks
boylin0 55fdc7c
fix: handle unsupported Windows code pages safely
boylin0 2676821
perf(shellCommandProcessor): cache system encoding detection
boylin0 72dc235
perf(shellCommandProcessor): Fix text decoder streaming and end-of-stβ¦
boylin0 bde9748
Improve shell command encoding detection and error handling
boylin0 5f1ef8f
Merge branch 'main' into main
boylin0 3e6d8a9
fix(package): remove unnecessary dependency on @google/gemini-cli
boylin0 a6cb358
style(shellCommandProcessor): remove unnecessary blank line in executβ¦
boylin0 41b524a
fix(package): add missing chardet dependency
boylin0 7588ae3
Merge branch 'main' into main
jacob314 6224be2
fix: improve encoding detection caching
boylin0 2aa1706
fix: improve Windows encoding detection error messages
boylin0 d25e52f
fix: missing output final bytes from TextDecoder on process exit
boylin0 9286142
test(shellCommandProcessor): add comprehensive test coverage
boylin0 dd63380
Merge branch 'fix/shell-command-processor-encoding'
boylin0 b871ab7
refactor(cli): integrate core encoding utilities; add reset function β¦
boylin0 c629c8f
test(core): add systemEncoding utility test suite
boylin0 3583693
refactor(deps): move chardet dependency into packages\core
boylin0 30a1f7e
style(shellCommandProcessor): format code
boylin0 1aa9491
fix(systemEncoding): update cachedSystemEncoding use undefined for unβ¦
boylin0 b14869e
style(systemEncoding): format code
boylin0 b474dd5
fix(shellCommandProcessor): ensure homedir mock is defined for consisβ¦
boylin0 909d170
Merge branch 'main' into main
SandyTao520 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.