-
feat(cli): add composio config experimental command (#3156)
发布于
2026-04-10 03:57:46 +00:00 Summary
- Adds
composio configas a top-level command withexperimental
subcommand composio config experimental— list all feature flags and their
statecomposio config experimental <name> on|off— toggle a feature and
automatically rebuild the composio-cli skill- Updates
composio link --helpto show--aliasand--listflags
that were previously missing - Adds
featureOverridessupport to the skill build pipeline so toggled
features propagate to the skill
Test plan
composio config experimentallists features with on/off statecomposio config experimental multi_account onenables the
feature and rebuilds skillcomposio config experimental multi_accountshowsonafter
enablingcomposio link --helpshows--aliasand--listflagscomposio config --helpshows experimental subcommandpnpm typecheckpasses
🤖 Generated with Claude Code
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
下载附件
- Adds