Chinmay Rawat
1e19f22dbd
fix: prompt caching breaks on Claude Opus 5 and Sonnet 5 ( #121283 )
...
* fix: prompt caching breaks on Claude Opus 5 and Sonnet 5
shouldPreserveThinkingBlocks() matched modern Claude ids with a hardcoded
family list plus /claude-[5-9]/ future-proofing. That regex assumes the
generation follows the prefix (claude-5-x), but shipped generation-5 ids
place the family in between (claude-opus-5, claude-sonnet-5, claude-mythos-5),
so none matched and dropThinkingBlocks flipped to true. Signed thinking blocks
were stripped from replayed history, diverging every request and invalidating
the Anthropic prompt cache on the default opus/sonnet aliases.
Read the generation from the id instead, preserving blocks for generation 4
and newer. This handles both id shapes and matches the idiom already used in
audit-extra.sync.ts and live-model-filter.ts.
Closes #121251
* fix: correct Claude thinking replay contract
Use the canonical Claude model identity and exact Anthropic preservation contract when deciding whether replay may retain prior thinking blocks. Carry deployment metadata through provider-family and fallback paths, and include canonicalModelId in the transcript policy cache key.
Release note: Restore prompt-cache reuse for Claude Opus 5 and Sonnet 5 while continuing to strip unsupported Sonnet and Haiku 4.5 thinking history.
* refactor: remove unused replay compatibility helper
Use the canonical Claude drop predicate at the remaining test call sites and remove the unconsumed preservation export so the dependency/dead-code gate stays clean.
* fix: keep Claude replay contract internal
Use canonical llm-core identity resolution without exporting a new llm-core capability, avoiding unintended Plugin SDK API drift.
---------
Co-authored-by: FullerStackDev <263060202+fuller-stack-dev@users.noreply.github.com >
2026-08-12 20:05:16 -07:00
..
2026-08-12 12:41:27 -07:00
2026-08-12 15:28:22 -07:00
2026-08-12 15:55:16 -07:00
2026-08-11 13:34:24 -07:00
2026-08-08 22:59:25 -07:00
2026-08-08 22:59:25 -07:00
2026-07-13 01:29:33 -07:00
2026-08-10 16:23:06 -07:00
2026-08-10 16:23:06 -07:00
2026-07-21 01:12:52 -07:00
2026-08-02 00:36:21 -07:00
2026-07-30 01:39:08 +08:00
2026-07-30 01:39:08 +08:00
2026-07-30 01:39:08 +08:00
2026-08-09 07:21:35 -07:00
2026-07-19 11:04:48 -07:00
2026-08-01 22:01:38 -07:00
2026-07-30 07:07:33 +08:00
2026-07-29 17:22:16 +08:00
2026-07-29 17:22:16 +08:00
2026-08-01 16:17:30 -07:00
2026-08-07 18:51:45 -07:00
2026-08-07 02:55:08 -07:00
2026-08-11 13:34:24 -07:00
2026-07-18 23:03:00 +01:00
2026-07-24 01:43:48 -06:00
2026-07-13 01:29:33 -07:00
2026-08-07 03:49:12 -07:00
2026-08-07 03:49:12 -07:00
2026-08-07 02:55:08 -07:00
2026-08-11 10:22:01 -07:00
2026-07-13 01:29:33 -07:00
2026-08-08 21:09:48 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 08:24:03 -07:00
2026-07-13 01:29:33 -07:00
2026-07-21 20:28:43 -07:00
2026-08-08 22:59:25 -07:00
2026-08-08 22:59:25 -07:00
2026-07-21 20:28:43 -07:00
2026-08-11 23:59:38 +08:00
2026-07-21 20:28:43 -07:00
2026-07-22 23:25:48 -04:00
2026-07-19 11:04:48 -07:00
2026-08-08 22:59:25 -07:00
2026-08-08 22:59:25 -07:00
2026-08-05 11:05:35 +08:00
2026-08-05 11:05:35 +08:00
2026-08-11 10:22:01 -07:00
2026-08-11 08:24:03 -07:00
2026-08-11 23:26:37 -07:00
2026-08-01 13:40:11 +08:00
2026-07-29 01:34:49 -04:00
2026-07-15 03:25:36 +10:00
2026-07-15 03:25:36 +10:00
2026-08-12 00:49:29 -07:00
2026-08-11 13:34:24 -07:00
2026-08-08 22:59:25 -07:00
2026-08-12 16:50:09 -07:00
2026-07-30 01:39:08 +08:00
2026-07-30 01:39:08 +08:00
2026-08-10 06:42:37 -07:00
2026-08-10 06:42:37 -07:00
2026-07-27 01:29:21 -04:00
2026-07-27 01:29:21 -04:00
2026-08-12 15:55:16 -07:00
2026-08-04 04:26:22 +08:00
2026-08-12 15:55:16 -07:00
2026-07-10 22:29:37 -05:00
2026-07-16 00:45:23 -07:00
2026-08-10 06:42:37 -07:00
2026-08-10 06:42:37 -07:00
2026-08-12 00:49:29 -07:00
2026-08-06 01:48:09 -05:00
2026-08-04 02:08:23 -05:00
2026-07-24 01:24:03 -05:00
2026-07-29 02:00:22 -04:00
2026-07-29 02:00:22 -04:00
2026-08-02 00:36:21 -07:00
2026-07-13 01:29:33 -07:00
2026-08-13 10:15:15 +08:00
2026-08-02 03:59:24 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-01 06:57:01 -07:00
2026-08-01 06:57:01 -07:00
2026-07-16 23:13:13 -07:00
2026-07-13 01:29:33 -07:00
2026-08-12 15:55:16 -07:00
2026-08-12 15:55:16 -07:00
2026-08-11 13:34:24 -07:00
2026-08-08 21:09:48 -07:00
2026-08-11 13:34:24 -07:00
2026-08-09 18:48:49 -07:00
2026-07-30 13:24:45 -05:00
2026-08-11 13:34:24 -07:00
2026-07-13 19:54:31 -07:00
2026-08-02 18:06:46 -07:00
2026-08-09 06:00:06 -07:00
2026-08-02 18:06:46 -07:00
2026-08-11 15:10:27 -07:00
2026-08-01 06:57:01 -07:00
2026-08-05 19:06:08 +08:00
2026-08-09 00:39:45 -07:00
2026-08-09 00:39:45 -07:00
2026-07-20 22:43:04 -07:00
2026-07-20 22:43:04 -07:00
2026-07-13 01:29:33 -07:00
2026-08-11 13:34:24 -07:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-04 20:28:16 +08:00
2026-08-09 19:01:49 -06:00
2026-08-10 22:49:40 -07:00
2026-08-08 18:23:15 -07:00
2026-08-09 03:48:59 -07:00
2026-08-09 19:01:49 -06:00
2026-08-09 03:48:59 -07:00
2026-08-09 03:48:59 -07:00
2026-08-09 11:16:59 -07:00
2026-08-09 11:16:59 -07:00
2026-08-08 18:23:15 -07:00
2026-07-11 19:52:19 +08:00
2026-08-08 22:59:25 -07:00
2026-08-12 15:55:16 -07:00
2026-08-10 22:23:24 +05:30
2026-07-27 14:53:34 -06:00
2026-07-27 14:53:34 -06:00
2026-07-31 16:30:22 -07:00
2026-08-01 06:57:01 -07:00
2026-08-01 06:57:01 -07:00
2026-07-27 06:54:14 -04:00
2026-07-27 06:54:14 -04:00
2026-08-11 15:10:27 -07:00
2026-08-02 18:06:46 -07:00
2026-08-10 14:13:18 -07:00
2026-08-12 15:55:16 -07:00
2026-08-02 00:36:21 -07:00
2026-08-04 04:26:22 +08:00
2026-08-04 04:26:22 +08:00
2026-08-12 15:55:16 -07:00
2026-08-12 15:55:16 -07:00
2026-07-25 12:15:05 -07:00
2026-07-24 22:38:09 -07:00
2026-07-12 14:29:52 +01:00
2026-08-12 00:49:29 -07:00
2026-07-13 01:29:33 -07:00
2026-07-13 01:29:33 -07:00
2026-07-28 06:04:25 -04:00
2026-07-28 06:04:25 -04:00
2026-07-30 03:28:45 +08:00
2026-07-12 10:51:38 +01:00
2026-07-13 01:29:33 -07:00
2026-07-13 01:29:33 -07:00
2026-07-29 16:10:34 +08:00
2026-07-19 11:04:48 -07:00
2026-08-11 23:26:23 +02:00
2026-07-29 15:49:44 +08:00
2026-07-13 01:29:33 -07:00
2026-08-02 18:06:46 -07:00
2026-08-01 21:18:47 -07:00
2026-08-01 21:18:47 -07:00
2026-08-01 21:18:47 -07:00
2026-07-29 15:49:44 +08:00
2026-08-12 12:41:27 -07:00
2026-07-13 01:29:33 -07:00
2026-07-30 01:03:34 +08:00
2026-07-30 07:06:17 +08:00
2026-07-13 01:29:33 -07:00
2026-07-30 01:39:08 +08:00
2026-07-13 01:29:33 -07:00
2026-07-19 11:04:48 -07:00
2026-07-19 11:04:48 -07:00
2026-07-30 03:28:45 +08:00
2026-07-30 01:00:52 +08:00
2026-07-13 01:29:33 -07:00
2026-07-29 15:49:44 +08:00
2026-07-30 01:39:08 +08:00
2026-07-30 01:39:08 +08:00
2026-08-11 10:41:50 -07:00
2026-07-18 23:18:28 +01:00
2026-08-10 06:47:43 -07:00
2026-07-24 10:20:32 -07:00
2026-07-18 09:21:50 +01:00
2026-07-13 01:29:33 -07:00
2026-07-13 01:29:33 -07:00
2026-08-12 16:23:33 +08:00
2026-08-09 09:05:30 -07:00
2026-08-12 15:55:16 -07:00
2026-08-12 15:55:16 -07:00
2026-07-13 01:29:33 -07:00
2026-08-03 12:39:48 -07:00
2026-08-03 12:39:48 -07:00
2026-08-04 02:15:00 +08:00
2026-07-19 11:04:48 -07:00
2026-08-07 18:51:45 -07:00
2026-08-07 18:51:45 -07:00
2026-07-13 01:29:33 -07:00
2026-08-07 08:45:26 +08:00
2026-08-11 12:21:29 +10:00
2026-07-29 22:43:34 -07:00
2026-08-12 00:49:29 -07:00
2026-08-10 00:49:25 -07:00
2026-08-11 11:18:24 -07:00
2026-07-14 17:08:18 -07:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-07-31 08:51:09 +08:00
2026-07-30 03:00:17 -07:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-11 10:41:50 -07:00
2026-07-13 01:29:33 -07:00
2026-07-15 03:25:36 +10:00
2026-07-15 03:25:36 +10:00
2026-08-09 08:12:05 -07:00
2026-08-05 01:04:17 +08:00
2026-08-09 08:12:05 -07:00
2026-08-12 00:49:29 -07:00
2026-07-31 08:51:09 +08:00
2026-08-11 12:21:29 +10:00
2026-08-12 09:25:28 -07:00
2026-08-11 12:21:29 +10:00
2026-08-12 00:49:29 -07:00
2026-07-13 01:29:33 -07:00
2026-08-12 00:49:29 -07:00
2026-08-07 18:51:45 -07:00
2026-08-09 06:00:06 -07:00
2026-08-11 06:50:22 -07:00
2026-08-11 06:50:22 -07:00
2026-08-11 06:50:22 -07:00
2026-07-14 20:51:21 -07:00
2026-08-09 06:00:06 -07:00
2026-08-01 11:53:50 -07:00
2026-08-12 00:49:29 -07:00
2026-08-09 20:24:40 +08:00
2026-08-12 00:49:29 -07:00
2026-08-11 03:18:07 -07:00
2026-08-12 00:49:29 -07:00
2026-07-13 01:29:33 -07:00
2026-08-09 20:24:40 +08:00
2026-08-09 20:24:40 +08:00
2026-08-09 06:00:06 -07:00
2026-08-09 20:24:40 +08:00
2026-07-11 04:54:27 -07:00
2026-07-31 08:51:09 +08:00
2026-08-09 20:24:40 +08:00
2026-08-09 20:24:40 +08:00
2026-08-12 00:49:29 -07:00
2026-08-04 20:28:16 +08:00
2026-08-11 00:02:18 -07:00
2026-08-11 13:34:24 -07:00
2026-08-12 00:49:29 -07:00
2026-07-27 19:48:45 -06:00
2026-08-09 20:24:40 +08:00
2026-08-06 16:31:04 -07:00
2026-08-01 06:57:01 -07:00
2026-08-01 06:57:01 -07:00
2026-08-06 16:31:04 -07:00
2026-08-06 16:31:04 -07:00
2026-07-16 00:45:23 -07:00
2026-07-16 00:45:23 -07:00
2026-08-01 21:18:47 -07:00
2026-07-13 01:29:33 -07:00
2026-08-09 12:28:12 -07:00
2026-08-09 12:28:12 -07:00
2026-08-09 12:28:12 -07:00
2026-07-13 01:29:33 -07:00
2026-08-11 06:05:32 -07:00
2026-08-01 21:18:47 -07:00
2026-08-07 18:40:17 -05:00
2026-08-02 00:36:21 -07:00
2026-08-07 18:40:17 -05:00
2026-08-11 13:34:24 -07:00
2026-08-08 10:58:57 -07:00
2026-08-10 22:50:48 -07:00
2026-08-12 00:49:29 -07:00
2026-07-29 15:49:44 +08:00
2026-08-11 23:26:37 -07:00
2026-08-02 00:36:21 -07:00
2026-08-07 18:51:45 -07:00
2026-08-12 00:49:29 -07:00
2026-08-01 21:18:47 -07:00
2026-07-19 11:04:48 -07:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-02 00:36:21 -07:00
2026-08-11 06:50:22 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 06:50:22 -07:00
2026-08-11 06:50:22 -07:00
2026-08-11 06:50:22 -07:00
2026-08-12 12:41:27 -07:00
2026-08-09 06:00:06 -07:00
2026-08-11 06:50:22 -07:00
2026-08-11 10:41:50 -07:00
2026-08-11 06:50:22 -07:00
2026-08-11 06:50:22 -07:00
2026-08-11 06:50:22 -07:00
2026-07-13 07:01:08 -07:00
2026-08-01 16:17:30 -07:00
2026-07-13 15:30:06 -07:00
2026-08-09 08:12:05 -07:00
2026-08-09 08:12:05 -07:00
2026-08-09 08:12:05 -07:00
2026-07-28 14:22:51 -04:00
2026-08-07 01:13:34 -07:00
2026-07-29 03:30:46 -04:00
2026-08-08 17:13:12 -07:00
2026-08-12 00:49:29 -07:00
2026-08-12 09:25:28 -07:00
2026-08-12 00:49:29 -07:00
2026-08-11 10:41:50 -07:00
2026-07-13 01:29:33 -07:00
2026-08-03 16:09:05 -07:00
2026-08-03 09:32:25 -07:00
2026-07-13 01:29:33 -07:00
2026-07-13 01:29:33 -07:00
2026-08-12 00:49:29 -07:00
2026-08-03 18:31:14 +00:00
2026-08-08 10:58:57 -07:00
2026-08-09 06:00:06 -07:00
2026-08-11 08:24:03 -07:00
2026-08-11 10:41:50 -07:00
2026-07-12 18:05:22 +08:00
2026-07-12 18:05:22 +08:00
2026-07-16 23:13:13 -07:00
2026-08-12 17:12:15 +00:00
2026-08-12 17:12:15 +00:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-01 00:26:40 +08:00
2026-07-21 01:09:39 -07:00
2026-07-19 11:04:48 -07:00
2026-08-08 18:23:15 -07:00
2026-08-08 18:23:15 -07:00
2026-07-13 01:29:33 -07:00
2026-08-11 10:41:50 -07:00
2026-08-01 07:46:40 -07:00
2026-08-12 00:49:29 -07:00
2026-07-31 16:30:22 -07:00
2026-07-31 16:30:22 -07:00
2026-08-11 10:41:50 -07:00
2026-08-11 10:41:50 -07:00
2026-08-01 16:17:30 -07:00
2026-08-11 05:06:11 -07:00
2026-08-11 05:06:11 -07:00
2026-07-19 11:04:48 -07:00
2026-08-01 06:57:01 -07:00
2026-08-12 09:25:28 -07:00
2026-08-01 21:18:47 -07:00
2026-08-08 22:59:25 -07:00
2026-07-23 07:06:01 -04:00
2026-08-10 06:42:37 -07:00
2026-07-13 01:29:33 -07:00
2026-08-03 02:25:48 -07:00
2026-08-09 06:00:06 -07:00
2026-07-27 12:09:58 -04:00
2026-08-02 14:57:49 -07:00
2026-07-16 01:59:48 -07:00
2026-07-16 01:59:48 -07:00
2026-08-06 20:50:36 +08:00
2026-08-06 20:50:36 +08:00
2026-07-15 03:25:36 +10:00
2026-07-12 18:16:18 -07:00
2026-07-23 13:40:24 -07:00
2026-07-23 13:40:24 -07:00
2026-07-23 14:58:10 -07:00
2026-08-11 15:10:27 -07:00
2026-08-11 15:10:27 -07:00
2026-08-04 19:41:31 -07:00
2026-08-04 19:41:31 -07:00
2026-08-11 15:10:27 -07:00
2026-08-03 23:17:09 +08:00
2026-08-01 03:53:46 +08:00
2026-08-03 13:29:46 +10:00
2026-08-03 13:29:46 +10:00
2026-07-17 14:44:03 +01:00
2026-08-11 10:22:01 -07:00
2026-08-10 06:42:37 -07:00
2026-08-10 06:42:37 -07:00
2026-07-31 15:10:10 -07:00
2026-08-11 15:10:27 -07:00
2026-07-12 20:24:58 -07:00
2026-08-01 06:57:01 -07:00
2026-08-11 06:05:32 -07:00
2026-08-11 06:05:32 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-08-10 19:30:47 -07:00
2026-07-27 22:33:24 -04:00
2026-08-09 18:48:49 -07:00
2026-08-04 20:28:16 +08:00
2026-07-13 01:29:33 -07:00
2026-07-19 11:04:48 -07:00
2026-07-31 15:10:10 -07:00
2026-08-11 06:50:22 -07:00
2026-07-21 19:53:08 -07:00
2026-07-21 18:55:10 -07:00
2026-08-05 01:04:17 +08:00
2026-08-05 01:04:17 +08:00
2026-07-16 10:06:39 -07:00
2026-07-16 10:06:39 -07:00
2026-08-02 00:36:21 -07:00
2026-08-10 14:13:18 -07:00
2026-07-27 10:00:39 -04:00
2026-07-22 11:07:35 -07:00
2026-08-09 00:39:45 -07:00
2026-08-07 14:20:21 -07:00
2026-08-12 15:55:16 -07:00
2026-08-04 20:28:16 +08:00
2026-08-06 14:48:01 -07:00
2026-08-08 21:09:48 -07:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-02 18:10:26 -07:00
2026-08-02 18:10:26 -07:00
2026-07-16 23:13:13 -07:00
2026-07-16 23:13:13 -07:00
2026-08-06 08:41:20 +08:00
2026-08-02 00:36:21 -07:00
2026-08-11 13:34:24 -07:00
2026-08-04 20:28:16 +08:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-06 14:48:01 -07:00
2026-07-11 17:51:19 -07:00
2026-07-15 21:58:13 -07:00
2026-08-01 21:18:47 -07:00
2026-08-08 10:58:57 -07:00
2026-08-09 06:00:06 -07:00
2026-08-12 16:03:34 +08:00
2026-08-12 16:03:34 +08:00
2026-08-06 15:06:49 +08:00
2026-07-13 01:29:33 -07:00
2026-08-03 04:48:05 +08:00
2026-08-01 21:18:47 -07:00
2026-08-10 03:23:36 -07:00
2026-08-10 03:23:36 -07:00
2026-07-18 21:42:05 +01:00
2026-07-24 22:38:09 -07:00
2026-07-14 13:19:32 -07:00
2026-08-11 13:34:24 -07:00
2026-07-13 01:29:33 -07:00
2026-08-08 21:14:16 -07:00
2026-08-01 00:26:40 +08:00
2026-08-01 00:26:40 +08:00
2026-08-08 21:14:16 -07:00
2026-07-27 21:10:12 -04:00
2026-07-27 21:10:12 -04:00
2026-07-13 01:29:33 -07:00
2026-08-10 07:08:40 -07:00
2026-07-13 08:26:12 -07:00
2026-08-10 07:08:40 -07:00
2026-08-11 09:13:44 -07:00
2026-08-11 09:13:44 -07:00
2026-08-11 09:13:44 -07:00
2026-07-24 14:55:36 -07:00
2026-07-12 10:06:26 +05:30
2026-08-11 13:34:24 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 09:13:44 -07:00
2026-08-11 09:13:44 -07:00
2026-07-19 11:04:48 -07:00
2026-08-11 13:34:24 -07:00
2026-08-02 00:36:21 -07:00
2026-08-01 15:56:02 +08:00
2026-08-01 15:56:02 +08:00
2026-07-25 18:09:37 -07:00
2026-07-25 18:09:37 -07:00
2026-07-29 03:54:40 -04:00
2026-07-11 15:26:48 -07:00
2026-07-16 23:58:41 -07:00
2026-07-16 23:58:41 -07:00
2026-08-08 12:00:49 -07:00
2026-08-08 21:09:48 -07:00
2026-08-10 16:23:06 -07:00
2026-08-08 15:05:19 -07:00
2026-08-08 15:05:19 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 13:34:24 -07:00
2026-07-25 20:51:33 -07:00
2026-08-12 20:05:16 -07:00
2026-08-12 20:05:16 -07:00
2026-07-19 11:04:48 -07:00
2026-07-18 20:00:12 -04:00
2026-08-02 10:59:28 -07:00
2026-08-02 10:59:28 -07:00
2026-07-19 11:04:48 -07:00
2026-07-13 01:29:33 -07:00
2026-08-11 23:34:31 -07:00
2026-08-11 11:18:24 -07:00
2026-08-10 16:23:06 -07:00
2026-08-01 16:17:30 -07:00
2026-08-03 08:34:47 -07:00
2026-08-09 19:05:13 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 13:34:24 -07:00
2026-07-25 20:51:33 -07:00
2026-07-12 08:40:22 +08:00
2026-08-11 11:18:24 -07:00
2026-07-16 03:06:43 +01:00
2026-08-11 11:26:58 -07:00
2026-07-19 11:04:48 -07:00
2026-07-19 11:04:48 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 23:34:31 -07:00
2026-08-08 21:09:48 -07:00
2026-08-09 17:24:39 +03:00
2026-08-09 17:24:39 +03:00
2026-08-09 06:00:06 -07:00
2026-07-13 01:29:33 -07:00
2026-07-23 17:43:10 +08:00
2026-07-23 17:43:10 +08:00
2026-07-27 05:44:16 -04:00
2026-07-27 05:44:16 -04:00
2026-07-30 07:07:33 +08:00
2026-08-12 15:55:16 -07:00
2026-08-10 19:30:47 -07:00
2026-08-01 06:57:01 -07:00
2026-07-30 01:39:08 +08:00
2026-08-01 06:57:01 -07:00
2026-07-14 17:09:53 +05:30
2026-08-04 02:15:00 +08:00
2026-08-01 06:57:01 -07:00
2026-08-10 23:15:20 -05:00
2026-08-12 12:41:27 -07:00
2026-07-12 17:44:27 -07:00
2026-08-01 21:18:47 -07:00
2026-08-10 23:15:20 -05:00
2026-08-01 21:18:47 -07:00
2026-08-10 19:30:47 -07:00
2026-07-13 01:29:33 -07:00
2026-07-21 17:59:20 -07:00
2026-08-01 06:57:01 -07:00
2026-08-08 16:59:29 -07:00
2026-08-11 16:43:10 -07:00
2026-07-13 01:29:33 -07:00
2026-08-01 06:57:01 -07:00
2026-08-11 04:01:34 -07:00
2026-08-11 04:01:34 -07:00
2026-07-30 03:00:17 -07:00
2026-08-01 21:18:47 -07:00
2026-08-08 10:58:57 -07:00
2026-08-08 10:58:57 -07:00
2026-07-14 03:52:44 -07:00
2026-08-09 07:21:35 -07:00
2026-07-15 17:51:13 -07:00
2026-07-16 00:16:20 -07:00
2026-07-13 03:22:00 -07:00
2026-08-11 08:24:03 -07:00
2026-08-11 08:24:03 -07:00
2026-08-11 08:24:03 -07:00
2026-08-02 18:06:46 -07:00
2026-08-10 19:30:47 -07:00
2026-07-14 09:27:02 -07:00
2026-07-31 12:40:48 +08:00
2026-08-12 16:03:34 +08:00
2026-08-12 16:03:34 +08:00
2026-08-06 20:50:18 +08:00
2026-08-06 20:50:18 +08:00
2026-07-27 17:31:34 -04:00
2026-08-11 17:14:53 -07:00
2026-08-11 00:02:18 -07:00
2026-08-09 08:13:39 -07:00
2026-08-02 16:12:04 -07:00
2026-08-01 06:57:01 -07:00
2026-08-01 06:57:01 -07:00
2026-08-11 16:52:59 -07:00
2026-07-13 01:29:33 -07:00
2026-07-16 08:25:55 -07:00
2026-08-07 14:20:21 -07:00
2026-08-07 14:20:21 -07:00
2026-07-13 01:29:33 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 13:34:24 -07:00
2026-07-16 01:45:22 -07:00
2026-07-26 21:05:03 -04:00
2026-07-13 01:29:33 -07:00
2026-07-13 01:29:33 -07:00
2026-08-11 13:34:24 -07:00
2026-07-31 17:52:44 -07:00
2026-08-03 12:23:00 -07:00
2026-07-31 13:56:50 +08:00
2026-08-11 17:14:53 -07:00
2026-08-11 06:50:22 -07:00
2026-08-02 15:27:46 +08:00
2026-08-06 14:48:01 -07:00
2026-08-13 10:15:15 +08:00
2026-07-13 01:29:33 -07:00
2026-08-13 10:15:15 +08:00
2026-08-07 02:55:08 -07:00
2026-07-19 05:30:54 -07:00
2026-07-19 05:30:54 -07:00
2026-07-27 06:54:14 -04:00
2026-08-12 11:37:04 -07:00
2026-08-03 12:25:12 -07:00
2026-08-11 10:41:50 -07:00
2026-07-30 01:39:08 +08:00
2026-07-30 01:39:08 +08:00
2026-07-28 23:55:49 -04:00
2026-08-03 16:09:05 -07:00
2026-07-13 01:29:33 -07:00
2026-08-11 10:41:50 -07:00
2026-07-30 01:39:08 +08:00
2026-07-14 17:09:53 +05:30
2026-07-29 02:00:22 -04:00
2026-08-10 20:31:07 -07:00
2026-07-21 18:55:10 -07:00
2026-07-21 18:55:10 -07:00
2026-08-12 00:49:29 -07:00
2026-07-22 23:25:48 -04:00
2026-07-31 13:32:51 +08:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-12 00:49:29 -07:00
2026-08-11 15:10:27 -07:00
2026-07-21 18:55:10 -07:00
2026-08-11 10:41:50 -07:00
2026-08-12 00:49:29 -07:00
2026-08-10 06:42:37 -07:00
2026-08-12 00:49:29 -07:00
2026-08-11 15:10:27 -07:00
2026-07-16 07:54:21 -07:00
2026-08-08 22:59:25 -07:00
2026-08-11 13:34:24 -07:00
2026-08-11 13:34:24 -07:00
2026-08-12 08:44:39 +08:00
2026-07-21 20:28:43 -07:00
2026-08-11 13:34:24 -07:00
2026-08-12 08:44:39 +08:00
2026-08-08 22:59:25 -07:00
2026-08-06 14:48:01 -07:00
2026-07-27 01:32:04 -04:00
2026-07-16 00:45:23 -07:00
2026-08-01 23:10:46 -07:00
2026-08-11 13:34:24 -07:00
2026-07-20 19:39:41 -07:00
2026-07-20 19:39:41 -07:00
2026-07-13 01:29:33 -07:00
2026-07-13 01:29:33 -07:00
2026-07-13 01:29:33 -07:00
2026-08-09 06:00:06 -07:00
2026-08-10 21:37:48 +05:30
2026-08-09 06:00:06 -07:00
2026-07-13 01:29:33 -07:00
2026-07-17 12:02:33 +01:00
2026-08-10 14:13:18 -07:00
2026-08-10 14:13:18 -07:00
2026-08-10 14:13:18 -07:00
2026-08-12 16:50:09 -07:00
2026-08-12 16:50:09 -07:00