feat: add vision model preprocessor with persistent media cache - #2056
Open
StepanchukYI wants to merge 2 commits into
Open
feat: add vision model preprocessor with persistent media cache#2056StepanchukYI wants to merge 2 commits into
StepanchukYI wants to merge 2 commits into
Conversation
When a text-only model is configured, use a vision-capable model as a fallback preprocessor to transcribe images. Transcriptions are cached persistently in MediaCache to avoid redundant API calls. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
StepanchukYI
force-pushed
the
pr/vision-media-cache
branch
from
March 21, 2026 13:54
2927389 to
64be7e7
Compare
Sync with upstream v0.1.5, resolve conflicts keeping both upstream and vision-media-cache features. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MediaCache— a persistent SHA-256 keyed JSON cache that avoids re-transcribing the same imagesvision_modelin agent defaults (e.g.vision_model: "openai/gpt-4o")How it works
Test plan
🤖 Generated with Claude Code