mirror of
https://github.com/cline/cline.git
synced 2026-09-15 21:04:27 +08:00
* fix(terminal): Add shell option for cmd.exe to prevent double quote escaping Added shell: true option specifically for cmd.exe to prevent double quotes from being over escaped during command execution. This resolves Windows-specific issues with terminal command handling while maintaining compatibility with other shells. * chore: Add changeset for terminal command execution fix