Skip to content

v0.1.3

Choose a tag to compare

@Nainish-Rai Nainish-Rai released this 11 Jun 10:25
· 17 commits to main since this release

What's new in 0.1.3

One-click installer + dev-friendly README.

scripts/install.sh — new

Idempotent installer with these flags:

  • --all — install binary + agent skill + register MCP server in Codex
  • --with-skill — install the agent skill globally via npx skills add
  • --with-mcp — register the MCP server in ~/.codex/config.toml
    (auto-merged, idempotent, with backup)
  • --version <X.Y.Z> — pin a specific version
  • --uninstall — remove binary, MCP block, and skill
  • --dry-run — preview without changing anything
  • --no-color — disable ANSI

The installer checks for Node >= 20, refuses Windows without WSL with a
helpful pointer, and verifies the binary after install.

README

  • Badges at the top (npm, node, license, downloads)
  • New 30-second start section
  • New Why section
  • Install section reorganized into 3 ranked paths with a flag table
  • Full Contents TOC with anchor links
  • Usage split into 9 named sub-sections

package.json

  • Added "scripts" to the files array so install.sh ships in the
    published tarball.

Install / upgrade

# new
npm install -g agent-rollback

# upgrade
npm update -g agent-rollback

# one-liner with skill + MCP
curl -fsSL https://raw.githubusercontent.com/Nainish-Rai/agent-rollback/main/scripts/install.sh | bash -s -- --all