lumi0
lumi0alpha

changelog.md

What's new in lumi0

New features, improvements, fixes, and breaking changes — shipped continuously.

v0.4.0

Notification center & changelog

  • added

    In-app notification center in the console header with unread badges, per-notification read state, and mark-all-read.

  • added

    Notifications API: list, mark read, mark all read, and delete under /api/v1/dashboard/notifications.

  • added

    Public changelog page so you can follow new features, improvements, and fixes.

  • improved

    Organization-scoped notification fan-out for member, API key, billing, and file events.

v0.3.2

Document pipeline polish

  • improved

    Faster document chunking with adaptive chunk sizes based on content structure.

  • fixed

    Chunk previews no longer overflow on narrow screens in the documents view.

v0.3.1

Usage analytics fixes

  • fixed

    Monthly usage counters now roll over at UTC midnight instead of local time.

  • improved

    Retrieval latency percentiles are now cached for faster dashboard loads.

v0.3.0

Organizations & team roles

  • added

    Organizations with owner, admin, and member roles plus member management from the console.

  • added

    Per-organization collections, API keys, and analytics scoping.

  • breaking

    Dashboard endpoints now require the X-Organization-Id header for organization-scoped resources.

v0.2.0

Context compression API

  • added

    POST /compress endpoint that shrinks long context while keeping decisions, constraints, and preferences.

  • added

    Adaptive compression mode with query-aware summarization.

  • improved

    Memory versioning UI with one-click rollback to any previous version.

v0.1.0

Alpha launch

  • added

    Semantic memory storage, retrieval, and batch APIs with hybrid BM25 + vector search.

  • added

    LL2 model catalog, playground, and request logs in the console.

  • added

    TypeScript and Python SDKs with usage-based billing via Stripe.