Improved

Bug Fixes & Improvements

New Features & Improvements

Docs

  • API Explorer now offers OAuth scopes that an endpoint requires but the security scheme never declared.

AI

  • The AI Writer and the in-app AI editor now follow your style guide and lint rules, so generated content matches the rules your audit already enforces.

Translations

  • Re-uploading a spec now refreshes its translated reference text without a full re-initialization.

Editor

  • Merging a branch that conflicts with an API definition now lists the affected endpoints.

Bugs Eaten (by Owlbert) 🐛

API Reference

  • Fixed several API Explorer issues: long base URLs truncated in the server URL dropdown, long breadcrumbs overlapping the request panel, variable server protocols being rewritten, and clicking "Inspect request" on a pending request deleting it.
  • Fixed request data not updating when switching between nested polymorphic (oneOf/anyOf) options.
  • Fixed a crash when entering non-Latin1 characters in Basic Auth fields.
  • Schemas that set their own description alongside an allOf $ref now keep it.

Editor

  • Fixed deleting a nested list item applying to the following item instead.
  • Fixed tables overflowing the accordion they sit in.
  • Fixed a crash when opening a Recipe saved without a selection, and editors can now reach Recipes on projects with navigation disabled. Duplicate page errors also name the page that conflicts.
  • Fixed the MDX editor dropping component attributes it couldn't render visually, and blanking a page when a component body held a lone variable.

Docs

  • Fixed llms.txt links for custom pages, a bogus version segment on enterprise group roots, and custom pages missing from llms.txt on legacy projects.
  • Search now indexes text inside custom components, so content in a component is findable.
  • Fixed relative links losing their project or version, and branch-scoped links resolving to the wrong place after a merge.
  • Fixed comment drafts being lost in Discussions, and blank comment bodies being accepted on submit.
  • Fixed Ask AI referencing legacy API docs instead of current ones.
  • Ask AI tool statuses now show a translated fallback when a status has no mapping for the reader's language, and reader-facing labels are localized.

Admin

  • Fixed AI discovery settings not inheriting from the group on private child projects.
  • Fixed the projects dropdown closing while scoping an AI translation, the language picker listing languages that aren't live yet, and prose inside custom component attributes going untranslated.

CLI

  • OpenAPI uploads from a URL now handle YAML, external $refs, and very large definitions reliably.
  • rdme supports a configurable upload timeout and no longer fails a still-processing upload that the API accepted.