v1.2.0

mikeyobrien/ralph-orchestratorv1.2.0Jan 7, 2026by mikeyobrien

AI Summary

Initial release featuring production-ready features including async logging, security, Rich output, ACP adapter, completion marker detection, telemetry, and codex-acp support.

Key Highlights

  • Upgrade to claude-agent-sdk with max_buffer_size support
  • Add production-ready features with async logging, security, and Rich output
  • Add ACP (Agent Communication Protocol) adapter for CLI agents
  • Add completion marker detection and loop prevention
  • Add per-iteration telemetry capture
  • Add codex-acp support, agent priority, and ralph.yml auto-load

New Features

  • Async logging
  • Security features
  • Rich output
  • ACP adapter
  • Completion marker detection
  • Loop prevention
  • Per-iteration telemetry
  • Codex-ACP support
  • Agent priority
  • ralph.yml auto-load

Full Release Notes

Initial release

## What's Changed
* Upgrade to claude-agent-sdk and add max_buffer_size support by @odinho in https://github.com/mikeyobrien/ralph-orchestrator/pull/1
* feat: add production-ready features with async logging, security, and Rich output by @mikeyobrien in https://github.com/mikeyobrien/ralph-orchestrator/pull/2
* fix: Bug fixes, linting improvements, and async I/O corrections by @mikeyobrien in https://github.com/mikeyobrien/ralph-orchestrator/pull/4
* feat(acp): Add ACP (Agent Communication Protocol) adapter for CLI agents by @mikeyobrien in https://github.com/mikeyobrien/ralph-orchestrator/pull/5
* feat: add completion marker detection and loop prevention by @terrylica in https://github.com/mikeyobrien/ralph-orchestrator/pull/6
* docs: add ASCII architecture diagrams for completion detection and loop prevention by @terrylica in https://github.com/mikeyobrien/ralph-orchestrator/pull/7
* feat(telemetry): Add per-iteration telemetry capture by @sachafaust in https://github.com/mikeyobrien/ralph-orchestrator/pull/9
* fix(core): resolve test failures and linting issues by @mikeyobrien in https://github.com/mikeyobrien/ralph-orchestrator/pull/10
* feat: codex-acp support, agent priority, and ralph.yml auto-load by @jnyross in https://github.com/mikeyobrien/ralph-orchestrator/pull/22

## New Contributors
* @odinho made their first contribution in https://github.com/mikeyobrien/ralph-orchestrator/pull/1
* @mikeyobrien made their first contribution in https://github.com/mikeyobrien/ralph-orchestrator/pull/2
* @terrylica made their first contribution in https://github.com/mikeyobrien/ralph-orchestrator/pull/6
* @sachafaust made their first contribution in https://github.com/mikeyobrien/ralph-orchestrator/pull/9
* @jnyross made their first contribution in https://github.com/mikeyobrien/ralph-orchestrator/pull/22

**Full Changelog**: https://github.com/mikeyobrien/ralph-orchestrator/commits/v1.2.0