v2.0.8

mikeyobrien/ralph-orchestratorv2.0.8Jan 17, 2026by github-actions[bot]

AI Summary

Introduces new SOP-driven commands for planning and task generation, alongside support for GitHub Copilot CLI as a backend.

Key Highlights

  • Added ralph plan and ralph task commands for SOP-driven sessions
  • Added GitHub Copilot CLI backend support

New Features

  • Plan command
  • Task command
  • Copilot CLI backend

Full Release Notes

## What's Changed

* **feat: add ralph plan and ralph task commands** for SOP-driven sessions by @mikeyobrien in https://github.com/mikeyobrien/ralph-orchestrator/pull/63
* **feat(adapters): add GitHub Copilot CLI backend support** by @mikeyobrien in https://github.com/mikeyobrien/ralph-orchestrator/pull/64

### New Commands

```bash
# Start an interactive PDD planning session
ralph plan "build a REST API"

# Generate code task files from descriptions  
ralph task "add authentication"
```

### New Backend: Copilot CLI

GitHub Copilot CLI is now supported as a backend:

```yaml
cli:
  backend: copilot
```

## Installation

```bash
cargo install ralph-cli
# or
npm install -g @ralph-orchestrator/ralph
```

**Full Changelog**: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.0.7...v2.0.8