-
Notifications
You must be signed in to change notification settings - Fork 3
Releases: Manavarya09/relay
Releases · Manavarya09/relay
Relay v1.2.0
@Manavarya09
Manavarya09
ced5642
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Daemon mode, handoff chains, analytics, plugin system, cost estimation, context scoring, replay, GitHub Action. 62 tests.
Assets 5
Relay v1.0.0 — Resume, History, Diff, 8 Agents, Templates
What's New in v1.0.0
New Commands
relay resume— When Claude comes back, see what the fallback agent did + generate a resume promptrelay history— Browse all past handoffs with timestamps, agents, and tasksrelay 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.