Skip to content

Fix Windows script shim spawning#412

Open
kaizhou-lab wants to merge 1 commit into
mainfrom
agent/bug-fix/8cd616f8
Open

Fix Windows script shim spawning#412
kaizhou-lab wants to merge 1 commit into
mainfrom
agent/bug-fix/8cd616f8

Conversation

@kaizhou-lab
Copy link
Copy Markdown
Contributor

Summary

  • Wrap Windows .ps1 shim paths with powershell -ExecutionPolicy Bypass -File before spawning.
  • Wrap Windows .cmd and .bat shim paths with cmd /c before spawning.
  • Add regression coverage that verifies wrapper args are inserted before caller args.

Test Plan

  • cargo test -p aionui-runtime -- --test-threads=1

Co-authored-by: multica-agent <github@multica.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant