repoToolNames top-level constant

List<String> const repoToolNames

All workspace/repository tool names (fs + search + code + git), in registration order.

Implementation

const repoToolNames = <String>[
  ...fsToolNames,
  ...searchToolNames,
  ...codeToolNames,
  ...gitToolNames,
];