Files
2026-07-13 12:22:33 +08:00

10 lines
249 B
Swift

import Foundation
public enum CLIProbeSessionResetter {
public static func resetAll() async {
await ClaudeCLISession.shared.reset()
await CodexCLISession.shared.reset()
await AntigravityCLISession.shared.reset()
}
}