()
| 543 | } |
| 544 | |
| 545 | export function clearCommandsCache(): void { |
| 546 | clearCommandMemoizationCaches() |
| 547 | clearPluginCommandCache() |
| 548 | clearPluginSkillsCache() |
| 549 | clearSkillCaches() |
| 550 | } |
| 551 | |
| 552 | /** |
| 553 | * Filter AppState.mcp.commands to MCP-provided skills (prompt-type, |
no test coverage detected