CreateLixir
Back to Changelog
v1.4.0July 14, 2026Release notes

v1.4.0

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

Added

Added

8 entries
  • ConfigurationCenter shared shell with 8 tabs: Overview, Configuration, Permissions, Dependencies, Health, Context, Activity, Version.
  • SettingsFieldSchema type supporting text, textarea, boolean, number, select, and url field kinds with secret masking.
  • getPackageConfiguration / savePackageSettings / grantPermission / revokePermission service in lib/workspace/marketplace/configuration.ts.
  • Rule-based recommendations engine (soft-dependency, capability-hint, flagship-nudge rules) in lib/workspace/marketplace/recommendations.ts.
  • RecommendationsStrip component on the Installed page with per-user dismissal that persists across sessions.
  • New Prisma models: MarketplacePackageSetting (per-installation key/value) and MarketplacePackageRecommendation.
  • New MarketplaceInstallationEvent kinds: configuration_updated, permission_granted, permission_revoked.
  • AI readiness computation surfaced on the Overview tab — categorised by contextSources, brainSections, commands, integrationSlots.
Improved

Improved

2 entries
  • Extended PackageContributions.settings with a `fields` schema so packages render inline settings without needing a bespoke route.
  • Dependency view now includes both `requires` and `requiredBy` edges computed from live installations.
Infrastructure

Infrastructure

1 entry
  • Server actions surface as ActionResult<T> for consistent client error handling.