-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
🐛 Bug Description
GitHub search queries with labels containing spaces fail due to multiple layers of escaping issues when passed through command-stream.
🔴 Impact
- Can't search for issues with multi-word labels
- GitHub CLI queries fail with complex search terms
- Automation of issue management is limited
📝 Problem Example
```javascript
const label = "help wanted";
// ❌ Fails due to escaping issues
await
// The spaces in the label cause parsing problems
```
🔧 Root Cause
Multiple layers of escaping between:
- JavaScript string escaping
- Shell escaping
- GitHub CLI parameter parsing
🔗 References
Metadata
Metadata
Assignees
Labels
No labels