v0.2.1 — download-first install + MCP GATE
What's new
- Download-first install — no Go / git clone for end users
skill.tgz— full Claude skill (hooks, flows, MCP GATE)- Prebuilt binaries for windows/linux/darwin (amd64 + darwin arm64)
- MCP GATE — when
mcp__agentflow__*tools are missing, agents must stop and fix MCP (no Bash/JSON-RPC/sqlite bypass) - Portable sticky hooks (no hardcoded Windows paths)
Install (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/toustifer/agentflow/master/scripts/install.sh \
| VERSION=v0.2.1 bash -s -- --write-configThen merge sticky hooks printed by the script into ~/.claude/settings.json, fully restart Claude Code.
Install (Windows PowerShell)
$env:VERSION='v0.2.1'
irm https://raw.githubusercontent.com/toustifer/agentflow/master/scripts/install.ps1 | iexVerify (all required)
- Fully quit + restart Claude Code
/mcp→ agentflow not failed- In-session: call
mcp__agentflow__flow_ping(CLI Connected is not enough) grep -n "MCP GATE" ~/.claude/skills/agentflow/hooks/mode-lib.js
Docs: https://hub.stifer.xyz/agentflow-setup.md
Source tip: 36348e6 (scripts) · engine base 540ddf3 (MCP GATE)