Released on February 24, 2026.
@fedify/cli
- Fixed
fedifycommand hanging indefinitely when invoked as an executable (e.g., vianpx @fedify/cliornpm exec -- fedify) on Linux. The shebang line#!/usr/bin/env node --disable-warning=ExperimentalWarningwas passingnode --disable-warning=ExperimentalWarningas a single argument toenv, which caused an infinite exec loop on Linux...