Skip to content

v0.2.1 — download-first install + MCP GATE

Choose a tag to compare

@toustifer toustifer released this 23 Jul 17:09
· 7 commits to master since this release

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-config

Then 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 | iex

Verify (all required)

  1. Fully quit + restart Claude Code
  2. /mcp → agentflow not failed
  3. In-session: call mcp__agentflow__flow_ping (CLI Connected is not enough)
  4. 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)