-
Notifications
You must be signed in to change notification settings - Fork 10
fix(fish-completions): don't execute with env
#57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Using `env` broke Fish completions because `command` is a Fish builtin
while `env` is an external program unaware of what Fish does and doesn't
provide:
env: ‘command’: No such file or directory
Fish supports `FIELD=val` natively, so we can just remove `env`.
Assisted-by: Claude Sonnet 4.5 via Crush <[email protected]>
WalkthroughModified fish shell completion script to set environment variables directly instead of using the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (1)**/*.go📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (8)📓 Common learnings📚 Learning: 2025-12-02T13:33:48.673ZApplied to files:
📚 Learning: 2025-12-02T13:33:48.673ZApplied to files:
📚 Learning: 2025-12-02T13:33:48.673ZApplied to files:
📚 Learning: 2025-12-02T13:33:48.673ZApplied to files:
📚 Learning: 2025-12-02T13:33:48.673ZApplied to files:
📚 Learning: 2025-12-02T13:33:48.673ZApplied to files:
📚 Learning: 2025-12-02T13:33:48.673ZApplied to files:
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
satococoa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contributions!! 👍
Using
envbroke Fish completions becausecommandis a Fish builtin whileenvis an external program unaware of what Fish does and doesn't provide:Fish supports
FIELD=valnatively, so we can just removeenv.Assisted-by: Claude Sonnet 4.5 via Crush [email protected]
Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.