v0.1.3
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 vianpx 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 thefilesarray soinstall.shships 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