| 2287 | } |
| 2288 | |
| 2289 | int cbm_remove_gemini_session_hooks(const char *settings_path) { |
| 2290 | return remove_hooks_json((hooks_remove_args_t){ |
| 2291 | .settings_path = settings_path, |
| 2292 | .hook_event = "SessionStart", |
| 2293 | .matcher_str = "startup", |
| 2294 | }); |
| 2295 | } |
| 2296 | |
| 2297 | /* ── PATH management ──────────────────────────────────────────── */ |
| 2298 |
no test coverage detected