Skip to content

v0.1.5

Choose a tag to compare

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

What's new in 0.1.5

README: Chat with Codex MCP examples

New sub-section under MCP server with 8 realistic natural-language
flows and the MCP tool calls they'd trigger, plus a full tool reference
table for all 9 MCP tools.

Flows covered:

  • "make a checkpoint and refactor task service" → create_checkpoint + run
  • "show me checkpoints" → list_checkpoints
  • "go to last checkpoint" → undo
  • "what changed between the auth checkpoint and now?" → diff_checkpoints
  • "find my checkpoint about the mongodb migration" → search_checkpoints
  • "pin the v0.4 release checkpoint" → pin_checkpoint
  • "dry-run restore to the auth checkpoint" → restore_checkpoint (dry-run)
  • "apply it" → restore_checkpoint (apply)
  • "prune old checkpoints" → prune_checkpoints

Install

npm install -g agent-rollback
# or with the agent skill + MCP auto-register
curl -fsSL https://raw.githubusercontent.com/Nainish-Rai/agent-rollback/main/scripts/install.sh | bash -s -- --all