-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
π Bug Description
command-stream automatically adds quotes to interpolated values in unexpected ways, causing double-quoting issues and command failures.
π΄ Impact
- Commands with pre-quoted arguments fail
- Complex command construction becomes unpredictable
- Shell scripts behave differently than expected
π Problem Example
```javascript
const arg = '"already quoted"';
// β Gets double-quoted
await
// Results in: echo ''"already quoted"''
```
π§ Root Cause
Automatic quoting mechanism doesn't detect already-quoted strings, leading to double-quoting.
π References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels