Releases: Agent-Pattern-Labs/replay-env
Releases · Agent-Pattern-Labs/replay-env
Release list
Replay Env v0.3.2
Install
cargo install --git https://github.com/Agent-Pattern-Labs/replay-env --tag v0.3.2Artifacts
Native release binaries are attached for Linux, macOS, and Windows.
Replay Env v0.3.1
Install
cargo install --git https://github.com/Agent-Pattern-Labs/replay-env --tag v0.3.1Changes
- 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
Install
cargo install --git https://github.com/Agent-Pattern-Labs/replay-env --tag v0.3.0Changes
- Adds
replay-env doctorfor manifest checks and optional live replay-database schema checks. - Adds
--dry-run-sql,--explain, and--profileto the Postgres export/materialization flow. - Adds chunked materialization via
--chunk-size. - Adds optional COPY materialization via
--load-strategy copy. - Adds
replay-env runto 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 --checkcargo checkcargo testcargo package --allow-dirtycargo publish --dry-runcargo install --path . --root .tmp/install-root --force
Replay Env v0.2.0
Install
cargo install --git https://github.com/Agent-Pattern-Labs/replay-env --tag v0.2.0Changes
- Rewrites the installable
replay-envCLI from Python to Rust. - Keeps the generic manifest-driven command surface:
export-postgres,materialize-postgres,inspect, andplaybook. - Adds Cargo packaging metadata and a committed
Cargo.lockfor 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
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