Diego Rodrigues de Sa e Souza
a7ddcf16ba
feat(bridge): native-vision skip guard + configurable describe output cap ( #10289 )
...
* test(bridge): explicit native-vision skip guard + skip log
* feat(bridge): configurable describe output cap (modalityBridgeVisionMaxChars)
* feat(dashboard): maxChars field on Modality Bridge vision tab
Add the "Max description characters" field to the Vision tab's Advanced
panel (modalityBridgeVisionMaxChars, clamped to the 100-50000 schema
range with 0 treated as the explicit "unlimited" sentinel), wire the
en.json copy and sync it across all 42 locales, and document the new
setting in GUARDRAILS.md.
* fix(bridge): allow explicit 0 to disable the describe cap
updateSettingsSchema previously rejected modalityBridgeVisionMaxChars: 0
because the field's range was min(100).max(50000), so a dashboard PATCH
sending the explicit "unlimited" sentinel would 400. Widen the schema to
z.union([z.literal(0), z.number().int().min(100).max(50000)]) so 0
validates as its own valid value, not just an implicit default.
* chore(i18n): resync locale keys after release merge
* chore(quality): rebaseline deadExports for the OCR/image-to-text series
---------
Co-authored-by: Xiangzhe <bakryun0718@proton.me >
2026-08-14 13:06:29 -03:00
..
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-23 03:08:29 -03:00
2026-07-13 09:12:40 -03:00
2026-06-27 09:07:12 -03:00
2026-08-14 00:57:33 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 03:04:00 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-29 15:18:55 -03:00
2026-06-22 03:17:02 -03:00
2026-07-04 13:00:30 -03:00
2026-07-29 15:18:55 -03:00
2026-06-01 14:30:17 -03:00
2026-07-29 15:18:55 -03:00
2026-07-04 13:00:30 -03:00
2026-06-21 08:56:51 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-06-20 14:55:24 -03:00
2026-06-01 14:30:17 -03:00
2026-07-29 15:18:55 -03:00
2026-08-07 20:52:03 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-06-22 03:17:02 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 08:38:55 -03:00
2026-07-02 10:47:13 -03:00
2026-06-17 02:43:21 -03:00
2026-06-17 19:26:32 -03:00
2026-06-14 10:45:22 -03:00
2026-06-14 10:45:22 -03:00
2026-07-02 10:47:13 -03:00
2026-07-29 15:18:55 -03:00
2026-06-27 09:07:12 -03:00
2026-06-26 02:51:06 -03:00
2026-06-01 14:30:17 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-01 14:30:17 -03:00
2026-07-29 15:18:55 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-06-23 17:06:18 -03:00
2026-07-02 10:47:13 -03:00
2026-06-29 08:40:06 -03:00
2026-07-29 15:18:55 -03:00
2026-06-14 10:45:22 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-23 17:06:18 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-08-12 16:09:34 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-08-14 00:57:33 -03:00
2026-08-09 09:55:02 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-15 03:32:11 -03:00
2026-06-01 14:30:17 -03:00
2026-06-15 03:32:11 -03:00
2026-08-09 10:07:30 -03:00
2026-06-14 10:45:22 -03:00
2026-07-29 15:18:55 -03:00
2026-06-27 09:07:12 -03:00
2026-06-14 10:45:22 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-07 18:08:08 -03:00
2026-08-10 18:16:34 -03:00
2026-07-29 15:18:55 -03:00
2026-06-27 09:07:12 -03:00
2026-08-12 16:09:34 -03:00
2026-06-07 07:20:02 -03:00
2026-06-05 13:12:52 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-06-23 17:06:18 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-08-12 16:09:34 -03:00
2026-07-04 13:00:30 -03:00
2026-06-28 06:58:29 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-13 04:49:28 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-08-12 16:09:34 -03:00
2026-07-04 13:00:30 -03:00
2026-07-13 09:12:40 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 03:04:00 -03:00
2026-08-10 18:16:08 -03:00
2026-06-01 14:30:17 -03:00
2026-07-02 10:47:13 -03:00
2026-06-01 14:30:17 -03:00
2026-08-10 20:10:07 -03:00
2026-08-10 00:16:06 -03:00
2026-08-10 20:10:07 -03:00
2026-08-14 13:06:29 -03:00
2026-06-27 09:07:12 -03:00
2026-08-09 09:55:16 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 04:29:43 -03:00
2026-08-06 05:58:58 -03:00
2026-06-22 03:17:02 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 04:29:43 -03:00
2026-06-05 13:12:52 -03:00
2026-06-19 06:49:01 -03:00
2026-06-22 03:17:02 -03:00
2026-07-29 15:18:55 -03:00
2026-06-20 14:55:24 -03:00
2026-07-13 09:12:40 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-23 03:08:29 -03:00
2026-07-13 09:12:40 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-13 09:12:40 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-29 15:18:55 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-27 09:07:12 -03:00
2026-06-01 14:30:17 -03:00
2026-06-27 09:07:12 -03:00
2026-08-07 20:52:35 -03:00
2026-06-22 03:17:02 -03:00
2026-08-12 16:09:34 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-17 19:26:32 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-12 16:09:34 -03:00
2026-08-09 09:54:12 -03:00
2026-06-01 14:30:17 -03:00
2026-06-29 08:40:06 -03:00
2026-07-04 13:00:30 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-01 14:30:17 -03:00
2026-07-13 09:12:40 -03:00
2026-08-12 16:09:34 -03:00
2026-08-12 16:09:34 -03:00
2026-06-01 14:30:17 -03:00
2026-08-09 15:16:55 -03:00
2026-06-29 08:40:06 -03:00
2026-06-17 19:26:32 -03:00
2026-07-29 15:18:55 -03:00
2026-06-12 23:49:22 -03:00
2026-07-29 15:18:55 -03:00
2026-06-29 08:40:06 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 03:04:00 -03:00
2026-08-12 16:09:34 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 03:04:00 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-08-04 10:06:37 -03:00
2026-06-28 06:58:29 -03:00
2026-07-17 03:04:00 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-25 13:17:40 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-08-12 16:09:34 -03:00
2026-08-14 00:57:33 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 03:04:00 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 04:30:10 -03:00
2026-06-14 10:45:22 -03:00
2026-07-13 09:12:40 -03:00
2026-08-09 16:20:54 -03:00