tzy-17
f9e2702324
fix(wizard): make failed Hermes imports safely retryable ( #103290 )
...
* fix(wizard): defer config commit until after migration apply succeeds
Onboarding migration import commits the config file to disk before the
migration provider's apply() runs. If apply() legitimately reports an
error on any item, runSetupMigrationImport() throws, but the config is
already committed with wizard metadata stamped on it. On the very next
onboarding attempt, the freshness gate sees that stamped config and
refuses to run the import, telling the user a fresh setup is required.
Move the commitConfigFile call to after assertApplySucceeded(), so a
failed apply never leaves wizard metadata on disk that blocks the next
retry behind the fresh-setup gate.
The in-memory config still has wizard metadata applied before the apply
context is constructed (so the apply function can reference a concrete
target), but the disk write only happens after apply succeeds.
Fixes #103262
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
* fix(lint): remove useless assignment in migration config commit
The `targetConfig = await params.commitConfigFile(targetConfig)` line
assigns to `targetConfig` but the value is never read afterwards.
Remove the assignment, keeping the side-effect call.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
* fix(wizard): preserve config patches from provider apply after commit
Restore the targetConfig assignment from commitConfigFile so that config
patches written by the provider during apply (e.g. auth profile
selections) are carried forward. Without this, the pre-apply snapshot
silently replaces the post-apply config, losing provider-authored
patches.
Fixes #103262
* fix: remove useless assignment to satisfy lint
commitConfigFile persists the config to disk; the returned config with
patches is already on disk, making the in-memory assignment unnecessary.
* fix(wizard): make Hermes import retries recoverable
* chore: keep release notes release-owned
* fix(wizard): keep retry identity stable across acknowledgement
* fix(wizard): satisfy Hermes retry quality gates
* test(wizard): use managed migration temp dirs
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com >
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-13 18:19:43 -07:00
..
2026-07-12 18:57:49 +02:00
2026-07-12 10:17:00 +01:00
2026-07-13 13:59:00 +08:00
2026-07-13 12:26:18 -04:00
2026-07-13 00:36:02 -07:00
2026-07-13 13:38:19 +08:00
2026-06-22 17:17:48 +00:00
2026-07-14 00:27:34 +01:00
2026-07-11 06:15:41 -07:00
2026-07-11 06:15:41 -07:00
2026-07-10 10:42:36 +01:00
2026-07-13 03:40:53 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 09:25:45 -07:00
2026-07-11 06:30:57 -07:00
2026-07-12 09:01:33 +01:00
2026-06-21 07:40:06 +02:00
2026-07-10 13:34:03 +01:00
2026-07-13 08:02:56 -07:00
2026-07-07 16:13:55 -07:00
2026-07-07 00:39:59 +01:00
2026-07-13 18:26:59 -05:00
2026-07-11 02:31:17 -07:00
2026-07-13 00:35:31 -07:00
2026-07-10 10:42:36 +01:00
2026-07-11 06:15:41 -07:00
2026-07-13 11:41:27 -07:00
2026-06-21 07:40:06 +02:00
2026-07-12 10:17:00 +01:00
2026-07-12 17:34:12 +02:00
2026-07-12 22:18:10 -07:00
2026-07-12 10:17:00 +01:00
2026-07-13 09:09:21 +08:00
2026-07-13 11:41:27 -07:00
2026-07-11 06:15:41 -07:00
2026-06-23 14:01:29 +02:00
2026-07-11 02:31:17 -07:00
2026-07-11 06:15:41 -07:00
2026-07-12 23:38:22 -07:00
2026-06-20 21:36:42 +02:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-12 17:24:45 -07:00
2026-07-12 17:24:45 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 01:53:28 -07:00
2026-07-12 05:38:05 +02:00
2026-07-13 07:20:32 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 15:17:41 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 02:31:17 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 02:31:44 -04:00
2026-07-07 15:48:08 +01:00
2026-07-13 05:07:18 -07:00
2026-07-13 17:46:28 -07:00
2026-07-12 23:13:04 -07:00
2026-07-11 06:15:41 -07:00
2026-07-12 10:19:26 +08:00
2026-07-12 11:36:42 -07:00
2026-07-12 11:36:42 -07:00
2026-07-11 06:15:41 -07:00
2026-07-12 11:36:42 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 13:15:16 -07:00
2026-07-10 13:00:50 +01:00
2026-07-11 06:15:41 -07:00
2026-06-21 19:59:55 +02:00
2026-07-11 06:15:41 -07:00
2026-06-21 21:39:41 +02:00
2026-07-05 01:56:40 -04:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 09:37:55 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 15:04:25 -07:00
2026-07-11 06:15:41 -07:00
2026-07-09 16:36:31 +01:00
2026-07-07 11:55:57 -07:00
2026-07-13 16:15:50 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 01:09:51 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 03:27:14 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-04 23:19:38 +01:00
2026-07-07 11:55:57 -07:00
2026-07-11 10:25:14 -07:00
2026-06-20 22:16:26 +02:00
2026-07-11 06:15:41 -07:00
2026-07-04 14:56:50 -04:00
2026-07-13 01:39:38 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-06-23 17:37:53 +02:00
2026-07-11 06:15:41 -07:00
2026-06-21 22:19:54 +02:00
2026-07-10 20:24:53 +01:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-06-26 18:28:35 -07:00
2026-07-13 00:34:57 -07:00
2026-07-13 02:39:01 -07:00
2026-07-11 06:15:41 -07:00
2026-07-10 00:21:26 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 06:15:41 -07:00
2026-07-12 18:07:55 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 08:33:36 +08:00
2026-07-11 14:50:37 -07:00
2026-07-11 14:50:37 -07:00
2026-07-11 06:15:41 -07:00
2026-07-10 11:54:08 +01:00
2026-07-13 01:53:28 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 07:20:32 -07:00
2026-07-11 07:28:20 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-07 11:55:57 -07:00
2026-06-23 17:27:32 +08:00
2026-07-11 06:15:41 -07:00
2026-07-13 07:20:32 -07:00
2026-07-13 15:26:02 -07:00
2026-07-13 15:26:02 -07:00
2026-06-20 20:12:30 +02:00
2026-07-06 04:20:58 -07:00
2026-06-21 18:04:47 +02:00
2026-07-09 22:33:33 +01:00
2026-07-11 06:15:41 -07:00
2026-06-22 18:44:21 +08:00
2026-07-12 07:44:25 +08:00
2026-06-28 17:22:26 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-06-20 21:41:34 +02:00
2026-07-11 00:44:16 +01:00
2026-07-04 23:19:38 +01:00
2026-07-07 16:13:55 -07:00
2026-07-12 23:38:22 -07:00
2026-07-13 14:39:47 -07:00
2026-07-13 11:49:42 -07:00
2026-07-13 16:15:50 -07:00
2026-07-13 11:49:42 -07:00
2026-07-13 16:15:50 -07:00
2026-07-12 17:24:45 -07:00
2026-07-05 02:01:51 -07:00
2026-07-11 06:15:41 -07:00
2026-07-06 14:52:53 -04:00
2026-07-11 16:44:47 -07:00
2026-06-23 09:51:38 +02:00
2026-07-13 18:19:43 -07:00
2026-07-12 11:36:42 -07:00
2026-07-12 23:07:25 -07:00
2026-07-12 10:17:00 +01:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-06-23 13:43:44 +02:00
2026-07-11 06:15:41 -07:00
2026-06-21 10:21:58 +08:00
2026-07-11 00:51:57 -07:00
2026-06-23 16:26:42 +02:00
2026-07-06 10:26:51 -07:00
2026-07-01 01:51:50 -07:00
2026-07-11 06:15:41 -07:00
2026-06-26 15:01:15 -07:00
2026-07-12 10:17:00 +01:00
2026-07-11 06:15:41 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 06:15:41 -07:00
2026-06-24 13:24:43 +08:00
2026-06-22 19:11:46 +08:00
2026-07-11 06:15:41 -07:00
2026-07-07 15:17:41 -07:00
2026-07-11 13:45:27 +08:00
2026-07-13 17:53:10 -07:00
2026-07-13 17:53:10 -07:00
2026-07-13 03:14:49 +01:00
2026-07-13 03:14:49 +01:00
2026-07-07 11:55:57 -07:00
2026-07-13 07:57:23 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-03 15:36:11 +00:00
2026-07-10 11:54:08 +01:00
2026-07-12 04:43:33 +02:00
2026-07-13 01:53:28 -07:00
2026-07-13 01:53:28 -07:00
2026-07-11 04:54:27 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 14:50:37 -07:00
2026-07-12 10:17:00 +01:00
2026-07-13 13:59:00 +08:00
2026-07-10 11:54:08 +01:00
2026-07-13 15:43:19 -07:00
2026-07-13 13:59:00 +08:00
2026-06-23 19:18:51 -05:00
2026-06-22 21:07:57 -04:00
2026-07-01 20:24:38 -05:00
2026-07-10 10:42:36 +01:00
2026-06-21 21:39:41 +02:00
2026-07-01 20:24:38 -05:00
2026-07-01 22:05:26 -05:00
2026-07-01 22:05:26 -05:00
2026-07-13 19:12:21 -05:00
2026-07-01 22:05:26 -05:00
2026-07-10 11:54:08 +01:00
2026-07-10 10:42:36 +01:00
2026-07-11 15:57:55 +08:00
2026-06-21 22:19:54 +02:00
2026-07-10 11:54:08 +01:00
2026-07-13 07:57:23 -07:00
2026-07-14 00:27:34 +01:00
2026-07-10 13:33:20 -07:00
2026-07-12 08:18:34 +02:00
2026-07-11 06:15:41 -07:00
2026-07-07 15:17:41 -07:00
2026-07-07 16:13:55 -07:00
2026-07-13 01:53:28 -07:00
2026-06-20 21:44:09 +02:00
2026-06-21 11:15:14 +02:00
2026-07-11 06:15:41 -07:00
2026-07-11 19:57:54 +08:00
2026-07-13 04:01:40 -07:00
2026-07-11 06:15:41 -07:00
2026-07-10 20:16:19 +01:00
2026-07-12 10:17:00 +01:00
2026-07-12 10:17:00 +01:00
2026-07-04 08:22:39 -07:00
2026-07-13 12:00:47 -07:00
2026-07-11 06:15:41 -07:00
2026-06-21 22:02:05 +02:00
2026-07-13 12:00:47 -07:00
2026-07-11 02:31:17 -07:00
2026-07-11 12:48:27 +08:00
2026-07-11 02:26:06 -07:00
2026-07-04 08:00:15 +02:00
2026-07-13 17:15:32 -07:00
2026-07-13 17:15:32 -07:00
2026-07-12 17:35:47 -07:00
2026-07-12 17:35:47 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 01:29:33 -07:00
2026-07-10 13:33:20 -07:00
2026-07-04 15:13:31 -06:00
2026-07-07 11:55:57 -07:00
2026-07-08 08:01:00 -07:00
2026-07-07 11:55:57 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 08:55:23 +08:00
2026-07-07 16:13:55 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 17:06:26 -07:00
2026-06-21 11:15:14 +02:00
2026-07-11 06:15:41 -07:00
2026-07-07 00:07:05 +01:00
2026-07-13 17:53:10 -07:00
2026-07-05 13:33:04 -04:00
2026-07-11 06:15:41 -07:00
2026-06-21 15:18:57 +02:00
2026-07-12 10:17:00 +01:00
2026-07-11 06:15:41 -07:00
2026-07-12 19:58:55 -07:00
2026-07-11 06:15:41 -07:00
2026-07-10 11:54:08 +01:00
2026-07-11 06:15:41 -07:00
2026-07-13 01:53:28 -07:00
2026-07-11 07:28:20 -07:00
2026-07-13 07:39:22 -07:00
2026-07-13 05:47:05 -07:00
2026-07-13 05:44:49 -07:00
2026-06-21 17:51:44 +02:00
2026-07-04 06:51:03 -04:00
2026-07-12 10:17:00 +01:00
2026-06-24 10:22:56 +08:00
2026-07-04 06:51:03 -04:00
2026-07-11 01:09:51 -07:00
2026-07-07 16:13:55 -07:00
2026-07-13 13:38:19 +08:00
2026-07-13 13:38:19 +08:00
2026-07-13 12:00:47 -07:00
2026-07-13 13:38:19 +08:00
2026-07-13 13:38:19 +08:00
2026-07-10 17:47:32 -07:00
2026-07-10 17:47:32 -07:00
2026-07-10 11:32:24 -07:00
2026-07-12 10:17:00 +01:00
2026-07-11 06:15:41 -07:00
2026-07-10 02:06:53 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 09:44:19 -07:00
2026-07-11 06:15:41 -07:00
2026-07-12 11:45:03 +01:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 17:27:01 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 03:16:28 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 10:22:07 +01:00
2026-07-12 19:58:55 -07:00
2026-06-20 22:37:26 +08:00
2026-07-10 19:18:47 -07:00
2026-06-20 20:07:50 +02:00
2026-06-23 14:08:20 +08:00
2026-07-11 06:15:41 -07:00
2026-07-13 03:16:28 -07:00
2026-07-11 06:15:41 -07:00
2026-07-06 02:24:37 -07:00
2026-07-11 06:15:41 -07:00
2026-06-21 21:53:58 +02:00
2026-07-11 06:15:41 -07:00
2026-07-11 14:50:37 -07:00
2026-07-11 06:15:41 -07:00
2026-07-10 23:30:57 +01:00
2026-07-11 06:15:41 -07:00
2026-07-12 17:24:45 -07:00
2026-07-12 17:24:45 -07:00
2026-06-24 22:54:00 +08:00
2026-07-04 06:40:45 -04:00
2026-07-11 00:07:59 -07:00
2026-07-11 06:30:57 -07:00
2026-07-12 10:17:00 +01:00
2026-07-11 06:15:41 -07:00
2026-06-23 13:44:14 +08:00
2026-07-05 01:56:40 -04:00
2026-06-21 07:40:06 +02:00
2026-06-21 07:40:06 +02:00
2026-06-21 07:40:06 +02:00
2026-07-11 06:15:41 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 01:09:51 -07:00
2026-07-11 02:31:17 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 03:16:28 -07:00
2026-07-13 15:09:26 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 03:16:28 -07:00
2026-07-11 00:51:57 -07:00
2026-07-06 02:58:59 -07:00
2026-07-10 08:18:44 -07:00
2026-07-11 01:03:30 +01:00
2026-07-11 06:30:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 01:31:01 -07:00
2026-07-11 06:30:57 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 00:58:14 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 04:38:05 -07:00
2026-07-13 15:26:02 -07:00
2026-07-13 15:26:02 -07:00
2026-07-11 06:15:41 -07:00
2026-06-23 12:40:25 +02:00
2026-07-12 10:17:00 +01:00
2026-07-07 16:59:51 -07:00
2026-07-11 06:15:41 -07:00
2026-07-11 12:48:27 +08:00
2026-07-11 02:31:17 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 15:17:41 -07:00
2026-07-12 17:26:04 -07:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-13 18:03:06 -07:00
2026-07-07 11:55:57 -07:00
2026-07-13 01:53:28 -07:00
2026-07-11 06:15:41 -07:00
2026-07-13 13:38:19 +08:00
2026-06-26 16:43:51 -07:00
2026-07-10 13:33:20 -07:00
2026-07-11 06:15:41 -07:00
2026-07-10 13:33:20 -07:00
2026-07-11 06:15:41 -07:00
2026-06-21 18:43:05 +02:00
2026-07-11 06:15:41 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 12:33:46 -07:00
2026-07-11 12:33:46 -07:00
2026-07-14 00:27:34 +01:00
2026-07-11 01:09:51 -07:00
2026-07-07 11:55:57 -07:00
2026-07-11 06:15:41 -07:00
2026-06-20 15:35:33 +02:00
2026-07-11 06:15:41 -07:00
2026-07-11 01:58:16 -07:00
2026-07-12 17:24:45 -07:00
2026-07-12 17:24:45 -07:00
2026-07-10 10:42:36 +01:00
2026-07-13 01:53:28 -07:00
2026-07-11 06:15:41 -07:00
2026-07-12 17:24:45 -07:00
2026-07-13 12:00:47 -07:00
2026-07-12 19:58:55 -07:00
2026-06-21 11:15:14 +02:00