@vercel[bot]3w ago
Someone is attempting to deploy a commit to the Composio Team on Vercel.
A member of the Team first needs to authorize it.
Fish completions are now written to ~/.config/fish/completions/composio.fish (a dedicated file) instead of being appended to ~/.config/fish/config.fish.
The composio install --completions command appends the entire completion script directly into config.fish. This causes:
~/.config/fish/completions/, not config.fish-d descriptions with nested quotes create unbalanced quote parse errorsError observed by users:
~/.config/fish/config.fish (line 734): Unexpected end of string, quotes are not balanced
~/.config/fish/completions/composio.fishconfig.fish (this is correct behavior for fish)composio install --completions on fish shell~/.config/fish/completions/composio.fish is createdconfig.fish only contains PATH setup, not completionsfish -n ~/.config/fish/completions/composio.fish passescomposio commandsFixes #3147
Someone is attempting to deploy a commit to the Composio Team on Vercel.
A member of the Team first needs to authorize it.