mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Replace regex-based parsing with shell-quote library for deterministic parsing - Handle complex shell syntax including quotes, escapes, and special characters - Maintain backward compatibility with existing command patterns - Add comprehensive test coverage for edge cases - Addresses PR feedback about regex limitations and parsing reliability The shell-quote library provides proper shell command parsing that handles: - Single and double quotes with proper escape sequences - Environment variable expansion - Command operators (&&, ||, |, ;) - Glob patterns and special characters - Nested quotes and complex argument structures This ensures commands are extracted exactly as they would be interpreted by a shell. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||