This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryCompose‑first fullstack support generates a docker-compose.yml for multi‑service apps, routing Live App Preview to the primary web service and tracking its health.
Full changelog
Added
- Compose-first fullstack support. When a spec requires more than one service
(web + database + cache, etc.) the agent is now instructed via RUN_CONTRACT
to generate a 12-factordocker-compose.ymlwith a clearly-named primary web
service, healthchecks on every service,depends_onwiring, env-var config,
and a.env.example. Single-service apps continue to use a plain run command
with no forced Docker involvement. - Web-service URL routing in the Live App Preview. The app runner now identifies
the primary web service of a compose stack (byloki.primary=truelabel,
web/appservice name, or common web ports) and surfaces that service's URL
in the Live App iframe. Previously the runner could accidentally surface a
database port as the app URL. - Service-aware health tracking. The Live App status now reflects the web
service's Docker healthcheck (healthy/unhealthy) rather than whether any
container in the stack is running. A dead or non-serving web service shows as
crashed even when the database remains up. The watchdog monitors compose stacks
by web-service health instead of a PID check (which was incorrect for
detached compose stacks).
Notes
- All execution is local-first: the stack runs on the user's own machine via
Docker Compose with no hosted service and no vendor lock-in. - Single-service specs are unaffected. The compose path activates only when the
spec analysis concludes that multiple services are needed.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Loki Mode
Multi-agent autonomous SDLC framework. Spec to deployed app. PRD, GitHub issue, OpenAPI/JSON/YAML, or one-line brief. 5 AI providers, 11 quality gates.
Related context
Related tools
Beta — feedback welcome: [email protected]