CreateLixir
Changelog

The engineering record of what changed.

Every notable change to the CreateLixir platform, in atomic, developer-standard entries. Added, improved, fixed, deprecated, removed, or breaking — categorised, searchable, and traceable to a specific version.

Timeline

Every version, every change.

Reverse chronological. Search across every version. Filter by category. Designed to scale to thousands of entries.

  1. v1.5.0Jul 18, 2026Release notes

    Central package management dashboard, update flow, enable/disable, and verified badges.

    Open version
    • Added

      PackageManagerDashboard component with search, filter chips (All, Installed, Updates, Disabled, Healthy, Needs attention), and publisher + type facet selects.

    • Added

      PackageUpdateDialog with review, phased progress, and post-update capability re-registration.

    • Added

      VerifiedBadge component rendering official/enterprise/organization/community verification chips from platform metadata.

    • Added

      ChangelogTimeline component used by detail, configuration, and update surfaces.

    • Added

      disablePackage / enablePackage / updatePackage / checkForUpdates / listInstalledWithFilters services in lib/workspace/marketplace/manager.ts.

    • Added

      Server actions: disablePackageAction, enablePackageAction, updatePackageAction, checkForUpdatesAction, listInstalledWithFiltersAction.

    • Added

      Toast notifications for install / update / enable / disable / uninstall lifecycle transitions.

    • Added

      New MarketplaceInstallationEvent kinds: enabled, disabled, update_started, updated.

    • Improved

      InstalledWorkspace row now surfaces a per-row action menu (Open, Configure, Update, Disable/Enable, Uninstall) with a kebab affordance.

    • Improved

      Installed page header now surfaces installed count + updates available count.

    • Infrastructure

      Disable operation deregisters runtime capabilities so no workspace surface reads from a disabled package.

    • Infrastructure

      Update operation calls ensurePackageInDb + re-registers runtime capabilities so contribution changes propagate immediately.

  2. v1.4.0Jul 14, 2026Release notes

    Configuration Center, permission manager, recommendations engine, and per-package intelligence.

    Open version
    • Added

      ConfigurationCenter shared shell with 8 tabs: Overview, Configuration, Permissions, Dependencies, Health, Context, Activity, Version.

    • Added

      SettingsFieldSchema type supporting text, textarea, boolean, number, select, and url field kinds with secret masking.

    • Added

      getPackageConfiguration / savePackageSettings / grantPermission / revokePermission service in lib/workspace/marketplace/configuration.ts.

    • Added

      Rule-based recommendations engine (soft-dependency, capability-hint, flagship-nudge rules) in lib/workspace/marketplace/recommendations.ts.

  3. v1.3.0Jul 8, 2026Release notes

    Package Runtime introduces the capability registry and Runtime Dashboard.

    Open version
    • Added

      MarketplaceRuntimeCapability model — every installed package registers navigation, settings, commands, context sources, brain sections, and integration slots into one table.

    • Added

      MarketplaceRuntimeHealth model tracking active | disabled | paused | config_required | permission_missing | update_required | failed status per installation.

    • Added

      runtime.ts service exposing getRegisteredCapabilities / getRegisteredNavigation / getRegisteredSettings / getRegisteredCommands / getRegisteredContext / getRegisteredBrainContributions / getRegisteredIntegrationSlots / getRuntimeState / getRuntimeRoster / setRuntimeHealth.

    • Added

      RuntimeDashboard component rendered on the Package Detail page — status, capabilities grouped by kind, connected modules, recent runtime events.

  4. v1.2.0Jul 2, 2026Release notes

    Package Installation Engine — real lifecycle, dependency resolution, and event log.

    Open version
    • Added

      lib/workspace/marketplace/engine.ts with installPackage / uninstallPackage / listInstallations / listRecentActivity / listInstallationEvents / isPackageInstalled / getInstalledStatusMap.

    • Added

      Full lifecycle enforcement: validate → check compatibility → resolve dependencies → preflight → persist → configure → activate → ready.

    • Added

      Auto-install of required dependencies with typed InstallFailureCode short-circuit on failure.

    • Added

      PackageUninstallDialog with dependent-package warning and force-remove option.

  5. v1.0.0Jun 1, 2026Release notes

    Initial public release of the CreateLixir Software Creation Operating System.

    Open version
    • Added

      Prompt Workspace — the central conversation surface.

    • Added

      Project Brain — persistent, structured project memory shared across every surface.

    • Added

      AI Architect — turns product ideas into structured engineering plans.

    • Added

      AI Engineering Team — ten specialised AI engineers coordinating on the same project.

FAQ

Answers to changelog questions.

  • The Changelog is the official technical record of every meaningful change to the CreateLixir platform — new capabilities, improvements, fixes, deprecations, and breaking changes — in reverse chronological order.

Keep an eye on it

Every change, on the record.
Bookmark this page.

The Changelog is the technical record you can point to when something shifted. Pair it with Release Notes for the story.