What Happened
- The PR changes Superset’s generated agent launch command path so argv-based prompt launches are wrapped in `bash -c '...'` with portable quoting, fixing fish shell parse failures (`<<` being treated as invalid redirection) while leaving stdin-with-file launches unwrapped with POSIX `<` redirection.
- The PR changes Superset’s generated agent launch command path so argv-based prompt launches are wrapped in `bash -c '...'` with portable quoting, fixing fish shell parse failures (`<<` being treated as invalid redirection) while leaving stdin-with-file launches unwrapped with POSIX `<` redirection.
- 1 evidence item attached for review.