kshitijk4poor
c9269fbfb6
fix(web_extract): bound stored full-text size + give concrete read_file offset
...
Two robustness gaps from the #54843 truncate-store path:
- _store_full_text wrote the full clean page to cache/web with no upper
bound (path.write_text(content)); a multi-MB page → unbounded per-extract
disk write. Cap at MAX_STORED_TEXT_CHARS (2MB, the pre-truncate-store
refusal ceiling) with a marker when capped.
- The truncation footer told the model 'read_file ... offset=<line>' — a
literal placeholder it had to guess. Compute the real starting line of the
omitted middle (head line count + 1) so the first read_file lands in the gap.
2026-06-30 00:19:49 -07:00
..
2026-06-26 19:15:18 -07:00
2026-06-30 00:19:49 -07:00
2026-06-23 10:32:27 -07:00
2026-06-28 04:16:25 -07:00
2026-06-22 09:57:16 -07:00
2026-06-27 22:52:29 -07:00
2026-06-29 21:33:00 +10:00
2026-06-29 15:51:57 -07:00
2026-06-29 21:12:57 -07:00
2026-06-30 00:59:29 -05:00
2026-06-25 16:29:09 -07:00
2026-06-22 19:16:47 -05:00
2026-06-29 10:00:49 -07:00
2026-06-24 18:53:49 +05:30
2026-06-29 21:11:58 -07:00
2026-06-16 13:09:40 -07:00
2026-06-29 04:25:45 -07:00
2026-06-27 15:59:00 -07:00
2026-06-22 12:14:30 -07:00
2026-06-30 00:19:49 -07:00
2026-06-28 04:34:55 -07:00
2026-06-19 07:46:33 -07:00
2026-06-15 11:55:02 -04:00
2026-06-13 14:50:05 -07:00
2026-06-24 04:16:54 +05:30
2026-06-19 18:06:38 -04:00
2026-06-21 12:09:16 -07:00
2026-06-17 18:48:35 -05:00
2026-06-14 00:27:59 -04:00
2026-06-10 17:37:34 -07:00
2026-06-28 15:38:39 -07:00
2026-06-27 15:59:00 -07:00
2026-06-28 13:49:08 -07:00
2026-06-28 22:35:56 -07:00
2026-06-29 04:25:23 -07:00
2026-06-25 23:49:11 -07:00
2026-06-18 22:11:35 +05:30
2026-06-23 21:33:08 -07:00
2026-06-18 16:26:34 +07:00
2026-06-28 03:58:01 -07:00
2026-06-18 14:14:41 +10:00
2026-06-26 20:10:20 +05:30
2026-06-25 23:49:11 -07:00
2026-06-24 23:51:31 +05:30
2026-06-09 23:22:10 -07:00
2026-06-25 13:52:06 -07:00
2026-06-28 22:52:59 -07:00
2026-06-09 03:17:12 -07:00
2026-06-18 09:16:40 -07:00
2026-06-29 00:25:36 -07:00
2026-06-25 00:17:17 -07:00
2026-06-27 22:43:26 -07:00
2026-06-26 19:15:18 -07:00
2026-06-24 04:16:54 +05:30
2026-06-25 21:18:41 -07:00
2026-06-14 03:20:21 -07:00
2026-06-28 02:35:01 -07:00
2026-06-25 12:29:49 -05:00
2026-06-29 20:31:17 -07:00
2026-06-28 04:14:12 -07:00
2026-06-18 05:41:23 -07:00
2026-06-23 23:43:24 -07:00
2026-06-30 01:35:55 -05:00
2026-06-25 23:27:44 +05:30
2026-06-12 02:06:47 -07:00