- Animated spinners for each step (capture → build → launch) - Box-drawn sections with emoji headers - Interactive FuzzySelect agent picker when no --to specified - Color-coded conversation turns (cyan AI, dimmed tools) - Progress bar steps [1/3] [2/3] [3/3] - 8 agents with install instructions shown inline - UTF-8 safe truncation throughout Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
849 B
JSON
38 lines
849 B
JSON
{
|
|
"name": "@masyv/relay",
|
|
"version": "0.4.0",
|
|
"description": "Relay — When Claude's rate limit hits, another agent picks up exactly where you left off. Captures session state and hands off to Codex, Gemini, Ollama, or GPT-4.",
|
|
"scripts": {
|
|
"build": "./scripts/build.sh",
|
|
"install-bin": "./scripts/install.sh"
|
|
},
|
|
"keywords": [
|
|
"claude-code",
|
|
"claude",
|
|
"rate-limit",
|
|
"handoff",
|
|
"codex",
|
|
"gemini",
|
|
"ollama",
|
|
"openai",
|
|
"agent",
|
|
"fallback",
|
|
"context",
|
|
"continuity"
|
|
],
|
|
"author": "masyv",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Manavarya09/relay"
|
|
},
|
|
"homepage": "https://github.com/Manavarya09/relay#readme",
|
|
"files": [
|
|
"README.md",
|
|
"LICENSE",
|
|
"hooks/",
|
|
"scripts/",
|
|
"core/src/",
|
|
"core/Cargo.toml"
|
|
]
|
|
}
|