Henry Park
2f2fe306e9
fix(test): case-insensitive hint matching in TraceLlm step_matches ( #2292 )
...
step_matches() used case-sensitive String::contains() for hint matching.
Fixture hints use lowercase ("write", "save") but test messages use
title case ("Write...", "Save..."), causing hinted steps to get stuck
at the queue head while unhinted steps were consumed out of order.
This broke tool_error_recovery (1 vs 2 write_file) and
workspace_semantic_search (2 vs 3 memory_write).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-10 13:56:25 -07:00
..
2026-04-11 00:06:11 +09:00
2026-04-11 01:37:17 +09:00
2026-04-10 13:56:25 -07:00
2026-03-11 20:28:38 -07:00
2026-04-08 21:28:39 +03:00
2026-04-10 03:04:42 +09:00
2026-03-24 10:41:33 +01:00
2026-03-14 13:06:59 -07:00
2026-03-21 00:02:00 -07:00
2026-03-20 10:12:32 -07:00
2026-04-06 08:22:10 +02:00
2026-04-09 23:50:04 +09:00
2026-03-07 18:01:40 +00:00
2026-03-29 14:33:41 -07:00
2026-04-06 15:40:31 +09:00
2026-04-09 23:50:04 +09:00
2026-04-10 13:52:31 -07:00
2026-04-10 13:52:31 -07:00
2026-03-11 03:36:25 +00:00
2026-03-06 00:49:10 +00:00
2026-04-07 19:11:30 +03:00
2026-04-03 17:51:09 -07:00
2026-03-05 09:13:09 +00:00
2026-03-07 09:15:00 +00:00
2026-04-08 23:23:39 +09:00
2026-04-09 23:50:04 +09:00
2026-03-30 22:31:58 -07:00
2026-03-06 08:12:56 +00:00
2026-03-07 09:15:00 +00:00
2026-03-21 12:41:46 -07:00
2026-03-05 09:13:09 +00:00
2026-03-07 09:15:00 +00:00
2026-03-05 09:13:09 +00:00
2026-04-01 14:54:26 -07:00
2026-03-07 09:15:00 +00:00
2026-04-02 19:22:27 -07:00
2026-04-11 00:49:36 +09:00
2026-04-09 01:01:15 +09:00
2026-04-01 14:54:35 -07:00
2026-03-21 22:41:44 -07:00
2026-03-09 07:10:25 +00:00
2026-02-22 08:09:56 +00:00
2026-03-22 22:56:26 -07:00
2026-03-11 11:48:24 -07:00
2026-03-11 11:48:24 -07:00
2026-03-11 11:48:24 -07:00
2026-03-11 11:48:24 -07:00
2026-03-11 11:48:24 -07:00
2026-03-10 18:37:10 -07:00
2026-04-10 00:02:05 +09:00
2026-04-06 08:34:27 -07:00
2026-03-22 22:56:26 -07:00
2026-04-10 18:04:54 +09:00
2026-03-29 11:55:34 +02:00
2026-04-10 18:04:54 +09:00
2026-04-10 18:04:54 +09:00
2026-04-09 23:50:04 +09:00
2026-04-03 17:51:09 -07:00
2026-03-07 09:10:05 +00:00
2026-03-19 11:53:46 -07:00
2026-03-21 22:05:18 -07:00
2026-03-10 08:11:21 -07:00
2026-04-11 00:06:11 +09:00
2026-04-09 11:52:10 +03:00
2026-04-09 23:50:04 +09:00
2026-04-10 13:56:25 -07:00
2026-04-06 16:21:01 +09:00
2026-03-30 20:53:57 -07:00
2026-04-11 01:37:17 +09:00
2026-03-05 09:13:09 +00:00
2026-03-05 09:13:09 +00:00
2026-04-03 17:51:09 -07:00
2026-04-09 17:28:45 -07:00
2026-04-09 23:50:04 +09:00
2026-04-05 07:55:12 +02:00
2026-04-10 18:04:54 +09:00