Skip to content

v0.1.4

Choose a tag to compare

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

What's new in 0.1.4

SEO and discoverability pass for npm and GitHub.

npm

  • 36 keywords in package.json covering codex-undo, codex-revert,
    codex-checkpoint, codex-rollback, codex-mcp, codex-safety-net,
    plus claude-code, cursor, windsurf, copilot, cline,
    gemini-cli, and more.
  • Repository metadata added (homepage, repository, bugs) so the
    npm sidebar shows source links, clone commands, and an issue tracker.
  • Description rewritten to lead with the search terms: "Git-like undo
    and rollback checkpoints for OpenAI Codex CLI"
    .

README

  • Tagline rewritten with the most-searched terms.
  • New "Also known as" line with long-tail variants: Codex undo,
    Codex revert, Codex checkpoint, Codex rollback, Codex snapshot, Codex
    backup, Codex diff, Codex restore, Codex file history, Codex safety
    net, Codex MCP, Codex time travel
    .
  • New FAQ section answering the most common Codex undo / revert /
    rollback questions verbatim.
  • Comparison table vs git stash / git restore / git reset.
  • 3 new badges: stars, Codex CLI, MCP.

Install

npm install -g agent-rollback
# or
curl -fsSL https://raw.githubusercontent.com/Nainish-Rai/agent-rollback/main/scripts/install.sh | bash