From 4de9a8eea586ea4fd5104ec70531312df9b68143 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:17:11 +0000 Subject: [PATCH] chore(kiro): bump Kiro IDE fallback to 1.0.198 --- lib/proxy/kiro/kiro_ide_runtime_version.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/proxy/kiro/kiro_ide_runtime_version.dart b/lib/proxy/kiro/kiro_ide_runtime_version.dart index 7b01154..08d72be 100644 --- a/lib/proxy/kiro/kiro_ide_runtime_version.dart +++ b/lib/proxy/kiro/kiro_ide_runtime_version.dart @@ -7,7 +7,7 @@ import 'package:http/http.dart' as http; /// Pinned fallback used when no probe has succeeded yet, when the probe fails, /// or in tests. Kept aligned with the version embedded by the build matrix and /// rotated by the [Sync Kiro IDE Version] CI workflow. -const String fallbackKiroIdeVersion = '0.12.333'; +const String fallbackKiroIdeVersion = '1.0.198'; const Duration _kiroIdeVersionProbeMinInterval = Duration(hours: 12); const Duration _kiroIdeVersionProbeTimeout = Duration(seconds: 6);