()
| 532 | } |
| 533 | |
| 534 | export function clearCommandsCache(): void { |
| 535 | clearCommandMemoizationCaches() |
| 536 | clearPluginCommandCache() |
| 537 | clearPluginSkillsCache() |
| 538 | clearSkillCaches() |
| 539 | } |
| 540 | |
| 541 | /** |
| 542 | * Filter AppState.mcp.commands to MCP-provided skills (prompt-type, |
no test coverage detected