feat(container): zsh completion stack#84
Conversation
… plugins Install fzf, carapace-bin, zsh-autosuggestions, zsh-syntax-highlighting, and fzf-tab as a new devcontainer feature. Configure .zshrc at container start with expanded plugins list and carapace multi-shell bridge. Set tmux default-shell to zsh so new panes spawn zsh regardless of entry method.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
Summary
zsh-completions— installs fzf, carapace-bin, zsh-autosuggestions, zsh-syntax-highlighting, and fzf-tab at build timesetup-terminal.shexpanded to configure .zshrc with full OMZ plugins list and carapace multi-shell bridge (idempotent via marker blocks)default-shellset to/usr/bin/zshso new panes spawn zsh regardless of entry method.debwith tarball fallback (apt.fury.io GPG key is defunct)Test plan
fzf,carapace, and plugins are installedgit che<TAB>→ shows checkout, cherry-pick, etc.docker run --<TAB>→ shows flags (via carapace bridge)tmux new -s test→ pane prompt is zshecho $SHELL→/usr/bin/zsh