You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-mount default per-project plugins and add publish API
Introduce a default capability slate (queue, job, cache, settings, email, storage) that the CLI auto-injects for non-minimal presets and that hosted per-project kernels mount via a new mountDefaultProjectPlugins helper. Wire the helper into ArtifactKernelFactory and DefaultProjectKernelFactory (with an ops override hook basePluginsExtra), add local-storage fallback + prod warning behavior, and export types from service-cloud. Add cloud package publish endpoints (POST /cloud/packages and POST /cloud/packages/:id/versions) to register packages and publish versions (including optional auto-install), plus snapshot/checksum helpers. Update docs and examples to document the always-on slate and storage behavior, add unit tests for the CLI ALWAYS_ON_CAPABILITIES and the default-project plugin mounting, and bump service-cloud package deps / pnpm lockfile accordingly.
0 commit comments