v0.9.2 — June 29, 2026
Release notes for Meko v0.9.2.
This page covers the Meko portal, API, and platform. For Installer, MCP server, and agent skills updates, see the Installer release notes.
New features
Portal
- Subscription tiering and usage limits — Free accounts now have caps on datapacks, knowledge-base storage, MCP conversations, retrieval requests, and WorkbenchLM token usage. See Meko pricing for plan details.
- Free-tier gating in the UI — When a limit is reached, the portal shows an upgrade banner and disables the relevant action (Add Datapack, knowledge upload, WorkbenchLM chat).
API
GET /auth/me/usage— Returns per-account usage counters (datapack count, KB storage bytes, conversation count, WorkbenchLM token burn) for the signed-in user.- HTTP 402 on Free tier overage —
POST /api/v1/datapacksand knowledge-base uploads returnFREE_TIER_DATAPACK_LIMITorFREE_TIER_KB_STORAGE_LIMITwhen a Free account exceeds its cap.