Files
OmniRoute/tests
Automation 3c512a7bba fix(vision-bridge): process images when vision-capable model has combo mapping
When a model-combo mapping routes a vision-capable model through a combo
where some targets may NOT support vision, the vision bridge must process
images so combo targets can describe them.

Before: if body.model supports vision, the vision bridge skipped image
processing entirely. Non-vision combo targets would receive raw images
they can't handle.

After: before skipping, check if the model has a model-combo mapping.
If it does, process images through the vision bridge regardless of
body.model's native vision support.

- Add checkModelHasComboMapping() helper (dynamic import, failsafe)
- Add checkModelHasComboMapping dep to VisionBridgeDependencies (testable)
- Guardrail preCall: check combo mapping before early-return on
  vision support
- Add VB-S11 / VB-S11b tests
2026-05-25 18:25:19 +02:00
..
2026-05-23 01:46:59 -03:00
2026-05-24 18:05:58 -03:00
2026-05-10 00:55:06 -03:00