-
Fix nested tools subcommand mismatch handling (#3157)
发布于
2026-04-10 06:02:37 +00:00 Summary
- Fixes nested
composio tools ...subcommand validation so invalid
child commands report a tools-scoped mismatch instead of falling through
to generic handling. - Adds root help text for the
toolscommand group to better reflect
discoverable subcommands. - Covers the regression with a CLI test asserting the mismatch message
and available subcommand list.
Testing
- Added/updated
ts/packages/cli/test/src/commands/$default.cmd.test.ts
to verify invalid nested tools subcommands return the expected mismatch. - Not run locally.
下载附件
- Fixes nested