Skip to content

Kody v2026-07-09

Choose a tag to compare

@kody-bot kody-bot released this 19 Jul 16:08
77ebd0d

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 discoveryintegration_discover prefers cached surface lookup and falls back to live discovery, avoiding long timeouts. (#697)