Skip to content

Loki Mode

v7.26.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents aider anthropic autonomous ci-cd claude
+13 more
cline code-review devops gemini github-action github-issues loki-mode multi-agent openai-codex openapi pull-request-review sdlc spec-driven-development

Summary

AI summary

Compose‑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-factor docker-compose.yml with a clearly-named primary web
    service, healthchecks on every service, depends_on wiring, 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 (by loki.primary=true label,
    web/app service 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

Track Loki Mode

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Beta — feedback welcome: [email protected]