You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove skills listing from foundation guideline (#787)
* Remove skills listing from foundation guideline
* Fix GuidelineAssist constructor call in SkillComposer
Fix normalizeCommand() splitting absolute paths containing spaces (ba…
…ckporting PR #553 for v1.x) (#726)
* Fix normalizeCommand() splitting absolute paths containing spaces
When agents use useAbsolutePathForMcp(), getPhpPath() returns PHP_BINARY
which on macOS with Herd resolves to a path inside "Application Support"
(containing a space). The normalizeCommand() method splits on spaces,
breaking the command into an invalid executable path.
This adds a check to skip splitting when the command is an absolute path
(Unix / or Windows drive letter), preserving paths with spaces while
maintaining existing behavior for relative/compound commands.
Backporting PR #553 for v1.x
* Fix code styling
---------
Co-authored-by: Pushpak Chhajed <pushpak1300@gmail.com>