()
| 69 | * Use this on /clear to free sub-session slug entries. |
| 70 | */ |
| 71 | export function clearAllPlanSlugs(): void { |
| 72 | getPlanSlugCache().clear() |
| 73 | } |
| 74 | |
| 75 | // Memoized: called from render bodies (FileReadTool/FileEditTool/FileWriteTool UI.tsx) |
| 76 | // and permission checks. Inputs (initial settings + cwd) are fixed at startup, so the |
no test coverage detected