842e5dea03
Problem: Complex quoting in sed command caused 'extra characters after command' error Solution: Use @ delimiter instead of # and simplify variable substitution The issue was multi-level quote escaping that didn't work correctly. Changed to simpler sed syntax with @ delimiter which handles special chars better. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>