发布

  • feat(cli): add composio config experimental command (#3156)

    frostbyte_neo 发布于 2026-04-10 03:57:46 +00:00

    Summary

    • Adds composio config as a top-level command with experimental
      subcommand
    • composio config experimental — list all feature flags and their
      state
    • composio config experimental <name> on|off — toggle a feature and
      automatically rebuild the composio-cli skill
    • Updates composio link --help to show --alias and --list flags
      that were previously missing
    • Adds featureOverrides support to the skill build pipeline so toggled
      features propagate to the skill

    Test plan

    • composio config experimental lists features with on/off state
    • composio config experimental multi_account on enables the
      feature and rebuilds skill
    • composio config experimental multi_account shows on after
      enabling
    • composio link --help shows --alias and --list flags
    • composio config --help shows experimental subcommand
    • pnpm typecheck passes

    🤖 Generated with Claude Code


    Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

    下载附件