You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Homepage value prop — The signed-in home page explains Search → Execute → Build with clearer capabilities and an onboarding CTA. (#693)
OpenAPI integration utilities — Summarize specs, scaffold thin clients, and save curated provider bindings from untrusted OpenAPI documents. (#692)
Package-scoped secrets — Secrets hard-migrate from app scope to package scope, with package approval required across mounts and secret-aware calls. (#694)
Social login brand buttons — Login and signup server-render provider buttons with brand icons so they no longer pop in after hydration. (#684)
Public OG images — Every public page ships a Satori-generated Open Graph image styled to light-mode design tokens. (#691)
Approve all hosts — After OAuth connect, approve every pending host link for saved token secrets in one click. (#695)
Package invocation token metadata — List and get read-only token metadata (scopes, timestamps, revocation) via new package capabilities. (#687)
Fixes
Faster integration discovery — integration_discover prefers cached surface lookup and falls back to live discovery, avoiding long timeouts. (#697)