Skip to content

Releases: Manavarya09/relay

Relay v1.2.0

10 Apr 17:32
ced5642

Choose a tag to compare

Daemon mode, handoff chains, analytics, plugin system, cost estimation, context scoring, replay, GitHub Action. 62 tests.

Relay v1.0.0 — Resume, History, Diff, 8 Agents, Templates

05 Apr 18:48

Choose a tag to compare

What's New in v1.0.0

New Commands

  • relay resume — When Claude comes back, see what the fallback agent did + generate a resume prompt
  • relay history — Browse all past handoffs with timestamps, agents, and tasks
  • relay diff — Show exactly what changed since the last handoff (files, commits, diff stats)

New Flags

  • --clipboard — Copy handoff to clipboard for pasting into any tool
  • --template minimal|full|raw — Control handoff format (minimal = task+error+git only)

8 Agent Adapters

Codex, Claude, Aider, Gemini, GitHub Copilot, OpenCode, Ollama, OpenAI

Full Conversation Context

Reads Claude's actual .jsonl session transcript — user messages, assistant responses, every tool call and result, errors, decisions, TodoWrite state

Beautiful TUI

Animated spinners, progress steps, interactive fuzzy agent picker, color-coded output

Installation

git clone https://github.com/Manavarya09/relay
cd relay && ./scripts/build.sh
ln -sf $(pwd)/core/target/release/relay ~/.cargo/bin/relay
relay init && relay agents

Or via npm: npm i @masyv/relay

Binary

macOS arm64 binary attached below.