From 47a4c3dc2c029282bfc4e78310424a3aba3bf72e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 08:06:50 +0000 Subject: [PATCH] chore(kiro): bump Kiro IDE fallback to 1.0.165 --- 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..e4bede7 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.165'; const Duration _kiroIdeVersionProbeMinInterval = Duration(hours: 12); const Duration _kiroIdeVersionProbeTimeout = Duration(seconds: 6);