Fix BYOK vision provider mismatch and update default models#142
Merged
Conversation
* Fix BYOK vision provider mismatch and update default models - Fix: annotation provider (anthropic) was passed to vision agent in BYOK mode, causing provider mismatch crash on annotate-image - Fix: vision_provider not passed through LocalExecutionBackend - Update vision/eval defaults to qwen/qwen3.5-122b-a10b with alibaba - Keep annotation model as claude-haiku-4.5 with anthropic provider - Add 504 gateway timeout handler to CLI client - Update docker-compose, .env.example, deploy docs, frontend display - Bump version to 0.7.9.dev0 Closes #140 * Address PR review findings - Add vision_provider field to ImageAnnotationRequest for full decoupling - Wire vision_provider_override through all 4 API code paths - Add X-OpenRouter-Vision-Provider to CORS allowed headers - Fix stale docstring: GPT-OSS-120B -> Qwen3.5-122B in create_openrouter_workflow - Fix stale eval_provider description: None -> alibaba in config - Update provider examples: Cerebras/deepinfra -> anthropic/alibaba - Align .env.example annotation model with code defaults (claude-haiku-4.5) - Make vision provider comments durable (architectural intent, not config) * Address silent-failure-hunter findings - Add logging.exception() to BYOK agent init error paths - Include server-provided detail in 503 handler instead of discarding
This reverts commit 11a7579.
Deploying hedit with
|
| Latest commit: |
5783634
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2addff40.hedit.pages.dev |
| Branch Preview URL: | https://develop.hedit.pages.dev |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
# Conflicts: # pyproject.toml # src/version.py
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
annotate-imagecrash: annotation provider (anthropic) was leaking to vision agent in BYOK mode, causing provider mismatchqwen/qwen3.5-122b-a10bwithalibabaprovider (faster, cheaper)vision_providerfield to API for full provider decouplingvision_providernot passed through in standalone modeTest plan
Closes #140