v2.6.2

OpenMOSS/MOSS-TTS-Nanov2.6.2Aug 28, 2026by github-actions[bot]

AI Summary

Adds OpenAPI and Swagger UI documentation to the running server, exposing the complete HTTP API contract at `/openapi.json` and providing an interactive interface at `/docs`.

Key Highlights

  • OpenAPI and Swagger UI documentation added
  • Exposes API contract at `/openapi.json`
  • Interactive Swagger UI at `/docs`
  • Includes OpenAI, native, Ollama, Anthropic, diagnostics, and WebSocket routes

New Features

  • OpenAPI and Swagger UI documentation

Full Release Notes

## [2.6.2] — 2026-08-28 — OpenAPI and Swagger Documentation

### Added

- **OpenAPI and Swagger UI documentation.** Running servers now expose the complete HTTP API contract at `GET /openapi.json` and an interactive Swagger UI at `GET /docs`, including OpenAI-compatible, native, Ollama-compatible, Anthropic-compatible, diagnostics, and WebSocket routes. See [docs/OPENAPI.md](https://github.com/Michael-A-Kuykendall/shimmy/blob/main/docs/OPENAPI.md). Closes [#153](https://github.com/Michael-A-Kuykendall/shimmy/issues/153).