Get currently applied patch info
Future<PatchInfo?> getCurrentPatch() async { _ensureInitialized(); return _patchService.getCurrentPatch(); }