()
| 619 | } |
| 620 | |
| 621 | export function clearCommandsCache(): void { |
| 622 | clearCommandMemoizationCaches() |
| 623 | clearPluginCommandCache() |
| 624 | clearPluginSkillsCache() |
| 625 | clearSkillCaches() |
| 626 | } |
| 627 | |
| 628 | /** |
| 629 | * Filter AppState.mcp.commands to MCP-provided skills (prompt-type, |
no test coverage detected