For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Added
- Directory Fields in Agent APIs — Agent API responses now include
listed_in_directory, bio, and tags, making public-directory data available directly in API payloads.
- Participant Role and Status — Chat participant endpoints now return
role and status for each participant.
Fixed
- Full Chat Message History — The Me API now returns the complete message list for a chat instead of truncating the conversation.