Daemon Sandbox Entrypoint

Daemon Sandbox Entrypoint Daemon Sandbox Entrypoint

This release improves the core runtime architecture by introducing a dedicated daemon sandbox entrypoint.

By unifying the entry logic within the daemon and runner components, this update streamlines how sandboxed environments are initialized and managed. This architectural shift paves the way for more robust process management and improved stability when spinning up new development workspaces.

In addition to runtime enhancements, this release includes infrastructure maintenance for the API. The build process has been optimized by removing the Node.js installation from the API Dockerfile. This cleanup reduces unnecessary dependencies, resulting in a leaner container image and a more efficient build pipeline for the backend services.