What's Changed
🆕 What is New
- Remote Host Configuration: Added remote host configuration support for Unity WebSocket connections.
- Test Runner Tool Enhancement:
run_tests
tool now accepts areturnWithLogs
parameter and reports pass/fail counts without groups. - Git Commit Workflow: Added a new Windsurf workflow for generating Git commit summaries.

🛠️ What Was Fixed
- WebSocket Reconnection: WebSocket server now re-uses its address, allowing reconnection after a domain reload.
- Test Runner Stability: Improved async test result handling in
TestRunnerService
and fixed null-reference cleanup after setting test results. - Environment Variable Path Resolution: Fixed handling of environment variables for path resolution when running
npm
commands from Unity on MacOS.
New Contributors
- @yulcat made their first contribution in #48
- @ichimi-abunai made their first contribution in #59
- @Snowblaze made their first contribution in #61
Full Changelog: 1.1.1...1.1.2