github Lexus2016/claude-flow v2.1.1
v2.1.1 — Fix npm name collision

one month ago

What changed

The claude-flow package name on npm belongs to an unrelated project (ruvnet/claude-flow). Users running npm install -g claude-flow were getting the wrong package — a v3.5.x agent orchestration tool instead of our proxy bridge.

Fixed

  • All installation instructions now use npm install -g github:Lexus2016/claude-flow instead of npm install -g claude-flow
  • Added warning notices about the npm name conflict in all README files (EN, UA, RU)
  • Removed npx sections (incompatible with GitHub-based installs)

Install

npm install -g github:Lexus2016/claude-flow

Closes #1

Don't miss a new claude-flow release

NewReleases is sending notifications on new releases.