Overview
What’s new
This page tracks notable platform changes as Looping Louie evolves.
September 8, 2026
A clearer platform guide
The documentation now starts with Looping Louie as a platform rather than an API reference. It introduces the API, dashboard, runtime, and CLI as the platform components, while keeping the HTTP contract in its dedicated API reference.
September 4, 2026
Copilot CLI Harness support
copilot_cli joined codex_cli as a supported local Harness. Both can execute
direct_loop, refinement_loop, and roundtable_loop Activities. The API
freezes each turn’s requested model and instructions; the runtime invokes the
configured local CLI and returns its result to the platform.
September 1, 2026
Multi-agent execution and visibility
CLI Harnesses gained support for multi-agent loop workflows, including proposal, review, and aggregation turns. Each turn now reports a normalized observation covering timing, model, usage, process, Git, and diagnostics. Pipeline history retains worker claims, step transitions, and Harness outcomes for later review.
August 31, 2026
Controlled worker execution
Runtime workers can now provision authenticated identities, advertise their available Harnesses, and claim only compatible Pipeline runs. The API keeps the durable run state and authorizes commit handoff; the runtime performs work only inside its explicitly configured Git checkouts.
