Skip to content

Releases: Agent-Pattern-Labs/replay-env

Replay Env v0.3.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 01:56

Install

cargo install --git https://github.com/Agent-Pattern-Labs/replay-env --tag v0.3.2

Artifacts

Native release binaries are attached for Linux, macOS, and Windows.

Replay Env v0.3.1

Choose a tag to compare

@CharGrnmn CharGrnmn released this 15 Jun 01:41

Install

cargo install --git https://github.com/Agent-Pattern-Labs/replay-env --tag v0.3.1

Changes

  • Patch release for the CI/release automation work.
  • Includes native binaries for Linux x86_64, macOS Apple Silicon, and Windows x86_64.
  • GitHub's Intel macOS runner remained queued, so the x86_64 macOS binary is omitted from this release; Cargo install remains the portable path for Intel macOS.

Replay Env v0.3.0

Choose a tag to compare

@CharGrnmn CharGrnmn released this 15 Jun 01:05

Install

cargo install --git https://github.com/Agent-Pattern-Labs/replay-env --tag v0.3.0

Changes

  • Adds replay-env doctor for manifest checks and optional live replay-database schema checks.
  • Adds --dry-run-sql, --explain, and --profile to the Postgres export/materialization flow.
  • Adds chunked materialization via --chunk-size.
  • Adds optional COPY materialization via --load-strategy copy.
  • Adds replay-env run to materialize a capsule and execute manifest-defined commands/probes while writing trace JSON.
  • Documents command/probe manifest fields for Codex and other agent harnesses.
  • Adds local HTTP probes to the example manifest without adding app-specific adapter code.

Verification

  • cargo fmt --check
  • cargo check
  • cargo test
  • cargo package --allow-dirty
  • cargo publish --dry-run
  • cargo install --path . --root .tmp/install-root --force

Replay Env v0.2.0

Choose a tag to compare

@CharGrnmn CharGrnmn released this 15 Jun 00:43

Install

cargo install --git https://github.com/Agent-Pattern-Labs/replay-env --tag v0.2.0

Changes

  • Rewrites the installable replay-env CLI from Python to Rust.
  • Keeps the generic manifest-driven command surface: export-postgres, materialize-postgres, inspect, and playbook.
  • Adds Cargo packaging metadata and a committed Cargo.lock for reproducible CLI builds.
  • Updates the development wrapper and README for Cargo-based installation.
  • Keeps app integration generic; no repo-specific adapter or personal filesystem path is required.

Replay Env v0.1.0

Choose a tag to compare

@CharGrnmn CharGrnmn released this 15 Jun 00:20

Initial installable CLI release.\n\nInstall with:\n\nbash\npipx install git+https://github.com/Agent-Pattern-Labs/replay-env.git@v0.1.0\n\n\nIncludes:\n- Generic replay-env CLI entry point\n- Postgres subject-graph export and materialization\n- Manifest-driven app integration\n- Safe redaction rules\n- Codex/agent harness usage docs