Skip to content

Releases: tathagat22/walkback

walkback v0.2.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 21:33

Full Changelog: v0.2.1...v0.2.2

walkback v0.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:37

Full Changelog: v0.2.0...v0.2.1

undo v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 23:34

Full Changelog: v0.1.0...v0.2.0

undo v0.1.0 — Ctrl-Z for AI agents

Choose a tag to compare

@tathagat22 tathagat22 released this 13 Jun 15:43

First release of undo — a universal, reversible side-effect time machine for AI agents.

Install

cargo install undo-core            # the CLI (also: prebuilt binaries below)
curl -fsSL https://raw.githubusercontent.com/tathagat22/agent-undo/main/packaging/install.sh | sh

Highlights

  • undo watch — snapshot + watch the filesystem; reversible for ANY agent (Cursor, Copilot, Aider, Claude, custom)
  • undo run -- <cmd> — wrap any command reversibly
  • undo rollback / undo redo — one-command rewind, byte-perfect (files, dirs, perms, symlinks), crash-safe
  • undo protect — native Claude Code auto-capture hook
  • MCP server for any MCP client
  • Engine verified on Linux, macOS, and Windows

Prebuilt CLI binaries for macOS (arm64/x64), Linux (arm64/x64), and Windows (x64) are attached below.