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