Appearance
v0.4.1 Overview
v0.4.1 adds LLM-friendly documentation entrypoints for Agent UI. The release publishes concise and full-context markdown files at the repository root and the documentation site root so AI clients can discover the standard without crawling the whole site.
Highlights
- Adds
llms.txtas the concise LLM navigation index. - Adds
llms-full.txtas a concatenated English core documentation file with source URLs. - Adds compatible
llm.txtandllm-full.txtaliases. - Publishes the same files through
docs/public/so GitHub Pages serves them from the site root. - Includes the LLM entrypoint files in the package manifest.
Compatibility
v0.4.1 does not change Agent UI protocol semantics. It only improves machine-readable discovery and packaging for documentation consumers.