Skip to content

chore: release v0.7.105 - #3152

Merged
vanceingalls merged 1 commit into
mainfrom
release/v0.7.105
Aug 10, 2026
Merged

chore: release v0.7.105#3152
vanceingalls merged 1 commit into
mainfrom
release/v0.7.105

Conversation

@vanceingalls

Copy link
Copy Markdown
Collaborator

Release v0.7.105.

User-facing change

Catalog search now understands meaning, not just keywords, and runs entirely on your machine (#3089). Finding the right block no longer depends on guessing its name.

Also: downloads follow every redirect a host may answer with (#3148), so fetches that previously died on a redirect chain now complete.

Observability correction (no behaviour change)

#3151 fixes two telemetry defects found while auditing the fast-capture dashboard. Neither changes how anything renders — only what renders report about themselves — but both were corrupting the data the drawElement roadmap is being planned from:

  • captureMode reported beginframe on hosts that cannot run it. BeginFrame is Linux-only, enforced in both real entry points, but the observability field derived the mode from forceScreenshot alone. That mislabelled 30,625 Windows renders over 14 days — about a fifth of the dashboard's capture-mode data — as BeginFrame when they were really screenshot.
  • Renders that never became drawElement candidates carried no reason at all. Every resolveDefaultDrawElement branch returned a bare false, and the orchestrator's clamp only fires while useDrawElement is still true, so a config-time refusal could never acquire a reason by construction. 56,507 renders over 14 days sat in the "Why not drawElement" chart's unnamed bucket. They now report unsupported_platform, software_gpu, worker_encode_off or disabled.

Worth knowing for anyone reading the fast-capture dashboard: the capture-mode field is now correct on non-Linux, but on Linux it remains an upper bound — the platform test is the only condition modelled, while real BeginFrame also needs a headless-shell binary, no supersampling, no transparent drawElement route and --enable-begin-frame-control. Deriving the field from the session's own launchCaptureMode is the tracked follow-up.

Also in this release

Full changelog: v0.7.104...v0.7.105

@mintlify

mintlify Bot commented Aug 10, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
hyperframes 🟡 Building Aug 10, 2026, 3:07 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@vanceingalls
vanceingalls merged commit bd1c1af into main Aug 10, 2026
37 of 38 checks passed
@vanceingalls
vanceingalls deleted the release/v0.7.105 branch August 10, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant