Kody Video v2026.08.19
This release is about talking to agents. Kody Video has always been a no-account, on-device product — and now the public pages say so in a language crawlers and AI agents can actually read. When an agent comes knocking with Accept: text/markdown, the homepage, About, Privacy, Terms, and Receive pages respond in clean Markdown instead of the SPA shell.
New
- Agent-readable public pages. When a client prefers
text/markdown(q-values honored, HTML-outranked stays on the SPA), the public pages serve a Markdown version so agents get facts instead of JavaScript. A new/auth.mdendpoint explicitly states there is no login — Plus is a one-time Stripe link, entitlement lives in IndexedDB — so agents don't invent an account flow that doesn't exist.robots.txtnow declaressearch=yes, ai-input=yes, ai-train=yeswhile keeping/project/and/api/off-limits, and the homepage gets JSON-LDWebApplicationstructured data plusLinkheaders pointing at the sitemap, About, andauth.md. (#182)
Improved
- Updated the Remix dependency to the latest beta with no app-level changes required — the upgrade is a clean version bump. (#181)