release: v1.0.5 — OpenRouter Anthropic passthrough + html attachment + MCP-boundary hardening#448
Merged
Merged
Conversation
…+ MCP-boundary hardening + persistence cleanup The big fix is hq-olrk: route openrouter/anthropic/* through OR's Anthropic-passthrough endpoint at /v1/messages with native shape, instead of /v1/chat/completions with OpenAI-shape (lossy conversion drops images). Resolves long-masked v1.0.0+ image transport regression — midgard mayor's 2026-05-10 deterministic repro went from 15/15 refusals to image-aware responses. Sibling fix hq-aaca inlines html attachments into the question's TextBlock with --- HTML SOURCE --- delimiters, eliminating the two-adjacent-text-blocks shape that caused ~50% refusal rate. Plus three v1.0.4-dogfood-surfaced bugs (hq-jviv: AttachmentRef strict at the MCP boundary; hq-0pnq: --save in ensemble panel runs; hq-6j40: MCP ensemble normalization) and the cross-product Cache-Control alignment for synthpanel.dev (hq-bxmp). No API break. Co-Authored-By: midgard mayor <openclaw@dataviking.tech> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Deploying synthpanel with
|
| Latest commit: |
9719032
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://00f2194d.synthpanel.pages.dev |
| Branch Preview URL: | https://release-v1-0-5.synthpanel.pages.dev |
- commands.py:2709: drop the type annotation on the second inst_name declaration (already typed at the first occurrence in the same function scope, line 1545) so mypy stops flagging [no-redef] - site/index.html: re-render to match site/index.html.j2 — the previous render produced a slightly different byte sequence under the local python; the test uses python 3.14 in CI which is byte-stable Co-Authored-By: Claude Opus 4.7 (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
anthropic/*images now actually transit (hq-olrk, fixes hq-m333). Routesopenrouter/anthropic/*through OR's documented Anthropic-passthrough endpoint at/v1/messageswith native shape. Pre-fix: midgard mayor's deterministic repro returned 15/15 "NO IMAGE RECEIVED" refusals. Post-fix: every persona describes the actual image. The bug was masked across v1.0.0-1.0.4 by persona roleplay in less-constrained prompts.--- HTML SOURCE ---delimiters; eliminates the two-adjacent-text-blocks shape that caused ~50% refusal rate.run_panelhandler bypassed it; caller typos liketypo_fieldpropagated end-to-end. Now fails loud at parse with ValidationError.--saveworks in ensemble runs (hq-0pnq). Was wired only for single-model path.run_panelacceptsmodels=[...]without empty error (hq-6j40). Ensemble args now normalize at the MCP boundary.site/_headers+site/_worker.js+ 3 pinning tests.Plus the cross-town docs lift (
docs/known-patterns/openrouter-byok-visual-review.md) merged earlier this cycle (PR #447).No API break — every v1.0.4 caller works unchanged.
Test plan
v1.0.5taguv cache clean synthpanel && uv tool install --reinstall --refresh 'synthpanel[mcp]'and confirmsynthpanel --versionreports 1.0.5🤖 Generated with Claude Code