Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/proxy/kiro/kiro_ide_runtime_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down