Project
cortex
Description
The completion commands for fish and zsh exit with code 127 even when they generate valid output
Error Message
Debug Logs
System Information
Screenshots
No response
Steps to Reproduce
"Run: cortex completion fish; echo $?",
"Observe output is generated but exit code is 127"
Expected Behavior
Exit code should be 0 on successful generation
Actual Behavior
Exit code is 127 despite valid output
Additional Context
No response