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
fix(pi): single-quote the extension ENTIRE_CMD so local-dev is valid JS
The launcher value (LocalDevHookScript) carries its own shell quotes, so the
double-quoted template literal produced the malformed
const ENTIRE_CMD = ""\$(git rev-parse --show-toplevel)"/scripts/entire-dev".
Switch the template to single quotes, matching opencode, so the value nests
cleanly and the shell still sees the space-protecting quotes via sh -c.
Regenerate the dogfood .pi extension and pin the exact generated line in the
local-dev test (the old substring check passed on the broken output).
Addresses PR review feedback.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Entire-Checkpoint: 01KY9X6EJ1EK9MAGYJSVC8XVQN
0 commit comments