Add composio listen and top-level composio triggers CLI commands#3115
Merged
CryogenicPlanet merged 8 commits intonextfrom Apr 6, 2026
Merged
Add composio listen and top-level composio triggers CLI commands#3115CryogenicPlanet merged 8 commits intonextfrom
composio listen and top-level composio triggers CLI commands#3115CryogenicPlanet merged 8 commits intonextfrom
Conversation
- Expose `composio triggers list|info` alongside `dev triggers` - Update hinting, help text, and tests for root trigger commands
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
The Please review and fix the vulnerabilities. You can try running: pnpm audit --fix --prodAudit output |
ts/packages/cli/src/commands/triggers/commands/triggers.info.cmd.ts
Outdated
Show resolved
Hide resolved
- Show the full toolkit placeholder in the fallback hint for `triggers info` - Update tests to expect the quoted list command
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0003f47. Configure here.
- Change the no-results hint for `composio triggers list` to `composio toolkits list` - Add a test covering the updated root toolkit hint
## Summary - Add a new `composio listen` command for listening to trigger artifacts in real time. - Introduce top-level trigger commands and update CLI help, hints, and session artifact handling to surface them. - Refresh generated docs and toolkit metadata to reflect current tool and trigger counts. - Update CLI tests around trigger listing/info and command hint behavior. ## Testing - Not run locally. - Updated and added CLI tests for `triggers list`, `triggers info`, and command hints. - Docs/data generation artifacts were refreshed as part of the change set.
composio triggers CLI commandscomposio listen and top-level composio triggers CLI commands
- Add mock toolkits data to triggers list tests so validateToolkits finds "gmail" and "slack" in the available toolkit list - Handle invalid toolkit errors in tests with Effect.ignore since validateToolkits now throws after logging - Fix artifacts cwd test to use os.tmpdir() instead of hardcoded /tmp Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
composio listencommand for real-time trigger event streaming with interactive setup flow (toolkit/trigger selection, account connection, listener subscription).composio triggers listandcomposio triggers infoentrypoints alongside the existingdevcommands.devand root variants share the same implementation with different hints and empty-state guidance.Test plan
composio triggers listandcomposio triggers infocomposio listeninteractive flow🤖 Generated with Claude Code