Release Note

Autonomous Loop Engineering: OMNI v0.6.0

We are thrilled to announce the release of OMNI v0.6.0! This milestone release marks a massive step forward in autonomous agent orchestration and production stability, bringing multi-agent loops and zero-allocation performance to your terminal.

Autonomous Loop Engineering

OMNI now provides native support for iterative, autonomous agent loops using OMNI_LOOP_BUDGET and OMNI_LOOP_GOAL environment variables. This enables predictive goal-driven constraints that automatically scale distillation based on your task—letting you orchestrate long-running agents with complete confidence.

Maker-Checker Verification Pattern

Scale your tasks cleanly by separating execution from validation. We have introduced the omni_verify MCP tool to securely facilitate the Maker-Checker verification pattern across distinct agent sessions, drastically improving multi-agent task reliability.

Zero-Allocation ANSI & Production Hardening

Performance and stability remain at the core of OMNI:

  • Zero-Allocation ANSI Stripping: We redesigned strip_ansi to use Cow<'_, str>, eliminating heap allocations entirely when processing clean terminal outputs.
  • Critical UTF-8 Panic Resolution: Completely resolved SIGABRT crashes caused by multibyte characters (emojis, box-drawing, CJK) in terminal output with new char-boundary safe slicing utilities.
  • Stream-Aware Output Limits: The new TruncatingWriter pipeline intelligently tracks payload bytes on the fly, eliminating OOM vulnerabilities on massive terminal bursts.
  • Release Stability: Removed panic = "abort" from the release profile to allow catch_unwind guards to gracefully handle unexpected panics in production builds.

Consolidated Documentation & Testing

We have unified scattered templates into a cohesive docs/LOOP_ENGINEERING.md master guide, detailing the new multi-agent orchestration capabilities. Furthermore, our test suite has been modernized, renaming all sprint-based tests and achieving 100% coverage across 941 tests!

Update to OMNI v0.6.0 today by running omni update and experience the ultimate Context Operating System.