Skip to content

claude-flow

v3.27.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-ai agentic-framework agentic-workflow agents ai-agents ai-assistant
+14 more
ai-coding ai-skills autonomous-agents claude-code codex harness mcp-server multi-agent multi-agent-systems npm skills swarm swarm-intelligence typescript

Summary

AI summary

Daemon now supports opt‑in AI workers with a global launch budget and cross‑worktree job deduplication, fixing the cardinality bug that launched N uncapped workers for N git worktrees.

Changes in this release

Feature Low

Adds `daemon stop --all` command to stop every daemon instance.

Adds `daemon stop --all` command to stop every daemon instance.

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Introduces opt-in behavior for AI workers instead of auto‑launching.

Introduces opt-in behavior for AI workers instead of auto‑launching.

Source: llm_adapter@2026-07-14

Confidence: low

Feature Low

Makes AI workers opt-in rather than auto‑launching.

Makes AI workers opt-in rather than auto‑launching.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Dependency Low

All three packages updated to version 3.27.0.

All three packages updated to version 3.27.0.

Source: llm_adapter@2026-07-14

Confidence: low

Dependency Low

Updates @claude-flow/cli, claude-flow, and ruflo to version 3.27.0.

Updates @claude-flow/cli, claude-flow, and ruflo to version 3.27.0.

Source: granite4.1:30b@2026-07-14-audit

Confidence: low

Bugfix Medium

Fixes cardinality bug causing N AI worker launches per git worktree.

Fixes cardinality bug causing N AI worker launches per git worktree.

Source: llm_adapter@2026-07-14

Confidence: high

Bugfix Medium

Fixes hook‑handler fallback to correctly spawn funnel‑refresh helper from `session-restore`.

Fixes hook‑handler fallback to correctly spawn funnel‑refresh helper from `session-restore`.

Source: llm_adapter@2026-07-14

Confidence: high

Bugfix Medium

Resolves macOS jetsam‑kill/kernel‑panic statusline issue (#2448).

Resolves macOS jetsam‑kill/kernel‑panic statusline issue (#2448).

Source: llm_adapter@2026-07-14

Confidence: high

Full changelog

Highlights

Daemon flywheel fix (#2661) — opt-in AI workers, a global cross-daemon launch budget, cross-worktree job dedup, and daemon stop --all. Fixes the cardinality bug where N git worktrees of one repository scheduled N independent, uncapped AI worker launches.

  • git-workspace-identity.ts — resolves a stable repositoryId shared across all worktrees of one repo (via git rev-parse --git-common-dir), separate from the per-worktree path.
  • ai-job-dedup.ts — cross-worktree job dedup keyed on sha256(repositoryId, head, workerType, configHash), backed by a shared registry at ~/.claude-flow/ai-jobs.json.
  • global-ai-budget.ts — a global launch budget (max concurrent + hourly cap) shared by every daemon on the machine, so the dedup optimization has a hard backstop even when two daemons race the same key.
  • AI workers are now opt-in rather than auto-launching.
  • daemon stop --all stops every daemon instance, not just the one bound to the current cwd.

Hook-handler fallback fix — the inline hook-handler.cjs fallback template (used when copying the real package helper fails) now spawns the funnel-refresh helper from session-restore, matching the fix already shipped in the hand-maintained helper.

Verified after publish

  • All three packages (@claude-flow/cli, claude-flow, ruflo) live at 3.27.0 on latest/alpha/v3alpha.
  • Confirmed the macOS jetsam-kill/kernel-panic statusline fix (#2448) is intact: a real npx @claude-flow/[email protected] init produces a settings.json with zero npx @claude-flow/cli@latest invocations in any hook or the statusline — everything resolves a local binary directly via node.

Packages

| Package | Version |
|---|---|
| @claude-flow/cli | 3.27.0 |
| claude-flow | 3.27.0 |
| ruflo | 3.27.0 |

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track claude-flow

Get notified when new releases ship.

Sign up free

About claude-flow

Deploy multi-agent swarms with coordinated workflows.

All releases →

Related context

Beta — feedback welcome: [email protected]