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.
Every version, every change.
Reverse chronological. Search across every version. Filter by category. Designed to scale to thousands of entries.
- Open version
Central package management dashboard, update flow, enable/disable, and verified badges.
- 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.
- Added
- Open version
Configuration Center, permission manager, recommendations engine, and per-package intelligence.
- 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.
- Added
- Open version
Package Runtime introduces the capability registry and Runtime Dashboard.
- 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.
- Added
- Open version
Package Installation Engine — real lifecycle, dependency resolution, and event log.
- 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.
- Added
- Open version
Initial public release of the CreateLixir Software Creation Operating System.
- 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.
- Added
Release Notes vs. Changelog.
Two views of the same evolution. Use whichever fits how you read.
Release Notes
EditorialHigh-level product announcements — what shipped, why it matters, and the story behind it. Written for every user of the platform.
Changelog
EngineeringTerse, categorised entries — added, improved, fixed, deprecated, removed, breaking. Written for developers and teams who need to know exactly what changed.
Where else to look.
The Changelog is one view. These are the surfaces around it.
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.
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.