fix(core): force UTF-8 for Windows shells
Force cmd, PowerShell, and piped Python subprocesses to emit UTF-8 so V2 shell output is decoded without CJK mojibake. Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
parent
3d545f960b
commit
34cfa8601f
5 changed files with 43 additions and 4 deletions
|
|
@ -570,7 +570,7 @@ test("keeps locked deferred parity TODOs visible", async () => {
|
|||
"Port tree-sitter bash / PowerShell parser-based approval reduction.",
|
||||
"Port BashArity reusable command-prefix approvals.",
|
||||
"Replace token-based command-argument external-directory advisories with parser-based detection.",
|
||||
"Restore PowerShell and cmd-specific invocation/path handling on Windows.",
|
||||
"Restore Windows shell-specific path handling.",
|
||||
"Add plugin shell.env environment augmentation once V2 plugin hooks exist.",
|
||||
"Add durable/live progress metadata streaming for long-running commands once V2 tool invocation progress context is wired.",
|
||||
"Persist job status and define restart recovery before exposing remote observation.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue